Aspose::Pdf::LogicalStructure::StructureAttribute klass

StructureAttribute class

Representerar attribut för strukturelement.

class StructureAttribute : public System::Object

Metoder

MetodBeskrivning
get_IsInitializedValue()Hämtar status för struktur‑attributvärde. Sant om värdet är satt.
get_Key() constHämtar attributnyckel.
GetArrayNumberValue()Hämtar Value Number‑array.
GetArrayValue()Hämtar Value Name‑array.
GetNameValue()Hämtar Value Name.
GetNumberValue()Hämtar Value Number.
GetStringValue()Hämtar värde som sträng.
SetArrayNumberValue(const System::ArrayPtr<System::Nullable<double>>&)Ställer in värde som nummerarray.
SetArrayValue(const System::ArrayPtr<System::SharedPtr<AttributeName>>&)Ställer in värde som namnarray.
SetColorValue(const System::SharedPtr<Color>&)Ställer in värde Color.
SetNameValue(const System::SharedPtr<AttributeName>&)Ställer in värde namn.
SetNumberValue(double)Ställer in värde nummer.
SetRectangleValue(const System::SharedPtr<Rectangle>&)Ställer in värde Rectangle.
SetStringValue(const System::String&)Ställer in värde sträng.
StructureAttribute(const System::SharedPtr<AttributeKey>&)Initierar en ny instans av StructureAttribute.
ToString() const overrideAnalog till C# Object.ToString() metod. Gör det möjligt att konvertera anpassade objekt till sträng.

Se även