![]() |
PDFix SDK
6.9.0
|
Public Member Functions | |
virtual PdsContent * | GetContent ()=0 |
Gets a PdsContent from the PdsForm object's contents and resources. More... | |
![]() | |
virtual PdfPageObjectType | GetObjectType ()=0 |
Gets the type of an object. More... | |
virtual void | GetBBox (PdfRect *bbox)=0 |
virtual void | GetQuad (PdfQuad *quad)=0 |
virtual int | GetId ()=0 |
Gets the ordinal number of a page object. More... | |
virtual int | GetStateFlags ()=0 |
Get the object state flags. More... | |
virtual bool | SetStateFlags (int flags)=0 |
Set the object state flags. More... | |
virtual PdsObject * | GetStructObject (bool struct_parent)=0 |
virtual PdsContentMark * | GetContentMark ()=0 |
virtual PdfPage * | GetPage ()=0 |
Gets a reference to the page on which the object is present. More... | |
virtual bool | GetGState (PdfGraphicState *g_state)=0 |
Gets the graphic state of the page object. More... | |
virtual bool | SetGState (PdfGraphicState *g_state)=0 |
virtual bool | SetMatrix (PdfMatrix *matrix)=0 |
virtual void | MoveTo (PdsContent *content, int index)=0 |
Moves object to another content. More... | |
virtual PdsPageObject * | CopyTo (PdsContent *content, int index)=0 |
Copies object to another content. More... | |
|
pure virtual |
Gets a PdsContent from the PdsForm object's contents and resources.