org.jopendocument.model.text
Class TextPageVariableSet

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

public class TextPageVariableSet
extends Object


Field Summary
protected  String textActive
           
protected  String textPageAdjust
           
 
Constructor Summary
TextPageVariableSet()
           
 
Method Summary
 String getTextActive()
          Gets the value of the textActive property.
 String getTextPageAdjust()
          Gets the value of the textPageAdjust property.
 void setTextActive(String value)
          Sets the value of the textActive property.
 void setTextPageAdjust(String value)
          Sets the value of the textPageAdjust property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textActive

protected String textActive

textPageAdjust

protected String textPageAdjust
Constructor Detail

TextPageVariableSet

public TextPageVariableSet()
Method Detail

getTextActive

public String getTextActive()
Gets the value of the textActive property.

Returns:
possible object is String

getTextPageAdjust

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

Returns:
possible object is String

setTextActive

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


Copyright © 2010 jOpenDocument All Rights Reserved.