|
Foxit PDF RDK
|
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 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... | |
Public Member Functions inherited from NativeObjectWrapper | |
| constructor (r) | |
| GetPointerAsNumber () | |
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 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.
| StructObjectContent.GetDict | ( | ) |
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 type, this function will return null. PDF dictionary of related object.
| StructObjectContent.GetObjectType | ( | ) |
Get related object type.
| StructObjectContent.GetParentElement | ( | ) |
Get the parent structure element.
|
static |
Enumeration for object type.
Values of this enumeration should be used alone.
Unknown Type.