Aspose::Pdf::LogicalStructure::StructureAttribute class

StructureAttribute class

Represents attribute of structure element.

class StructureAttribute : public System::Object

Methods

MethodDescription
get_IsInitializedValue()Gets status of structure attribute value. True if value is set.
get_Key() constGets attribute key.
GetArrayNumberValue()Gets Value Number Array.
GetArrayValue()Gets Value Name Array.
GetNameValue()Gets Value Name.
GetNumberValue()Gets Value Number.
GetStringValue()Gets Value String.
SetArrayNumberValue(System::ArrayPtr<System::Nullable<double>>)Sets Value Number Array.
SetArrayValue(System::ArrayPtr<System::SharedPtr<AttributeName>>)Sets Value Name Array.
SetColorValue(System::SharedPtr<Color>)Sets Value Color.
SetNameValue(System::SharedPtr<AttributeName>)Sets Value Name.
SetNumberValue(double)Sets Value Number.
SetRectangleValue(System::SharedPtr<Rectangle>)Sets Value Rectangle.
SetStringValue(System::String)Sets Value String.
StructureAttribute(System::SharedPtr<AttributeKey>)Initializes a new instance of the StructureAttribute.
ToString() const overrideAnalog of C# Object.ToString() method. Enables converting custom objects to string.

See Also