Class OdTextMeasure

Class OdTextMeasure

Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.2.0)

The text measure

[JsonObject(MemberSerialization.OptIn)]
public class OdTextMeasure : OdStyledObject

Inheritance

objectOdObjectOdGraphicObjectOdStyledObjectOdTextMeasure

Inherited Members

OdStyledObject.Style, OdStyledObject.Rectangle, OdGraphicObject.AbsoluteCoordinates, OdObject.parent, OdObject.Parent, OdObject.Items, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

OdTextMeasure(OdObject)

Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdTextMeasure class.

public OdTextMeasure(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

Kind

Gets or sets the kind.

[JsonProperty]
public OdMeasureTextKind Kind { get; set; }

Property Value

OdMeasureTextKind

Text

Gets or sets the value.

[JsonProperty]
public string Text { get; set; }

Property Value

string