|
Foxit PDF SDK
|
Public Member Functions | |
| def | StructObjectContent () |
| Constructor. More... | |
| def | GetDict () |
| Get PDF dictionary of related object. More... | |
| def | GetObjectType () |
| Get related object type. More... | |
| def | GetParentElement () |
| Get the parent structure element. More... | |
Public Member Functions inherited from FoxitPDFSDKPython2.StructTreeEntity | |
| 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_StructObjectTypeAnnot = _fsdk.StructObjectContent_e_StructObjectTypeAnnot | |
| Annot object. | |
| e_StructObjectTypeForm = _fsdk.StructObjectContent_e_StructObjectTypeForm | |
| Form object. | |
| e_StructObjectTypeImage = _fsdk.StructObjectContent_e_StructObjectTypeImage | |
| Image object. | |
| e_StructObjectTypeInvalid = _fsdk.StructObjectContent_e_StructObjectTypeInvalid | |
| Invaild object. | |
| e_UnknownType = _fsdk.StructObjectContent_e_UnknownType | |
| Unknown Type. | |
Static Public Attributes inherited from FoxitPDFSDKPython2.StructTreeEntity | |
| 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 a PDF object content item.
| def FoxitPDFSDKPython2.StructObjectContent.StructObjectContent | ( | ) |
Constructor.
Constructor, with another structure object content object.
| [in] | other | Another structure object content object. |
| def FoxitPDFSDKPython2.StructObjectContent.GetDict | ( | ) |
| def FoxitPDFSDKPython2.StructObjectContent.GetObjectType | ( | ) |
Get related object type.
| def FoxitPDFSDKPython2.StructObjectContent.GetParentElement | ( | ) |
Get the parent structure element.