Aspose::Pdf::LogicalStructure::Element class
Contents
[
Hide
]Element class
Represents a base class for element in logical structure.
class Element : public virtual System::Object
Methods
Method | Description |
---|---|
AppendChild(System::SharedPtr<Element>, bool) | Append T:/Aspose::Pdf::LogicalStructure::Element to collection of children. |
ClearChilds() | Clear all childs. |
FindElements(bool) | Find Elements of a given type. |
get_ChildElements() | Gets children collection of T:/Aspose::Pdf::LogicalStructure::Element objects. |
get_ParentElement() const | Get parent element. |
InsertChild(System::SharedPtr<Element>, int32_t, bool) | Insert T:/Aspose::Pdf::LogicalStructure::Element to collection of children at specified index. |
RemoveChild(int32_t) | Remove child at. |
virtual Tag(System::SharedPtr<Aspose::Pdf::Operators::BDC>) | Bind a structure element to the content stream BDC operator. |
virtual Tag(System::SharedPtr<XForm>) | Bind a structure element to the content stream XForm. |
virtual Tag(System::SharedPtr<XImage>) | Bind a structure element to the XImage. |
virtual Tag(System::SharedPtr<Artifact>) | Bind a structure element to the Artifact. |
virtual Tag(System::SharedPtr<Aspose::Pdf::Annotations::Annotation>) | Bind a structure element to the Annotation. |
ToString() const override | Returns a string that represents the current object. |
See Also
- Class Object
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++