|
Foxit PDF SDK
|
Public Member Functions | |
| constructor () | |
| Constructor. | |
| GetDict () | |
| Get PDF dictionary of related object. More... | |
| GetObjectType () | |
| Get related object type. More... | |
| GetParentElement () | |
| Get the parent structure element. More... | |
Public Member Functions inherited from FSDK.StructTreeEntity | |
| constructor () | |
| Constructor. | |
| GetPage () | |
| Get the related PDF page. More... | |
| GetType () | |
| Get structure tree entity type. More... | |
| IsEmpty () | |
| Check whether current object is empty or not. More... | |
Static Public Attributes | |
| static | e_StructObjectTypeAnnot |
| Annot object. | |
| static | e_StructObjectTypeForm |
| Form object. | |
| static | e_StructObjectTypeImage |
| Image object. | |
| static | e_StructObjectTypeInvalid |
| Invaild object. | |
| static | e_UnknownType |
| Enumeration for object type. More... | |
Static Public Attributes inherited from FSDK.StructTreeEntity | |
| static | e_StructTreeEntityTypeElement |
| Structure tree entity type: Element, which represents a structure element. | |
| static | e_StructTreeEntityTypeMarkedContent |
| Structure tree entity type: MarkedContent, which represents a marked-content item. | |
| static | e_StructTreeEntityTypeObjectContent |
| Structure tree entity type: objectContent, which represents a PDF object content item, such as annotation and XObject. | |
| static | e_UnknownType |
| Enumeration for structure tree entity type. More... | |
This class represents a PDF object content item.
| FSDK.StructObjectContent.GetDict | ( | ) |
Get PDF dictionary of related object.
This function is available to the following types of objects: FSDK.StructObjectContent.e_Image, FSDK.StructObjectContent.e_Form and FSDK.StructObjectContent.e_Annot. For type, this function will return null. PDF dictionary of related object.
| FSDK.StructObjectContent.GetObjectType | ( | ) |
Get related object type.
| FSDK.StructObjectContent.GetParentElement | ( | ) |
Get the parent structure element.
|
static |
Enumeration for object type.
Values of this enumeration should be used alone.Unknown Type.