public static enum RTFKeywords.Option extends Enum<RTFKeywords.Option>
Enum Constant and Description |
---|
KEY_CONVERT_PAR_BORDERS |
KEY_HEADERS_AND_FOOTERS |
KEY_SUPPORT_LIST_TABLE |
KEY_SUPPORT_STAR_PN |
Modifier and Type | Method and Description |
---|---|
static RTFKeywords.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RTFKeywords.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RTFKeywords.Option KEY_HEADERS_AND_FOOTERS
public static final RTFKeywords.Option KEY_SUPPORT_LIST_TABLE
public static final RTFKeywords.Option KEY_SUPPORT_STAR_PN
public static final RTFKeywords.Option KEY_CONVERT_PAR_BORDERS
public static RTFKeywords.Option[] values()
for (RTFKeywords.Option c : RTFKeywords.Option.values()) System.out.println(c);
public static RTFKeywords.Option 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 nullCopyright © 2019 Habarisoft. All rights reserved.