org.jopendocument.model.text
Class TextPageContinuation

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

public class TextPageContinuation
extends Object


Field Summary
protected  String textSelectPage
           
protected  String textStringValue
           
protected  String value
           
 
Constructor Summary
TextPageContinuation()
           
 
Method Summary
 String getTextSelectPage()
          Gets the value of the textSelectPage property.
 String getTextStringValue()
          Gets the value of the textStringValue property.
 String getvalue()
          Gets the value of the value property.
 void setTextSelectPage(String value)
          Sets the value of the textSelectPage property.
 void setTextStringValue(String value)
          Sets the value of the textStringValue 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

textSelectPage

protected String textSelectPage

textStringValue

protected String textStringValue

value

protected String value
Constructor Detail

TextPageContinuation

public TextPageContinuation()
Method Detail

getTextSelectPage

public String getTextSelectPage()
Gets the value of the textSelectPage property.

Returns:
possible object is String

getTextStringValue

public String getTextStringValue()
Gets the value of the textStringValue property.

Returns:
possible object is String

getvalue

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

Returns:
possible object is String

setTextSelectPage

public void setTextSelectPage(String value)
Sets the value of the textSelectPage property.

Parameters:
value - allowed object is String

setTextStringValue

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