OdTextMeasure
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdStyledObject
public class OdTextMeasure extends OdStyledObject
The text measure
Constructors
Constructor | Description |
---|---|
OdTextMeasure(OdObject parent) | Initializes a new instance of the OdTextMeasure class. |
Methods
Method | Description |
---|---|
getText() | Gets the value. |
setText(String value) | Sets the value. |
getKind() | Gets or sets the kind. |
setKind(int value) | Gets or sets the kind. |
OdTextMeasure(OdObject parent)
public OdTextMeasure(OdObject parent)
Initializes a new instance of the OdTextMeasure
class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |
getText()
public final String getText()
Gets the value.
Returns: java.lang.String - the value.
setText(String value)
public final void setText(String value)
Sets the value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the value. |
getKind()
public int getKind()
Gets or sets the kind.
Returns: int - The kind.
setKind(int value)
public void setKind(int value)
Gets or sets the kind.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The kind. |