org.jopendocument.model.text
Class TextPageNumber

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

public class TextPageNumber
extends Object


Field Summary
protected  String styleNumFormat
           
protected  String styleNumLetterSync
           
protected  String textPageAdjust
           
protected  String textSelectPage
           
protected  String value
           
 
Constructor Summary
TextPageNumber()
           
 
Method Summary
 String getStyleNumFormat()
          Gets the value of the styleNumFormat property.
 String getStyleNumLetterSync()
          Gets the value of the styleNumLetterSync property.
 String getTextPageAdjust()
          Gets the value of the textPageAdjust property.
 String getTextSelectPage()
          Gets the value of the textSelectPage 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 setTextPageAdjust(String value)
          Sets the value of the textPageAdjust property.
 void setTextSelectPage(String value)
          Sets the value of the textSelectPage 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

textPageAdjust

protected String textPageAdjust

textSelectPage

protected String textSelectPage

value

protected String value
Constructor Detail

TextPageNumber

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

getTextPageAdjust

public String getTextPageAdjust()
Gets the value of the textPageAdjust property.

Returns:
possible object is String

getTextSelectPage

public String getTextSelectPage()
Gets the value of the textSelectPage 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

setTextPageAdjust

public void setTextPageAdjust(String value)
Sets the value of the textPageAdjust property.

Parameters:
value - allowed object is String

setTextSelectPage

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