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)
| Parameter | Type | Description |
|---|---|---|
| ownerStandard | const System::SharedPtr<AttributeOwnerStandard>& | Standard attribute owner. |
ReturnValue
Aspose::Pdf::LogicalStructure::StructureAttributes of structure element. Return null if not found.
See Also
- Typedef SharedPtr
- Class StructureAttributes
- Class AttributeOwnerStandard
- Class StructureAttributeCollection
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++