org.jopendocument.model.text
Class TextSequence

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

public class TextSequence
extends Object


Field Summary
protected  String styleNumFormat
           
protected  String styleNumLetterSync
           
protected  String textFormula
           
protected  String textName
           
protected  String textRefName
           
protected  String value
           
 
Constructor Summary
TextSequence()
           
 
Method Summary
 String getStyleNumFormat()
          Gets the value of the styleNumFormat property.
 String getStyleNumLetterSync()
          Gets the value of the styleNumLetterSync property.
 String getTextFormula()
          Gets the value of the textFormula property.
 String getTextName()
          Gets the value of the textName property.
 String getTextRefName()
          Gets the value of the textRefName property.
 String getvalue()
          Gets the value of the value property.
 void setStyleNumFormat(String value)
          Sets the value of the styleNumFormat property.
 void setStyleNumLetterSync(String value)
          Sets the value of the styleNumLetterSync property.
 void setTextFormula(String value)
          Sets the value of the textFormula property.
 void setTextName(String value)
          Sets the value of the textName property.
 void setTextRefName(String value)
          Sets the value of the textRefName 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

styleNumFormat

protected String styleNumFormat

styleNumLetterSync

protected String styleNumLetterSync

textFormula

protected String textFormula

textName

protected String textName

textRefName

protected String textRefName

value

protected String value
Constructor Detail

TextSequence

public TextSequence()
Method Detail

getStyleNumFormat

public String getStyleNumFormat()
Gets the value of the styleNumFormat property.

Returns:
possible object is String

getStyleNumLetterSync

public String getStyleNumLetterSync()
Gets the value of the styleNumLetterSync property.

Returns:
possible object is String

getTextFormula

public String getTextFormula()
Gets the value of the textFormula property.

Returns:
possible object is String

getTextName

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

Returns:
possible object is String

getTextRefName

public String getTextRefName()
Gets the value of the textRefName property.

Returns:
possible object is String

getvalue

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

Returns:
possible object is String

setStyleNumFormat

public void setStyleNumFormat(String value)
Sets the value of the styleNumFormat property.

Parameters:
value - allowed object is String

setStyleNumLetterSync

public void setStyleNumLetterSync(String value)
Sets the value of the styleNumLetterSync property.

Parameters:
value - allowed object is String

setTextFormula

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

setTextRefName

public void setTextRefName(String value)
Sets the value of the textRefName 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.