Aspose::Pdf::LogicalStructure::Element class

Element class

Represents a base class for element in logical structure.

class Element : public virtual System::Object

Methods

MethodDescription
AppendChild(System::SharedPtr<Element>)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() constGet parent element.
InsertChild(System::SharedPtr<Element>, int32_t)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 overrideReturns a string that represents the current object.

See Also