org.jopendocument.model.text
Class TextH

java.lang.Object
  extended by org.jopendocument.model.text.ParagraphElement
      extended by org.jopendocument.model.text.TextH

public class TextH
extends ParagraphElement


Constructor Summary
TextH()
           
 
Method Summary
 void addElement(java.lang.Object item)
           
 void concatValue(java.lang.String string)
           
 java.lang.String getTextLevel()
          Gets the value of the textLevel property.
 java.lang.String getvalue()
          Gets the value of the value property.
 void setTextLevel(java.lang.String value)
          Sets the value of the textLevel property.
 void setvalue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class org.jopendocument.model.text.ParagraphElement
getTextCondStyleName, getTextStyleName, setTextCondStyleName, setTextStyleName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextH

public TextH()
Method Detail

getTextLevel

public java.lang.String getTextLevel()
Gets the value of the textLevel property.

Returns:
possible object is String

getvalue

public java.lang.String getvalue()
Gets the value of the value property.

Returns:
possible object is String

setTextLevel

public void setTextLevel(java.lang.String value)
Sets the value of the textLevel property.

Parameters:
value - allowed object is String

setvalue

public void setvalue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

concatValue

public void concatValue(java.lang.String string)

addElement

public void addElement(java.lang.Object item)