org.jopendocument.model.text
Class TextTocMarkStart

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

public class TextTocMarkStart
extends Object


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

Field Detail

textId

protected String textId

textOutlineLevel

protected String textOutlineLevel
Constructor Detail

TextTocMarkStart

public TextTocMarkStart()
Method Detail

getTextId

public String getTextId()
Gets the value of the textId property.

Returns:
possible object is String

getTextOutlineLevel

public String getTextOutlineLevel()
Gets the value of the textOutlineLevel property.

Returns:
possible object is String

setTextId

public void setTextId(String value)
Sets the value of the textId property.

Parameters:
value - allowed object is String

setTextOutlineLevel

public void setTextOutlineLevel(String value)
Sets the value of the textOutlineLevel property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.