java.io.Serializable
, java.lang.Comparable<SubdocumentType>
@Internal public enum SubdocumentType extends java.lang.Enum<SubdocumentType>
Enum Constant | Description |
---|---|
ANNOTATION |
|
ENDNOTE |
|
FOOTNOTE |
|
HEADER |
|
HEADER_TEXTBOX |
|
MACRO |
Deprecated.
|
MAIN |
|
TEXTBOX |
Modifier and Type | Field | Description |
---|---|---|
static SubdocumentType[] |
ORDERED |
Array of
SubdocumentType s ordered by document position and FIB
field order |
Modifier and Type | Method | Description |
---|---|---|
static SubdocumentType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SubdocumentType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubdocumentType MAIN
public static final SubdocumentType FOOTNOTE
public static final SubdocumentType HEADER
@Deprecated public static final SubdocumentType MACRO
public static final SubdocumentType ANNOTATION
public static final SubdocumentType ENDNOTE
public static final SubdocumentType TEXTBOX
public static final SubdocumentType HEADER_TEXTBOX
public static final SubdocumentType[] ORDERED
SubdocumentType
s ordered by document position and FIB
field orderpublic static SubdocumentType[] values()
for (SubdocumentType c : SubdocumentType.values()) System.out.println(c);
public static SubdocumentType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2018 The Apache Software Foundation or its licensors, as applicable.