Foxit PDF SDK
|
Public Types | |
enum | StructTreeEntityType { StructTreeEntityType.e_UnknownType = -1, StructTreeEntityType.e_StructTreeEntityTypeElement = 0, StructTreeEntityType.e_StructTreeEntityTypeMarkedContent = 1, StructTreeEntityType.e_StructTreeEntityTypeObjectContent = 2 } |
Enumeration for structure tree entity type. More... | |
Public Member Functions | |
StructTreeEntity () | |
Constructor. | |
StructTreeEntity (StructTreeEntity other) | |
Constructor, with another structure element entity object. More... | |
PDFPage | GetPage () |
Get the related PDF page. More... | |
StructTreeEntity.StructTreeEntityType | GetType () |
Get structure tree entity type. More... | |
bool | IsEmpty () |
Check whether current object is empty or not. More... | |
This class represents structure tree entity.
Enumeration for structure tree entity type.
Values of this enumeration should be used alone.
|
inline |
Constructor, with another structure element entity object.
[in] | other | Another structure element entity object. |
|
inline |
Get the related PDF page.
|
inline |
Get structure tree entity type.
|
inline |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.