Comprehensive Guide for Developers: Features, Integration, and API Reference
This is the complete list of members for PDF::Element, including all inherited members.
| Copy() const | PDF::Element | |
| CreateContainer(PDAtom tag, const Object &dict) | PDF::Element | static |
| CreatePath() | PDF::Element | static |
| CreateShading(const Shading &shading) | PDF::Element | static |
| CreateText() | PDF::Element | static |
| CreateXObject(const XObject &xobject) | PDF::Element | static |
| Element() noexcept (defined in PDF::Element) | PDF::Element | inline |
| Element(PDEElement handle, bool adopt=false) noexcept (defined in PDF::Element) | PDF::Element | inline |
| Element(const Element &rhs) noexcept (defined in PDF::Element) | PDF::Element | inline |
| Element(Element &&rhs) noexcept (defined in PDF::Element) | PDF::Element | inline |
| Equals(const Element &that) const | PDF::Element | |
| GetBBox() const | PDF::Element | |
| GetClip() const | PDF::Element | |
| GetContainerContent() const | PDF::Element | |
| GetContainerDict() const | PDF::Element | |
| GetContainerOCMembership() const | PDF::Element | |
| GetContainerTag() const | PDF::Element | |
| GetElementType() const | PDF::Element | |
| GetGState() const | PDF::Element | |
| GetImageAttrs() const | PDF::Element | |
| GetMatrix() const | PDF::Element | |
| GetPathNumSegments() const | PDF::Element | |
| GetPathPaintOp() const | PDF::Element | |
| GetPathSegment(size_t index) const | PDF::Element | |
| GetQuad() const | PDF::Element | |
| GetShading() const | PDF::Element | |
| GetTextKnockout() const | PDF::Element | |
| GetTextNumRuns() const | PDF::Element | |
| GetTextRun(size_t index) const | PDF::Element | |
| GetTextRunAtPoint(const PointF &pagePt) const | PDF::Element | |
| GetXObject() const | PDF::Element | |
| HitTest(const PointF &point) const | PDF::Element | |
| IsImage() const | PDF::Element | |
| LayoutText(const Document &doc, const std::wstring &text, const RectF &box, const PDFontInfo &fontInfo, float fontSize, PDColorValue fontColor, PDETextAlign alignment) | PDF::Element | static |
| operator=(const Element &rhs) noexcept (defined in PDF::Element) | PDF::Element | inline |
| operator=(Element &&rhs) noexcept (defined in PDF::Element) | PDF::Element | inline |
| 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 |