org.jopendocument.model.text
Class TextTocMark

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

public class TextTocMark
extends Object


Field Summary
protected  String textOutlineLevel
           
protected  String textStringValue
           
 
Constructor Summary
TextTocMark()
           
 
Method Summary
 String getTextOutlineLevel()
          Gets the value of the textOutlineLevel property.
 String getTextStringValue()
          Gets the value of the textStringValue property.
 void setTextOutlineLevel(String value)
          Sets the value of the textOutlineLevel property.
 void setTextStringValue(String value)
          Sets the value of the textStringValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textOutlineLevel

protected String textOutlineLevel

textStringValue

protected String textStringValue
Constructor Detail

TextTocMark

public TextTocMark()
Method Detail

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.