public class OdTextMeasure extends OdStyledObject
The text measure
| Constructor and Description |
|---|
OdTextMeasure(OdObject parent)
Initializes a new instance of the
OdTextMeasure class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getKind()
Gets or sets the kind.
|
String |
getText()
Gets the value.
|
void |
setKind(int value)
Gets or sets the kind.
|
void |
setText(String value)
Sets the value.
|
getRectangle, getStyle, setRectangle, setStylegetAbsoluteCoordinates, setAbsoluteCoordinatespublic OdTextMeasure(OdObject parent)
Initializes a new instance of the OdTextMeasure class.
parent - The parent.public final String getText()
Gets the value.
public final void setText(String value)
Sets the value.
value - the value.public int getKind()
Gets or sets the kind.
public void setKind(int value)
Gets or sets the kind.
value - The kind.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.