Foxit PDF SDK
|
Public Member Functions | |
StructObjectContent () | |
Constructor. | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
PDFDictionary | getDict () throws com.foxit.sdk.PDFException |
Get PDF dictionary of related object. More... | |
int | getObjectType () throws com.foxit.sdk.PDFException |
Get related object type. More... | |
StructElement | getParentElement () throws com.foxit.sdk.PDFException |
Get the parent structure element. 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... | |
Static Public Attributes | |
static final int | e_StructObjectTypeAnnot = 3 |
Annot object. | |
static final int | e_StructObjectTypeForm = 2 |
Form object. | |
static final int | e_StructObjectTypeImage = 1 |
Image object. | |
static final int | e_StructObjectTypeInvalid = 0 |
Invaild object. | |
static final int | e_UnknownType = -1 |
Unknown Type. | |
![]() | |
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 PDF object content item.
synchronized void com.foxit.sdk.pdf.objects.StructObjectContent.delete | ( | ) |
Clean up related resources immediately.
Reimplemented from com.foxit.sdk.pdf.objects.StructTreeEntity.
PDFDictionary com.foxit.sdk.pdf.objects.StructObjectContent.getDict | ( | ) | throws com.foxit.sdk.PDFException |
Get PDF dictionary of related object.
This function is available to the following types of objects: StructObjectContent::e_Image, StructObjectContent::e_Form and StructObjectContent::e_Annot. For
int com.foxit.sdk.pdf.objects.StructObjectContent.getObjectType | ( | ) | throws com.foxit.sdk.PDFException |
Get related object type.
StructElement com.foxit.sdk.pdf.objects.StructObjectContent.getParentElement | ( | ) | throws com.foxit.sdk.PDFException |
Get the parent structure element.