|
Foxit PDF SDK
|
Public Member Functions | |
| StructTreeEntity () | |
| Constructor. | |
| StructTreeEntity (StructTreeEntity other) | |
| Constructor, with another structure element entity object. More... | |
| synchronized void | delete () |
| Clean up related resources immediately. 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_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 structure tree entity.
| com.foxit.sdk.pdf.objects.StructTreeEntity.StructTreeEntity | ( | StructTreeEntity | other | ) |
Constructor, with another structure element entity object.
| [in] | other | Another structure element entity object. |
| synchronized void com.foxit.sdk.pdf.objects.StructTreeEntity.delete | ( | ) |
Clean up related resources immediately.
Reimplemented from com.foxit.sdk.common.Base.
Reimplemented in com.foxit.sdk.pdf.objects.StructElement, com.foxit.sdk.pdf.objects.StructMarkedContent, and com.foxit.sdk.pdf.objects.StructObjectContent.
| PDFPage com.foxit.sdk.pdf.objects.StructTreeEntity.getPage | ( | ) | throws com.foxit.sdk.PDFException |
Get the related PDF page.
| int com.foxit.sdk.pdf.objects.StructTreeEntity.getType | ( | ) | throws com.foxit.sdk.PDFException |
Get structure tree entity type.
| boolean com.foxit.sdk.pdf.objects.StructTreeEntity.isEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.