Pdf17StructureType Enum
Lists PDF 1.7 structure types for tagged PDF elements.
Declaration
public enum Pdf17StructureType extends Enum<Pdf17StructureType> implements IIntEnum
Members
| Name | Description |
|---|---|
ANNOT
|
Defines the PDF 1.7 annotation structure type. |
ART
|
Defines the PDF 1.7 article structure type. |
BIB_ENTRY
|
Defines the PDF 1.7 bibliography entry structure type. |
BLOCK_QUOTE
|
Defines the PDF 1.7 block quotation structure type. |
CAPTION
|
Defines the PDF 1.7 caption structure type. |
CODE
|
Defines the PDF 1.7 code structure type. |
CUSTOM
|
Defines the PDF 1.7 custom structure type. |
DIV
|
Defines the PDF 1.7 division structure type. |
DOCUMENT
|
Defines the PDF 1.7 document structure type. |
FIGURE
|
Defines the PDF 1.7 figure structure type. |
FORM
|
Defines the PDF 1.7 form structure type. |
FORMULA
|
Defines the PDF 1.7 formula structure type. |
H
|
Defines the PDF 1.7 heading structure type. |
H1
|
Defines the PDF 1.7 level 1 heading structure type. |
H2
|
Defines the PDF 1.7 level 2 heading structure type. |
H3
|
Defines the PDF 1.7 level 3 heading structure type. |
H4
|
Defines the PDF 1.7 level 4 heading structure type. |
H5
|
Defines the PDF 1.7 level 5 heading structure type. |
H6
|
Defines the PDF 1.7 level 6 heading structure type. |
INDEX
|
Defines the PDF 1.7 index structure type. |
L
|
Defines the PDF 1.7 list structure type. |
LBL
|
Defines the PDF 1.7 label structure type. |
LI
|
Defines the PDF 1.7 list item structure type. |
LINK
|
Defines the PDF 1.7 link structure type. |
L_BODY
|
Defines the PDF 1.7 list body structure type. |
NON_STRUCT
|
Defines the PDF 1.7 non-structural structure type. |
NOTE
|
Defines the PDF 1.7 note structure type. |
P
|
Defines the PDF 1.7 paragraph structure type. |
PART
|
Defines the PDF 1.7 part structure type. |
PRIVATE
|
Defines the PDF 1.7 private structure type. |
QUOTE
|
Defines the PDF 1.7 quotation structure type. |
RB
|
Defines the PDF 1.7 ruby base text structure type. |
REFERENCE
|
Defines the PDF 1.7 reference structure type. |
RP
|
Defines the PDF 1.7 ruby punctuation structure type. |
RT
|
Defines the PDF 1.7 ruby annotation text structure type. |
RUBY
|
Defines the PDF 1.7 ruby structure type. |
SECT
|
Defines the PDF 1.7 section structure type. |
SPAN
|
Defines the PDF 1.7 span structure type. |
TABLE
|
Defines the PDF 1.7 table structure type. |
TD
|
Defines the PDF 1.7 table data cell structure type. |
TH
|
Defines the PDF 1.7 table header cell structure type. |
TOC
|
Defines the PDF 1.7 table of contents structure type. |
TOCI
|
Defines the PDF 1.7 table of contents item structure type. |
TR
|
Defines the PDF 1.7 table row structure type. |
T_BODY
|
Defines the PDF 1.7 table body row group structure type. |
T_FOOT
|
Defines the PDF 1.7 table footer row group structure type. |
T_HEAD
|
Defines the PDF 1.7 table header row group structure type. |
WARICHU
|
Defines the PDF 1.7 warichu structure type. |
WP
|
Defines the PDF 1.7 warichu punctuation structure type. |
WT
|
Defines the PDF 1.7 warichu text structure type. |
fromValue(int value)
|
Returns the enum item with the specified integer value. |
getName()
|
Returns the enum item name. |
getValue()
|
Returns the enum item value. |
toString()
|
Returns the string value. |
valueOf(String name)
|
Returns the enum constant with the specified name. |
values()
|
Returns available constants. |