|
Foxit PDF SDK
|
Instance Methods | |
| (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... | |
Class Methods | |
| (NSString *) | + stringifyElementType: |
| Convert enum value of a specified element type to a short and memorable string (text) representation. More... | |
This class represents base layout recognition element.
| - (FSLRElementElementType) getElementType |
Get element type.
| - (id) initWithOther: | (FSLRElement*) | other |
Constructor, with another base element object.
| [in] | other | Another base element object. |
| - (BOOL) isContentElement |
Check whether current object is content element or not.
| - (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
| - (BOOL) isGraphicsObjectElement |
Check whether current object is graphics object element or not.
| - (BOOL) isStructureElement |
Check whether current object is structure element or not.
| + (NSString *) stringifyElementType: | (FSLRElementElementType) | type |
Convert enum value of a specified element type to a short and memorable string (text) representation.
| [in] | type | A specified element type. Please refer to values starting from FSLRElementElementTypeDocument and this should be one of these values. |
| - (NSString *) stringifyType |
Convert type (enum value) of current element to a short and memorable string (text) representation.