Class OdTextMeasure
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The text measure
public class OdTextMeasure : OdStyledObject
- Inheritance
-
OdTextMeasure
- Inherited Members
Constructors
OdTextMeasure(OdObject)
Initializes a new instance of the OdTextMeasure class.
public OdTextMeasure(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
Kind
Gets or sets the kind.
public OdMeasureTextKind Kind { get; set; }
Property Value
- OdMeasureTextKind
The kind.
Text
Gets or sets the value.
public string Text { get; set; }
Property Value
- string
The value.