public enum RibbonPanelType extends Enum<RibbonPanelType>
| Enum Constant and Description |
|---|
Black
Black/monochrome ribbon panel.
|
Cyan
Cyan ribbon panel.
|
Magenta
Magenta ribbon panel.
|
Yellow
Yellow ribbon panel.
|
| Modifier and Type | Method and Description |
|---|---|
static RibbonPanelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RibbonPanelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RibbonPanelType Yellow
public static final RibbonPanelType Magenta
public static final RibbonPanelType Cyan
public static final RibbonPanelType Black
public static RibbonPanelType[] values()
for (RibbonPanelType c : RibbonPanelType.values()) System.out.println(c);
public static RibbonPanelType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is null
© 2016 ZIH Corp. All Rights Reserved.