Aspose::Pdf::LogicalStructure::Element::Tag método

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

Vincular un elemento de estructura a la anotación.

virtual System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::Element::Tag(System::SharedPtr<Annotations::Annotation> annotation)=0
ParámetroTipoDescripción
annotationSystem::SharedPtr<Annotations::Annotation>Pdf anotación.

ReturnValue

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

Ver también

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

Vincula un elemento de estructura al Artifact.

virtual System::SharedPtr<MCRElement> Aspose::Pdf::LogicalStructure::Element::Tag(System::SharedPtr<Artifact> artifact)=0
ParámetroTipoDescripción
artifactSystem::SharedPtr<Artifact>Pdf artefacto.

ReturnValue

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

Ver también

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

Vincular un elemento de estructura al operador BDC del flujo de contenido.

virtual System::SharedPtr<MCRElement> Aspose::Pdf::LogicalStructure::Element::Tag(System::SharedPtr<Operators::BDC> bdc)=0
ParámetroTipoDescripción
bdcSystem::SharedPtr<Operators::BDC>Operador bdc del flujo de contenido.

ReturnValue

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

Ver también

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

Vincular un elemento de estructura al flujo de contenido XForm.

virtual System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::Element::Tag(System::SharedPtr<XForm> form)=0
ParámetroTipoDescripción
formSystem::SharedPtr<XForm>Pdf formulario.

ReturnValue

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

Ver también

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

Vincular un elemento de estructura al XImage.

virtual System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::Element::Tag(System::SharedPtr<XImage> image)=0
ParámetroTipoDescripción
imageSystem::SharedPtr<XImage>Imagen Pdf.

ReturnValue

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

Ver también