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(System::SharedPtr<AttributeOwnerStandard> ownerStandard)
ParameterTypeDescription
ownerStandardSystem::SharedPtr<AttributeOwnerStandard>Standard attribute owner.

ReturnValue

Aspose::Pdf::LogicalStructure::StructureAttributes of structure element. Structure Attributes will be created if it needed.

See Also