|
Foxit PDF SDK
|
Public Member Functions | |
| constructor () | |
| Constructor. | |
| GetPage () | |
| Get the related PDF page. More... | |
| GetType () | |
| Get structure tree entity type. More... | |
| IsEmpty () | |
| Check whether current object is empty or not. More... | |
Static Public Attributes | |
| static | e_StructTreeEntityTypeElement |
| Structure tree entity type: Element, which represents a structure element. | |
| static | e_StructTreeEntityTypeMarkedContent |
| Structure tree entity type: MarkedContent, which represents a marked-content item. | |
| static | e_StructTreeEntityTypeObjectContent |
| Structure tree entity type: objectContent, which represents a PDF object content item, such as annotation and XObject. | |
| static | e_UnknownType |
| Enumeration for structure tree entity type. More... | |
This class represents structure tree entity.
| FSDK.StructTreeEntity.GetPage | ( | ) |
Get the related PDF page.
| FSDK.StructTreeEntity.GetType | ( | ) |
Get structure tree entity type.
| FSDK.StructTreeEntity.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
|
static |
Enumeration for structure tree entity type.
Values of this enumeration should be used alone.
Structure tree entity type: unknown.