public static final enum

OfficeToPDFOptions.StructureTagLevel

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pdftron.pdf.OfficeToPDFOptions.StructureTagLevel

Class Overview

Level of detail for structure tags.

Summary

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

Enum Values

public static final OfficeToPDFOptions.StructureTagLevel e_default

Default level of structure tags, good for accessibility.

public static final OfficeToPDFOptions.StructureTagLevel e_none

No structure tags. This can be used to get smaller file sizes.

Public Methods

public static OfficeToPDFOptions.StructureTagLevel valueOf (String name)

public static final StructureTagLevel[] values ()