Foxit PDF SDK
|
Instance Methods | |
(FSRectF *) | - getBBox |
Get bounding box. More... | |
(FSPDFDictionary *) | - getDict |
Get PDF dictionary of related graphics object. More... | |
(FSGraphicsObject *) | - getGraphicsObject |
Get related graphics object. More... | |
(int) | - getGraphicsObjectIndex |
Get index of related graphics object. More... | |
(FSMatrix2D *) | - getMatrix |
Get matrix. More... | |
(FSLRGraphicsObjectElement *) | - getParentGraphicsObjectElement |
Get the parent graphics object element. More... | |
(id) | - initWithElement: |
Constructor, with parent class object. More... | |
(id) | - initWithOther: |
Constructor, with another graphics object element object. More... | |
![]() | |
(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 | |
![]() | |
(NSString *) | + stringifyElementType: |
Convert enum value of a specified element type to a short and memorable string (text) representation. More... | |
This class represents a graphics object element. Graphics object element can be used to get related the graphics object.
- (FSRectF *) getBBox |
Get bounding box.
- (FSPDFDictionary *) getDict |
Get PDF dictionary of related graphics object.
This function is available when related graphics object is a form XObject type. For other graphics object type, this function will return nil.
- (FSGraphicsObject *) getGraphicsObject |
Get related graphics object.
- (int) getGraphicsObjectIndex |
Get index of related graphics object.
- (FSMatrix2D *) getMatrix |
Get matrix.
- (FSLRGraphicsObjectElement *) getParentGraphicsObjectElement |
Get the parent graphics object element.
- (id) initWithElement: | (FSLRElement*) | element |
Constructor, with parent class object.
[in] | element | Parent class object. |
- (id) initWithOther: | (FSLRGraphicsObjectElement*) | other |
Constructor, with another graphics object element object.
[in] | other | Another graphics object element object. |