Aspose::Pdf::LogicalStructure::MCRElement class

MCRElement class

Represents marked-content reference object in logical structure.

class MCRElement : public Aspose::Pdf::LogicalStructure::Element

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_Content() const
get_ImageSrc() const
get_MCID()Gets MCID of marked-content reference object.
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.
Tag(System::SharedPtr<Aspose::Pdf::Operators::BDC>) overrideBind a structure element to the content stream BDC operator.
Tag(System::SharedPtr<XForm>) overrideBind a structure element to the content stream XForm.
Tag(System::SharedPtr<XImage>) overrideBind a structure element to the XImage.
Tag(System::SharedPtr<Artifact>) overrideBind a structure element to the Artifact.
Tag(System::SharedPtr<Aspose::Pdf::Annotations::Annotation>) overrideBind a structure element to the Annotation.
ToString() const overrideReturns a string that represents the current object.

See Also