Foxit PDF SDK
|
Instance Methods | |
(FSPDFDictionary *) | - getDict |
Get PDF dictionary of related object. More... | |
(FSStructObjectContentStructObjectType) | - getObjectType |
Get related object type. More... | |
(FSStructElement *) | - getParentElement |
Get the parent structure element. More... | |
(id) | - init |
Constructor. | |
(id) | - initWithOther: |
Constructor, with another structure object content object. More... | |
![]() | |
(FSPDFPage *) | - getPage |
Get the related PDF page. More... | |
(FSStructTreeEntityStructTreeEntityType) | - getType |
Get structure tree entity type. More... | |
(id) | - initWithOther: |
Constructor, with another structure element entity object. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
This class represents a PDF object content item.
- (FSPDFDictionary *) getDict |
- (FSStructObjectContentStructObjectType) getObjectType |
Get related object type.
- (FSStructElement *) getParentElement |
Get the parent structure element.
- (id) initWithOther: | (FSStructObjectContent*) | other |
Constructor, with another structure object content object.
[in] | other | Another structure object content object. |