|
| virtual int | GetNumPathPoints () const =0 |
| | Gets the number of path points. More...
|
| |
| virtual PdsPathPoint * | GetPathPoint (int index)=0 |
| | Gets the requested path point. More...
|
| |
| virtual bool | SetStroke (bool stroke)=0 |
| | Indicate whether the path should be stroked. More...
|
| |
| virtual bool | SetFillType (PdfFillRule fill)=0 |
| | Sets path's fill rule. More...
|
| |
| virtual bool | MoveTo (const PdfPoint *point)=0 |
| | Set the current point. More...
|
| |
| virtual bool | LineTo (const PdfPoint *point)=0 |
| | Draw a line from the current point to the given point. More...
|
| |
| virtual bool | CurveTo (const PdfPoint *control_p_1, const PdfPoint *control_p_2, const PdfPoint *point)=0 |
| |
| virtual bool | ArcTo (const PdfPoint *end_p, const PdfPoint *radius_p, float angle, bool is_large, bool sweep)=0 |
| | Draw an arc from the current point to the end point. More...
|
| |
| virtual bool | ClosePath ()=0 |
| | Closes the current subpath. More...
|
| |
| virtual PdfPageObjectType | GetObjectType () const =0 |
| | Gets the type of an object. More...
|
| |
| virtual void | GetBBox (PdfRect *bbox) const =0 |
| |
| virtual void | GetQuad (PdfQuad *quad) const =0 |
| |
| virtual int | GetId ()=0 |
| | Gets the ordinal number of a page object. More...
|
| |
| virtual int | GetStateFlags () const =0 |
| | Get the object state flags. More...
|
| |
| virtual bool | SetStateFlags (PdfStateFlags flags)=0 |
| | Set the object state flags. More...
|
| |
| virtual PdsObject * | GetStructObject (bool struct_parent)=0 |
| |
| virtual PdsContentMark * | GetContentMark ()=0 |
| |
| virtual int | GetMcid ()=0 |
| | Gets content mark ID for this object or -1 if the object does not have MCID property. More...
|
| |
| virtual bool | RemoveTags (PdfContentMarkFlags flags)=0 |
| |
| virtual PdfPage * | GetPage ()=0 |
| | Gets a reference to the page on which the object is present. More...
|
| |
| virtual int | GetContentStreamIndex ()=0 |
| |
| virtual PdsContent * | GetParentContent ()=0 |
| | Gets a reference to the content in 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 (const PdfGraphicState *g_state)=0 |
| |
| virtual bool | TransformCTM (const PdfMatrix *matrix)=0 |
| |
| virtual bool | MoveToObject (PdsPageObject *ref_obj, bool after, int dst_tag_index, int obj_tag_index)=0 |
| | Moves object within a content to another position. More...
|
| |
| virtual bool | MoveToContent (PdsContent *content, int index)=0 |
| | Moves object to another content. More...
|
| |
| virtual PdsPageObject * | CopyToContent (PdsContent *content, int index)=0 |
| | Copies object to another content. More...
|
| |
| virtual PdfDoc * | GetDoc ()=0 |
| | Gets a reference to a document object. More...
|
| |
| virtual int | GetNumEqualTags (PdsPageObject *object)=0 |
| | Count the number of different tags within the marked content of the two page objects. More...
|
| |
| virtual int | GetOperatorId ()=0 |
| | Get the operator index which construcs the object in the page content. More...
|
| |
| virtual int | GetContentId ()=0 |
| | Get the content index which identifies it within the tagged or untagged content. More...
|
| |
| virtual int | GetNumContentItemIds ()=0 |
| | Get the number of content item identifiers within all marked contents. More...
|
| |
| virtual int | GetContentItemId (int level)=0 |
| |
| virtual bool | RegisterEvent (PdfEventType type, PdsPageObjectEventProc proc, void *data)=0 |
| | Registers a user-supplied procedure to call when the specified event occurs. More...
|
| |
| virtual bool | UnregisterEvent (PdfEventType type, PdsPageObjectEventProc proc, void *data)=0 |
| |
PdsPath class.
A PdsPath is a path object in a PDF page content.