Aspose::Pdf::LogicalStructure::StructureElement::Tag method
Contents
[
Hide
]StructureElement::Tag(System::SharedPtr<Annotations::Annotation>) method
Bind a structure element to the Annotation.
System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::StructureElement::Tag(System::SharedPtr<Annotations::Annotation> annotation) override
| Parameter | Type | Description |
|---|---|---|
| annotation | System::SharedPtr<Annotations::Annotation> | Pdf annotation. |
ReturnValue
T:/Aspose::Pdf::LogicalStructure::OBJRElementStructure element.
See Also
- Typedef SharedPtr
- Class OBJRElement
- Class Annotation
- Class StructureElement
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++
StructureElement::Tag(System::SharedPtr<Artifact>) method
Bind a structure element to the Artifact.
System::SharedPtr<MCRElement> Aspose::Pdf::LogicalStructure::StructureElement::Tag(System::SharedPtr<Artifact> artifact) override
| Parameter | Type | Description |
|---|---|---|
| artifact | System::SharedPtr<Artifact> | Pdf artifact. |
ReturnValue
T:/Aspose::Pdf::LogicalStructure::MCRElementStructure element.
See Also
- Typedef SharedPtr
- Class MCRElement
- Class Artifact
- Class StructureElement
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++
StructureElement::Tag(System::SharedPtr<Operators::BDC>) method
Bind a structure element to the content stream BDC operator.
System::SharedPtr<MCRElement> Aspose::Pdf::LogicalStructure::StructureElement::Tag(System::SharedPtr<Operators::BDC> bdc) override
| Parameter | Type | Description |
|---|---|---|
| bdc | System::SharedPtr<Operators::BDC> | Content stream bdc operator. |
ReturnValue
T:/Aspose::Pdf::LogicalStructure::MCRElementStructure element.
See Also
- Typedef SharedPtr
- Class MCRElement
- Class BDC
- Class StructureElement
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++
StructureElement::Tag(System::SharedPtr<XForm>) method
Bind a structure element to the content stream XForm.
System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::StructureElement::Tag(System::SharedPtr<XForm> form) override
| Parameter | Type | Description |
|---|---|---|
| form | System::SharedPtr<XForm> | Pdf form. |
ReturnValue
T:/Aspose::Pdf::LogicalStructure::OBJRElementStructure element.
See Also
- Typedef SharedPtr
- Class OBJRElement
- Class XForm
- Class StructureElement
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++
StructureElement::Tag(System::SharedPtr<XImage>) method
Bind a structure element to the XImage.
System::SharedPtr<OBJRElement> Aspose::Pdf::LogicalStructure::StructureElement::Tag(System::SharedPtr<XImage> image) override
| Parameter | Type | Description |
|---|---|---|
| image | System::SharedPtr<XImage> | Pdf image. |
ReturnValue
T:/Aspose::Pdf::LogicalStructure::OBJRElementStructure element.
See Also
- Typedef SharedPtr
- Class OBJRElement
- Class XImage
- Class StructureElement
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++