java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pdftron.pdf.OfficeToPDFOptions.StructureTagLevel |
Level of detail for structure tags.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OfficeToPDFOptions.StructureTagLevel | e_default | Default level of structure tags, good for accessibility. | |||||||||
OfficeToPDFOptions.StructureTagLevel | e_none | No structure tags. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static OfficeToPDFOptions.StructureTagLevel | valueOf(String name) | ||||||||||
final static StructureTagLevel[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Default level of structure tags, good for accessibility.
No structure tags. This can be used to get smaller file sizes.