Class StructureAttribute
Contents
[
Hide
]StructureAttribute class
Represents attribute of structure element.
public class StructureAttribute
Constructors
| Name | Description |
|---|---|
| StructureAttribute(AttributeKey) | Initializes a new instance of the StructureAttribute. |
Properties
| Name | Description |
|---|---|
| IsInitializedValue { get; } | Gets status of structure attribute value. True if value is set. |
| Key { get; } | Gets attribute key. |
Methods
| Name | Description |
|---|---|
| GetArrayNumberValue() | Gets Value Number Array. |
| GetArrayValue() | Gets Value Name Array. |
| GetNameValue() | Gets Value Name. |
| GetNumberValue() | Gets Value Number. |
| GetStringValue() | Gets Value String. |
| SetArrayNumberValue(double?[]) | |
| SetArrayValue(AttributeName[]) | Sets Value Name Array. |
| SetColorValue(Color) | Sets Value Color. |
| SetNameValue(AttributeName) | Sets Value Name. |
| SetNumberValue(double) | Sets Value Number. |
| SetRectangleValue(Rectangle) | Sets Value Rectangle. |
| SetStringValue(string) | Sets Value String. |
| override ToString() |
See Also
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF