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

ReturnValue

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

See Also