Aspose::Pdf::LogicalStructure::StructureAttributeCollection::CreateAttributes method
StructureAttributeCollection::CreateAttributes method
Create and return Aspose::Pdf::LogicalStructure::StructureAttributes of structure element by standard attribute owner.
System::SharedPtr<StructureAttributes> Aspose::Pdf::LogicalStructure::StructureAttributeCollection::CreateAttributes(const System::SharedPtr<AttributeOwnerStandard> &ownerStandard)
| Parameter | Type | Description |
|---|---|---|
| ownerStandard | const System::SharedPtr<AttributeOwnerStandard>& | Standard attribute owner. |
ReturnValue
Aspose::Pdf::LogicalStructure::StructureAttributes of structure element. Structure Attributes will be created if it needed.
See Also
- Typedef SharedPtr
- Class StructureAttributes
- Class AttributeOwnerStandard
- Class StructureAttributeCollection
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++