org.jopendocument.model.text
Class TextH
java.lang.Object
org.jopendocument.model.text.ParagraphElement
org.jopendocument.model.text.TextH
public class TextH
- extends ParagraphElement
Constructor Summary |
TextH()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
textLevel
protected String textLevel
value
protected String value
TextH
public TextH()
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.