Foxit PDF SDK
|
Public Member Functions | |
StructMarkedContent () | |
Constructor. | |
int | GetMCID () |
Get marked-content identifier(MCID). More... | |
StructElement | GetParentElement () |
Get the parent structure element. More... | |
PDFDictionary | GetStmDict () |
Get PDF dictionary of the content stream that contains the marked-content sequence. More... | |
PDFDictionary | GetStmOwnerDict () |
Get PDF dictionary of content stream owner. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
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... | |
This class represents a marked-content item.
|
inline |
Get marked-content identifier(MCID).
|
inline |
Get the parent structure element.
|
inline |
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.
|
inline |
Get PDF dictionary of content stream owner.