|
Foxit PDF SDK
|
Instance Methods | |
| (unsigned int) | - getMCID |
| Get marked-content identifier(MCID). More... | |
| (FSStructElement *) | - getParentElement |
| Get the parent structure element. More... | |
| (FSPDFDictionary *) | - getStmDict |
| Get PDF dictionary of the content stream that contains the marked-content sequence. More... | |
| (FSPDFDictionary *) | - getStmOwnerDict |
| Get PDF dictionary of content stream owner. More... | |
| (id) | - init |
| Constructor. | |
| (id) | - initWithOther: |
| Constructor, with another structure marked-content object. More... | |
Instance Methods inherited from FSStructTreeEntity | |
| (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 marked-content item.
| - (unsigned int) getMCID |
Get marked-content identifier(MCID).
| - (FSStructElement *) getParentElement |
Get the parent structure element.
| - (FSPDFDictionary *) getStmDict |
Get PDF dictionary of the content stream that contains the marked-content sequence.
The content stream containing the marked-content sequence. This entry should be present only if the marked-content sequence resides in a content stream other than the content stream for the page.
| - (FSPDFDictionary *) getStmOwnerDict |
Get PDF dictionary of content stream owner.
| - (id) initWithOther: | (FSStructMarkedContent*) | other |
Constructor, with another structure marked-content object.
| [in] | other | Another structure marked-content object. |