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


Field Summary
protected  String textLevel
           
protected  String value
           
 
Fields inherited from class org.jopendocument.model.text.ParagraphElement
textCondStyleName, textStyleName
 
Constructor Summary
TextH()
           
 
Method Summary
 void addElement(Object item)
           
 void concatValue(String string)
           
 String getTextLevel()
          Gets the value of the textLevel property.
 String getvalue()
          Gets the value of the value property.
 void setTextLevel(String value)
          Sets the value of the textLevel property.
 void setvalue(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textLevel

protected String textLevel

value

protected String value
Constructor Detail

TextH

public TextH()
Method Detail

getTextLevel

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

Returns:
possible object is String

getvalue

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

Returns:
possible object is String

setTextLevel

public void setTextLevel(String value)
Sets the value of the textLevel 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

concatValue

public void concatValue(String string)

addElement

public void addElement(Object item)


Copyright © 2010 jOpenDocument All Rights Reserved.