OdTextMeasure

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

ConstructorDescription
OdTextMeasure(OdObject parent)Initializes a new instance of the OdTextMeasure class.

Methods

MethodDescription
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:

ParameterTypeDescription
parentOdObjectThe 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:

ParameterTypeDescription
valuejava.lang.Stringthe 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:

ParameterTypeDescription
valueintThe kind.