|
Foxit PDF SDK
|
Instance Methods | |
| (FSRectF *) | - getBBox |
| Get bounding box. More... | |
| (FSLRGraphicsObjectElement *) | - getGraphicsObjectElement |
| Get the related graphics object element. More... | |
| (FSRange *) | - getGraphicsObjectRange |
| Get the range of current content element in current graphics object. More... | |
| (FSMatrix2D *) | - getMatrix |
| Get matrix. More... | |
| (FSLRStructureElement *) | - getParentElement |
| Get the parent element. More... | |
| (id) | - initWithElement: |
| Constructor, with parent class object. More... | |
| (id) | - initWithOther: |
| Constructor, with another content element object. More... | |
Instance Methods inherited from FSLRElement | |
| (FSLRElementElementType) | - getElementType |
| Get element type. More... | |
| (id) | - initWithOther: |
| Constructor, with another base element object. More... | |
| (BOOL) | - isContentElement |
| Check whether current object is content element or not. More... | |
| (BOOL) | - isEmpty |
| Check whether current object is empty or not. More... | |
| (BOOL) | - isGraphicsObjectElement |
| Check whether current object is graphics object element or not. More... | |
| (BOOL) | - isStructureElement |
| Check whether current object is structure element or not. More... | |
| (NSString *) | - stringifyType |
| Convert type (enum value) of current element to a short and memorable string (text) representation. More... | |
Additional Inherited Members | |
Class Methods inherited from FSLRElement | |
| (NSString *) | + stringifyElementType: |
| Convert enum value of a specified element type to a short and memorable string (text) representation. More... | |
This class represents a content element. A content element contains the content from the graphics object.
| - (FSRectF *) getBBox |
Get bounding box.
| - (FSLRGraphicsObjectElement *) getGraphicsObjectElement |
Get the related graphics object element.
| - (FSRange *) getGraphicsObjectRange |
Get the range of current content element in current graphics object.
All the indexes specified in the range represents current content element in the graphics object position.
| - (FSMatrix2D *) getMatrix |
Get matrix.
| - (FSLRStructureElement *) getParentElement |
Get the parent element.
| - (id) initWithElement: | (FSLRElement*) | element |
Constructor, with parent class object.
| [in] | element | Parent class object. |
| - (id) initWithOther: | (FSLRContentElement*) | other |
Constructor, with another content element object.
| [in] | other | Another content element object. |