org.jopendocument.model.text
Class TextMeasure
java.lang.Object
org.jopendocument.model.text.TextMeasure
public class TextMeasure
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
textKind
protected String textKind
value
protected String value
TextMeasure
public TextMeasure()
getTextKind
public String getTextKind()
- Gets the value of the textKind property.
- Returns:
- possible object is
String
getvalue
public String getvalue()
- Gets the value of the value property.
- Returns:
- possible object is
String
setTextKind
public void setTextKind(String value)
- Sets the value of the textKind property.
- Parameters:
value
- allowed object is String
setvalue
public void setvalue(String value)
- Sets the value of the value property.
- Parameters:
value
- allowed object is String
Copyright © 2010 jOpenDocument All Rights Reserved.