org.jopendocument.model.text
Class TextPageVariableGet

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

public class TextPageVariableGet
extends Object


Field Summary
protected  String styleNumFormat
           
protected  String styleNumLetterSync
           
protected  String value
           
 
Constructor Summary
TextPageVariableGet()
           
 
Method Summary
 String getStyleNumFormat()
          Gets the value of the styleNumFormat property.
 String getStyleNumLetterSync()
          Gets the value of the styleNumLetterSync 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 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

value

protected String value
Constructor Detail

TextPageVariableGet

public TextPageVariableGet()
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

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

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.