Foxit PDF SDK
|
Public Member Functions | |
def | StructMarkedContent () |
Constructor. More... | |
def | GetMCID () |
Get marked-content identifier(MCID). More... | |
def | GetParentElement () |
Get the parent structure element. More... | |
def | GetStmDict () |
Get PDF dictionary of the content stream that contains the marked-content sequence. More... | |
def | GetStmOwnerDict () |
Get PDF dictionary of content stream owner. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
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 marked-content item.
def FoxitPDFSDKPython3.StructMarkedContent.StructMarkedContent | ( | ) |
Constructor.
Constructor, with another structure marked-content object.
[in] | other | Another structure marked-content object. |
def FoxitPDFSDKPython3.StructMarkedContent.GetMCID | ( | ) |
Get marked-content identifier(MCID).
def FoxitPDFSDKPython3.StructMarkedContent.GetParentElement | ( | ) |
Get the parent structure element.
def FoxitPDFSDKPython3.StructMarkedContent.GetStmDict | ( | ) |
Get PDF dictionary of the content stream that contains the marked-content sequence.
The content stream containing the marked-content sequence. This entry should be present only if the marked-content sequence resides in a content stream other than the content stream for the page.
def FoxitPDFSDKPython3.StructMarkedContent.GetStmOwnerDict | ( | ) |
Get PDF dictionary of content stream owner.