public static enum Context.StructTag extends Enum<Context.StructTag>
Enum Constant and Description |
---|
Annot |
Art |
Artifact |
BibEntry |
BlockQuote |
Caption |
Code |
Div |
Document |
Figure |
Formula |
H |
H1 |
H2 |
H3 |
H4 |
H5 |
H6 |
Index |
L |
Layout |
Lbl |
LBody |
LI |
Link |
NonStruct |
Note |
P |
Page |
Pagination |
Part |
Private |
Quote |
Reference |
Sect |
Span |
Table |
TBody |
TD |
TFoot |
TH |
THead |
TOC |
TOCI |
TR |
Modifier and Type | Method and Description |
---|---|
static Context.StructTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.StructTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Context.StructTag Artifact
public static final Context.StructTag P
public static final Context.StructTag Table
public static final Context.StructTag THead
public static final Context.StructTag TBody
public static final Context.StructTag TFoot
public static final Context.StructTag TR
public static final Context.StructTag TH
public static final Context.StructTag TD
public static final Context.StructTag H
public static final Context.StructTag H1
public static final Context.StructTag H2
public static final Context.StructTag H3
public static final Context.StructTag H4
public static final Context.StructTag H5
public static final Context.StructTag H6
public static final Context.StructTag L
public static final Context.StructTag LI
public static final Context.StructTag Lbl
public static final Context.StructTag LBody
public static final Context.StructTag Figure
public static final Context.StructTag Formula
public static final Context.StructTag Span
public static final Context.StructTag Quote
public static final Context.StructTag Note
public static final Context.StructTag Reference
public static final Context.StructTag BibEntry
public static final Context.StructTag Code
public static final Context.StructTag Link
public static final Context.StructTag Annot
public static final Context.StructTag Sect
public static final Context.StructTag Div
public static final Context.StructTag BlockQuote
public static final Context.StructTag Caption
public static final Context.StructTag TOC
public static final Context.StructTag TOCI
public static final Context.StructTag Index
public static final Context.StructTag NonStruct
public static final Context.StructTag Private
public static final Context.StructTag Layout
public static final Context.StructTag Pagination
public static final Context.StructTag Page
public static final Context.StructTag Document
public static final Context.StructTag Part
public static final Context.StructTag Art
public static Context.StructTag[] values()
for (Context.StructTag c : Context.StructTag.values()) System.out.println(c);
public static Context.StructTag 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 nullRevision 4.0.15 / 20220727-0149