StructureAttribute Class
Represents attribute of structure element.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.LogicalStructureStructureAttribute

Namespace: Aspose.Pdf.LogicalStructure
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class StructureAttribute

The StructureAttribute type exposes the following members.

Constructors
  NameDescription
Public methodStructureAttribute
Initializes a new instance of the StructureAttribute.
Properties
  NameDescription
Public propertyIsInitializedValue
Gets status of structure attribute value. True if value is set.
Public propertyKey
Gets attribute key.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetArrayNumberValue
Gets Value Number Array.
Public methodGetArrayValue
Gets Value Name Array.
Public methodGetHashCode (Inherited from Object.)
Public methodGetNameValue
Gets Value Name.
Public methodGetNumberValue
Gets Value Number.
Public methodGetStringValue
Gets Value String.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetArrayNumberValue
Public methodSetArrayValue
Sets Value Name Array.
Public methodSetColorValue
Sets Value Color.
Public methodSetNameValue
Sets Value Name.
Public methodSetNumberValue
Sets Value Number.
Public methodSetRectangleValue
Sets Value Rectangle.
Public methodSetStringValue
Sets Value String.
Public methodToString (Inherited from Object.)
See Also