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

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

Vincular un elemento de estructura a la anotación.

System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::MCRElement::Tag(System::SharedPtr<Annotations::Annotation> annotation) override
ParámetroTipoDescripción
annotationSystem::SharedPtr<Annotations::Annotation>Pdf anotación.

ReturnValue

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

Ver también

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

Vincula un elemento de estructura al Artifact.

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

ReturnValue

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

Ver también

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

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

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

ReturnValue

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

Ver también

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

Vincular un elemento de estructura al flujo de contenido XForm.

System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::MCRElement::Tag(System::SharedPtr<XForm> form) override
ParámetroTipoDescripción
formSystem::SharedPtr<XForm>Pdf formulario.

ReturnValue

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

Ver también

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

Vincular un elemento de estructura al XImage.

System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::MCRElement::Tag(System::SharedPtr<XImage> image) override
ParámetroTipoDescripción
imageSystem::SharedPtr<XImage>Imagen Pdf.

ReturnValue

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

Ver también