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.
|
EmfText |
getText()
Gets or sets the value.
|
void |
setKind(int value)
Gets or sets the kind.
|
void |
setText(EmfText value)
Gets or 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 EmfText getText()
Gets or sets the value.
public void setText(EmfText value)
Gets or 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-2018 Aspose Pty Ltd. All Rights Reserved.