Foxit PDF SDK
|
Public Member Functions | |
def | StructTreeEntity () |
Constructor. More... | |
def | GetPage () |
Get the related PDF page. More... | |
def | GetType () |
Get structure tree entity type. More... | |
def | IsEmpty () |
Check whether current object is empty or not. More... | |
Static Public Attributes | |
e_StructTreeEntityTypeElement = _fsdk.StructTreeEntity_e_StructTreeEntityTypeElement | |
Structure tree entity type: Element, which represents a structure element. | |
e_StructTreeEntityTypeMarkedContent = _fsdk.StructTreeEntity_e_StructTreeEntityTypeMarkedContent | |
Structure tree entity type: MarkedContent, which represents a marked-content item. | |
e_StructTreeEntityTypeObjectContent = _fsdk.StructTreeEntity_e_StructTreeEntityTypeObjectContent | |
Structure tree entity type: ObjectContent, which represents a PDF object content item, such as annotation and XObject. | |
e_UnknownType = _fsdk.StructTreeEntity_e_UnknownType | |
Structure tree entity type: unknown. | |
This class represents structure tree entity.
def FoxitPDFSDKPython3.StructTreeEntity.StructTreeEntity | ( | ) |
Constructor.
Constructor, with another structure element entity object.
[in] | other | Another structure element entity object. |
def FoxitPDFSDKPython3.StructTreeEntity.GetPage | ( | ) |
Get the related PDF page.
def FoxitPDFSDKPython3.StructTreeEntity.GetType | ( | ) |
Get structure tree entity type.
def FoxitPDFSDKPython3.StructTreeEntity.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.