Foxit PDF SDK
|
Instance Methods | |
(FSPDFObject *) | - getPDFObject |
Get the PDF object which represents the shading graphics object in PDF file. More... | |
![]() | |
(BOOL) | - addClipPath:fill_mode: |
Add a path for clipping. More... | |
(BOOL) | - addClipTextObject: |
Add text object for clipping. More... | |
(BOOL) | - clearClips |
Clear all clips. More... | |
(FSGraphicsObject *) | - clone |
Clone a new graphics object. More... | |
(FSPath *) | - getClipPath: |
Get a path clip by index. More... | |
(int) | - getClipPathCount |
Get the count of path clip. More... | |
(FSFillMode) | - getClipPathFillMode: |
Get the fill mode of a path clip by index. More... | |
(FSTextObject *) | - getClipTextObject: |
Get the text object of a text clip by index. More... | |
(int) | - getClipTextObjectCount |
Get the count of text clip. More... | |
(FSFormXObject *) | - getFormXObject |
Get the form XObject graphics object if current graphics object represents a form XObject object. More... | |
(FSImageObject *) | - getImageObject |
Get the image graphics object if current graphics object represents an image object. More... | |
(FSLayerNodeArray *) | - getLayers: |
Get all the layers which are associated with current graphics object. More... | |
(FSMarkedContent *) | - getMarkedContent |
Get marked content object. More... | |
(FSPathObject *) | - getPathObject |
Get the path graphics object if current graphics object represents a path object. More... | |
(FSRectF *) | - getRect |
Get the rectangle of current graphics object. More... | |
(FSShadingObject *) | - getShadingObject |
Get the shading graphics object if current graphics object represents a shading object. More... | |
(FSTextObject *) | - getTextObject |
Get the text graphics object if current graphics object represents a text object. More... | |
(FSGraphicsObjectType) | - getType |
Get the type of current graphics object. More... | |
(BOOL) | - hasTransparency |
Check whether current graphics object has transparency or not. More... | |
(BOOL) | - removeClipPath: |
Remove a path clip by index. More... | |
(BOOL) | - removeClipTextObject: |
Remove a text clip by index for clipping. More... | |
(BOOL) | - transform:need_transform_clippath: |
Transform current graphics object. More... | |
Additional Inherited Members | |
![]() | |
FSGraphicsObjectBlendMode | blendMode |
Get or Set the blend mode for transparent imaging model. | |
FSRectF * | clipRect |
Get or Set clip rectangle. | |
unsigned int | fillColor |
Get or Set the fill color. More... | |
FSGraphState * | graphState |
Get or Set graph state. More... | |
FSMatrix2D * | matrix |
Get or Set matrix. | |
unsigned int | strokeColor |
Get or Set the stroke color. More... | |
Shading graphics object is a kind of PDF graphics object, so class FSShadingObject is derived from class FSGraphicsObject . It offers functions to get shading graphics object's data.
- (FSPDFObject *) getPDFObject |
Get the PDF object which represents the shading graphics object in PDF file.