Aspose::Pdf::LogicalStructure::Element::Tag method

Element::Tag(System::SharedPtr<Artifact>) method

Bind a structure element to the Artifact.

virtual System::SharedPtr<MCRElement> Aspose::Pdf::LogicalStructure::Element::Tag(System::SharedPtr<Artifact> artifact)=0
ParameterTypeDescription
artifactSystem::SharedPtr<Artifact>Pdf artifact.

ReturnValue

T:/Aspose::Pdf::LogicalStructure::MCRElementStructure element.

See Also

Element::Tag(System::SharedPtr<Aspose::Pdf::Annotations::Annotation>) method

Bind a structure element to the Annotation.

virtual System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::Element::Tag(System::SharedPtr<Aspose::Pdf::Annotations::Annotation> annotation)=0
ParameterTypeDescription
annotationSystem::SharedPtr<Aspose::Pdf::Annotations::Annotation>Pdf annotation.

ReturnValue

T:/Aspose::Pdf::LogicalStructure::OBJRElementStructure element.

See Also

Element::Tag(System::SharedPtr<Aspose::Pdf::Operators::BDC>) method

Bind a structure element to the content stream BDC operator.

virtual System::SharedPtr<MCRElement> Aspose::Pdf::LogicalStructure::Element::Tag(System::SharedPtr<Aspose::Pdf::Operators::BDC> bdc)=0
ParameterTypeDescription
bdcSystem::SharedPtr<Aspose::Pdf::Operators::BDC>Content stream bdc operator.

ReturnValue

T:/Aspose::Pdf::LogicalStructure::MCRElementStructure element.

See Also

Element::Tag(System::SharedPtr<XForm>) method

Bind a structure element to the content stream XForm.

virtual System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::Element::Tag(System::SharedPtr<XForm> form)=0
ParameterTypeDescription
formSystem::SharedPtr<XForm>Pdf form.

ReturnValue

T:/Aspose::Pdf::LogicalStructure::OBJRElementStructure element.

See Also

Element::Tag(System::SharedPtr<XImage>) method

Bind a structure element to the XImage.

virtual System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::Element::Tag(System::SharedPtr<XImage> image)=0
ParameterTypeDescription
imageSystem::SharedPtr<XImage>Pdf image.

ReturnValue

T:/Aspose::Pdf::LogicalStructure::OBJRElementStructure element.

See Also