StructureElementAttributes

StructureElementAttributes

Overview

StructureElementAttributes is a class in Aspose.PDF FOSS for .NET.

The attribute manager exposed by Attributes.

This class provides 2 methods for working with StructureElementAttributes objects in .NET programs. Available methods include: CreateAttributes, GetAttributes. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.

Methods

SignatureDescription
GetAttributes(owner: AttributeOwnerStandard)The attribute set for owner, creating an empty one on first access so callers can add attributes without an explicit CreateAttributes call.
CreateAttributes(owner: AttributeOwnerStandard)Create (and store) an empty attribute set for owner.

See Also