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