Foxit PDF SDK
|
Public Member Functions | |
StructMarkedContent () | |
Constructor. | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
int | getMCID () throws com.foxit.sdk.PDFException |
Get marked-content identifier(MCID). More... | |
StructElement | getParentElement () throws com.foxit.sdk.PDFException |
Get the parent structure element. More... | |
PDFDictionary | getStmDict () throws com.foxit.sdk.PDFException |
Get PDF dictionary of the content stream that contains the marked-content sequence. More... | |
PDFDictionary | getStmOwnerDict () throws com.foxit.sdk.PDFException |
Get PDF dictionary of content stream owner. More... | |
![]() | |
StructTreeEntity () | |
Constructor. | |
StructTreeEntity (StructTreeEntity other) | |
Constructor, with another structure element entity object. More... | |
PDFPage | getPage () throws com.foxit.sdk.PDFException |
Get the related PDF page. More... | |
int | getType () throws com.foxit.sdk.PDFException |
Get structure tree entity type. More... | |
boolean | isEmpty () |
Check whether current object is empty or not. More... | |
Additional Inherited Members | |
![]() | |
static final int | e_StructTreeEntityTypeElement = 0 |
Structure tree entity type: Element, which represents a structure element. | |
static final int | e_StructTreeEntityTypeMarkedContent = 1 |
Structure tree entity type: MarkedContent, which represents a marked-content item. | |
static final int | e_StructTreeEntityTypeObjectContent = 2 |
Structure tree entity type: ObjectContent, which represents a PDF object content item, such as annotation and XObject. | |
static final int | e_UnknownType = -1 |
Structure tree entity type: unknown. | |
This class represents a marked-content item.
synchronized void com.foxit.sdk.pdf.objects.StructMarkedContent.delete | ( | ) |
Clean up related resources immediately.
Reimplemented from com.foxit.sdk.pdf.objects.StructTreeEntity.
int com.foxit.sdk.pdf.objects.StructMarkedContent.getMCID | ( | ) | throws com.foxit.sdk.PDFException |
Get marked-content identifier(MCID).
StructElement com.foxit.sdk.pdf.objects.StructMarkedContent.getParentElement | ( | ) | throws com.foxit.sdk.PDFException |
Get the parent structure element.
PDFDictionary com.foxit.sdk.pdf.objects.StructMarkedContent.getStmDict | ( | ) | throws com.foxit.sdk.PDFException |
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.
PDFDictionary com.foxit.sdk.pdf.objects.StructMarkedContent.getStmOwnerDict | ( | ) | throws com.foxit.sdk.PDFException |
Get PDF dictionary of content stream owner.