Class StandardStructureTypes
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes
-
public class StandardStructureTypes extends Object
The standard structure types.
-
-
Field Summary
Fields Modifier and Type Field Description static StringANNOTAnnotstatic StringARTArtstatic StringBIB_ENTRYBibEntrystatic StringBLOCK_QUOTEBlockQuotestatic StringCAPTIONCaptionstatic StringCODECodestatic StringDIVDivstatic StringDOCUMENTDocumentstatic StringFigureFigurestatic StringFORMFormstatic StringFORMULAFormulastatic StringHHstatic StringH1H1static StringH2H2static StringH3H3static StringH4H4static StringH5H5static StringH6H6static StringINDEXIndexstatic StringLLstatic StringL_BODYLBodystatic StringLBLLblstatic StringLILIstatic StringLINKLinkstatic StringNON_STRUCTNonStructstatic StringNOTENotestatic StringPPstatic StringPARTPartstatic StringPRIVATEPrivatestatic StringQUOTEQuotestatic StringRBRBstatic StringREFERENCEReferencestatic StringRPRPstatic StringRTRTstatic StringRUBYRubystatic StringSECTSectstatic StringSPANSpanstatic StringT_BODYTBodystatic StringT_FOOTTFootstatic StringT_HEADTHeadstatic StringTABLETablestatic StringTDTDstatic StringTHTHstatic StringTOCTOCstatic StringTOCITOCIstatic StringTRTRstatic List<String>typesAll standard structure types.static StringWARICHUWarichustatic StringWPWPstatic StringWTWT
-
-
-
Field Detail
-
DOCUMENT
public static final String DOCUMENT
Document- See Also:
- Constant Field Values
-
PART
public static final String PART
Part- See Also:
- Constant Field Values
-
ART
public static final String ART
Art- See Also:
- Constant Field Values
-
SECT
public static final String SECT
Sect- See Also:
- Constant Field Values
-
DIV
public static final String DIV
Div- See Also:
- Constant Field Values
-
BLOCK_QUOTE
public static final String BLOCK_QUOTE
BlockQuote- See Also:
- Constant Field Values
-
CAPTION
public static final String CAPTION
Caption- See Also:
- Constant Field Values
-
TOC
public static final String TOC
TOC- See Also:
- Constant Field Values
-
TOCI
public static final String TOCI
TOCI- See Also:
- Constant Field Values
-
INDEX
public static final String INDEX
Index- See Also:
- Constant Field Values
-
NON_STRUCT
public static final String NON_STRUCT
NonStruct- See Also:
- Constant Field Values
-
PRIVATE
public static final String PRIVATE
Private- See Also:
- Constant Field Values
-
P
public static final String P
P- See Also:
- Constant Field Values
-
H
public static final String H
H- See Also:
- Constant Field Values
-
H1
public static final String H1
H1- See Also:
- Constant Field Values
-
H2
public static final String H2
H2- See Also:
- Constant Field Values
-
H3
public static final String H3
H3- See Also:
- Constant Field Values
-
H4
public static final String H4
H4- See Also:
- Constant Field Values
-
H5
public static final String H5
H5- See Also:
- Constant Field Values
-
H6
public static final String H6
H6- See Also:
- Constant Field Values
-
L
public static final String L
L- See Also:
- Constant Field Values
-
LI
public static final String LI
LI- See Also:
- Constant Field Values
-
LBL
public static final String LBL
Lbl- See Also:
- Constant Field Values
-
L_BODY
public static final String L_BODY
LBody- See Also:
- Constant Field Values
-
TABLE
public static final String TABLE
Table- See Also:
- Constant Field Values
-
TR
public static final String TR
TR- See Also:
- Constant Field Values
-
TH
public static final String TH
TH- See Also:
- Constant Field Values
-
TD
public static final String TD
TD- See Also:
- Constant Field Values
-
T_HEAD
public static final String T_HEAD
THead- See Also:
- Constant Field Values
-
T_BODY
public static final String T_BODY
TBody- See Also:
- Constant Field Values
-
T_FOOT
public static final String T_FOOT
TFoot- See Also:
- Constant Field Values
-
SPAN
public static final String SPAN
Span- See Also:
- Constant Field Values
-
QUOTE
public static final String QUOTE
Quote- See Also:
- Constant Field Values
-
NOTE
public static final String NOTE
Note- See Also:
- Constant Field Values
-
REFERENCE
public static final String REFERENCE
Reference- See Also:
- Constant Field Values
-
BIB_ENTRY
public static final String BIB_ENTRY
BibEntry- See Also:
- Constant Field Values
-
CODE
public static final String CODE
Code- See Also:
- Constant Field Values
-
LINK
public static final String LINK
Link- See Also:
- Constant Field Values
-
ANNOT
public static final String ANNOT
Annot- See Also:
- Constant Field Values
-
RUBY
public static final String RUBY
Ruby- See Also:
- Constant Field Values
-
RB
public static final String RB
RB- See Also:
- Constant Field Values
-
RT
public static final String RT
RT- See Also:
- Constant Field Values
-
RP
public static final String RP
RP- See Also:
- Constant Field Values
-
WARICHU
public static final String WARICHU
Warichu- See Also:
- Constant Field Values
-
WT
public static final String WT
WT- See Also:
- Constant Field Values
-
WP
public static final String WP
WP- See Also:
- Constant Field Values
-
Figure
public static final String Figure
Figure- See Also:
- Constant Field Values
-
FORMULA
public static final String FORMULA
Formula- See Also:
- Constant Field Values
-
FORM
public static final String FORM
Form- See Also:
- Constant Field Values
-
-