public enum ExtendedCodeType extends Enum<ExtendedCodeType>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static ExtendedCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedCodeType COLOR
public static final ExtendedCodeType HIGHLIGHT
public static final ExtendedCodeType SHADOW
public static final ExtendedCodeType STRIKE_THROUGH
public static final ExtendedCodeType UNDERLINE
public static final ExtendedCodeType SUPERSCRIPT
public static final ExtendedCodeType SUBSCRIPT
public static final ExtendedCodeType CAPS
public static final ExtendedCodeType TABLE_REFERENCE
public static final ExtendedCodeType FOOTNOTE_REFERENCE
public static final ExtendedCodeType NOTE_REFERENCE
public static final ExtendedCodeType ALIGNMENT
public static final ExtendedCodeType END_NESTED_STYLE
public static final ExtendedCodeType FOOTNOTE_MARKER
public static final ExtendedCodeType INDENT_HERE_TAB
public static final ExtendedCodeType RIGHT_INDENT_TAB
public static final ExtendedCodeType AUTO_PAGE_NUMBER
public static final ExtendedCodeType SECTION_MARKER
public static final ExtendedCodeType FIXED_WIDTH_NON_BREAKING_SPACE
public static final ExtendedCodeType HAIR_SPACE
public static final ExtendedCodeType THIN_SPACE
public static final ExtendedCodeType PUNCTUATION_SPACE
public static final ExtendedCodeType FIGURE_SPACE
public static final ExtendedCodeType SIXTH_SPACE
public static final ExtendedCodeType QUARTER_SPACE
public static final ExtendedCodeType THIRD_SPACE
public static final ExtendedCodeType FLUSH_SPACE
public static final ExtendedCodeType FORCED_LINE_BREAK
public static final ExtendedCodeType DISCRETIONARY_LINE_BRAKE
public static final ExtendedCodeType ZERO_WIDTH_NON_JOINER
public static final ExtendedCodeType DISCRETIONARY_HYPHEN
public static final ExtendedCodeType NON_BREAKING_HYPHEN
public static final ExtendedCodeType ZERO_WIDTH_NO_BREAK_SPACE
public static ExtendedCodeType[] values()
for (ExtendedCodeType c : ExtendedCodeType.values()) System.out.println(c);
public static ExtendedCodeType 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 nullpublic String getValue()
Copyright © 2022. All rights reserved.