PDF SDK Documentation

Comprehensive Guide for Developers: Features, Integration, and API Reference

Loading...
Searching...
No Matches
PDF::Element Member List

This is the complete list of members for PDF::Element, including all inherited members.

Copy() constPDF::Element
CreateContainer(PDAtom tag, const Object &dict)PDF::Elementstatic
CreatePath()PDF::Elementstatic
CreateShading(const Shading &shading)PDF::Elementstatic
CreateText()PDF::Elementstatic
CreateXObject(const XObject &xobject)PDF::Elementstatic
Element() noexcept (defined in PDF::Element)PDF::Elementinline
Element(PDEElement handle, bool adopt=false) noexcept (defined in PDF::Element)PDF::Elementinline
Element(const Element &rhs) noexcept (defined in PDF::Element)PDF::Elementinline
Element(Element &&rhs) noexcept (defined in PDF::Element)PDF::Elementinline
Equals(const Element &that) constPDF::Element
GetBBox() constPDF::Element
GetClip() constPDF::Element
GetContainerContent() constPDF::Element
GetContainerDict() constPDF::Element
GetContainerOCMembership() constPDF::Element
GetContainerTag() constPDF::Element
GetElementType() constPDF::Element
GetGState() constPDF::Element
GetImageAttrs() constPDF::Element
GetMatrix() constPDF::Element
GetPathNumSegments() constPDF::Element
GetPathPaintOp() constPDF::Element
GetPathSegment(size_t index) constPDF::Element
GetQuad() constPDF::Element
GetShading() constPDF::Element
GetTextKnockout() constPDF::Element
GetTextNumRuns() constPDF::Element
GetTextRun(size_t index) constPDF::Element
GetTextRunAtPoint(const PointF &pagePt) constPDF::Element
GetXObject() constPDF::Element
HitTest(const PointF &point) constPDF::Element
IsImage() constPDF::Element
LayoutText(const Document &doc, const std::wstring &text, const RectF &box, const PDFontInfo &fontInfo, float fontSize, PDColorValue fontColor, PDETextAlign alignment)PDF::Elementstatic
operator=(const Element &rhs) noexcept (defined in PDF::Element)PDF::Elementinline
operator=(Element &&rhs) noexcept (defined in PDF::Element)PDF::Elementinline
PathAddSegment(const PDEPathSegment &segment)PDF::Element
PathClose()PDF::Element
PathCurveTo(const PointF &c0, const PointF &c1, const PointF &to)PDF::Element
PathLineTo(const PointF &to)PDF::Element
PathMoveTo(const PointF &to)PDF::Element
PathRect(const RectF &rect)PDF::Element
PathRemoveSegment(size_t index)PDF::Element
PathVCurveTo(const PointF &c0, const PointF &to)PDF::Element
PathYCurveTo(const PointF &c1, const PointF &to)PDF::Element
SetClip(const Clip &clip)PDF::Element
SetContainerDict(const Object &dict)PDF::Element
SetContainerTag(PDAtom tag)PDF::Element
SetGState(const GState &gstate)PDF::Element
SetMatrix(const Matrix &matrix)PDF::Element
SetPathPaintOp(PDEPaintOp paintOp)PDF::Element
SetShading(const Shading &shading)PDF::Element
SetTextKnockout(bool knockout)PDF::Element
SetXObject(const XObject &xobject)PDF::Element
TextInsertRun(size_t index, const TextRun &run)PDF::Element
TextRemoveRun(size_t index)PDF::Element
TextSplitRun(size_t itemIndex, size_t charIndex)PDF::Element