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, setStyle
getAbsoluteCoordinates, setAbsoluteCoordinates
public 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.