org.jopendocument.model.text
Class TextChapter

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

public class TextChapter
extends Object


Field Summary
protected  String textDisplay
           
protected  String textOutlineLevel
           
protected  String value
           
 
Constructor Summary
TextChapter()
           
 
Method Summary
 String getTextDisplay()
          Gets the value of the textDisplay property.
 String getTextOutlineLevel()
          Gets the value of the textOutlineLevel property.
 String getvalue()
          Gets the value of the value property.
 void setTextDisplay(String value)
          Sets the value of the textDisplay property.
 void setTextOutlineLevel(String value)
          Sets the value of the textOutlineLevel property.
 void setvalue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textDisplay

protected String textDisplay

textOutlineLevel

protected String textOutlineLevel

value

protected String value
Constructor Detail

TextChapter

public TextChapter()
Method Detail

getTextDisplay

public String getTextDisplay()
Gets the value of the textDisplay property.

Returns:
possible object is String

getTextOutlineLevel

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

Returns:
possible object is String

getvalue

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

Returns:
possible object is String

setTextDisplay

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

setvalue

public void setvalue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.