Aspose::Pdf::LogicalStructure::StructureAttributeCollection::GetAttributes method

StructureAttributeCollection::GetAttributes method

Return Aspose::Pdf::LogicalStructure::StructureAttributes of structure element by standard attribute owner.

System::SharedPtr<StructureAttributes> Aspose::Pdf::LogicalStructure::StructureAttributeCollection::GetAttributes(const System::SharedPtr<AttributeOwnerStandard> &ownerStandard)
ParameterTypeDescription
ownerStandardconst System::SharedPtr<AttributeOwnerStandard>&Standard attribute owner.

ReturnValue

Aspose::Pdf::LogicalStructure::StructureAttributes of structure element. Return null if not found.

See Also