org.jopendocument.model.text
Class TextHiddenParagraph

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

public class TextHiddenParagraph
extends Object


Field Summary
protected  String textCondition
           
protected  String textIsHidden
           
 
Constructor Summary
TextHiddenParagraph()
           
 
Method Summary
 String getTextCondition()
          Gets the value of the textCondition property.
 String getTextIsHidden()
          Gets the value of the textIsHidden property.
 void setTextCondition(String value)
          Sets the value of the textCondition property.
 void setTextIsHidden(String value)
          Sets the value of the textIsHidden property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textCondition

protected String textCondition

textIsHidden

protected String textIsHidden
Constructor Detail

TextHiddenParagraph

public TextHiddenParagraph()
Method Detail

getTextCondition

public String getTextCondition()
Gets the value of the textCondition property.

Returns:
possible object is String

getTextIsHidden

public String getTextIsHidden()
Gets the value of the textIsHidden property.

Returns:
possible object is String

setTextCondition

public void setTextCondition(String value)
Sets the value of the textCondition property.

Parameters:
value - allowed object is String

setTextIsHidden

public void setTextIsHidden(String value)
Sets the value of the textIsHidden property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.