org.jopendocument.model.text
Class TextMeasure

java.lang.Object
  extended by org.jopendocument.model.text.TextMeasure

public class TextMeasure
extends Object


Field Summary
protected  String textKind
           
protected  String value
           
 
Constructor Summary
TextMeasure()
           
 
Method Summary
 String getTextKind()
          Gets the value of the textKind property.
 String getvalue()
          Gets the value of the value property.
 void setTextKind(String value)
          Sets the value of the textKind property.
 void setvalue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textKind

protected String textKind

value

protected String value
Constructor Detail

TextMeasure

public TextMeasure()
Method Detail

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.