org.jopendocument.model.text
Class TextSequenceDecl

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

public class TextSequenceDecl
extends Object


Field Summary
protected  String textDisplayOutlineLevel
           
protected  String textName
           
protected  String textSeparationCharacter
           
 
Constructor Summary
TextSequenceDecl()
           
 
Method Summary
 String getTextDisplayOutlineLevel()
          Gets the value of the textDisplayOutlineLevel property.
 String getTextName()
          Gets the value of the textName property.
 String getTextSeparationCharacter()
          Gets the value of the textSeparationCharacter property.
 void setTextDisplayOutlineLevel(String value)
          Sets the value of the textDisplayOutlineLevel property.
 void setTextName(String value)
          Sets the value of the textName property.
 void setTextSeparationCharacter(String value)
          Sets the value of the textSeparationCharacter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textDisplayOutlineLevel

protected String textDisplayOutlineLevel

textName

protected String textName

textSeparationCharacter

protected String textSeparationCharacter
Constructor Detail

TextSequenceDecl

public TextSequenceDecl()
Method Detail

getTextDisplayOutlineLevel

public String getTextDisplayOutlineLevel()
Gets the value of the textDisplayOutlineLevel property.

Returns:
possible object is String

getTextName

public String getTextName()
Gets the value of the textName property.

Returns:
possible object is String

getTextSeparationCharacter

public String getTextSeparationCharacter()
Gets the value of the textSeparationCharacter property.

Returns:
possible object is String

setTextDisplayOutlineLevel

public void setTextDisplayOutlineLevel(String value)
Sets the value of the textDisplayOutlineLevel property.

Parameters:
value - allowed object is String

setTextName

public void setTextName(String value)
Sets the value of the textName property.

Parameters:
value - allowed object is String

setTextSeparationCharacter

public void setTextSeparationCharacter(String value)
Sets the value of the textSeparationCharacter property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.