|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextHiddenText
public class TextHiddenText
Field Summary | |
---|---|
protected String |
textCondition
|
protected String |
textIsHidden
|
protected String |
textStringValue
|
protected String |
value
|
Constructor Summary | |
---|---|
TextHiddenText()
|
Method Summary | |
---|---|
String |
getTextCondition()
Gets the value of the textCondition property. |
String |
getTextIsHidden()
Gets the value of the textIsHidden property. |
String |
getTextStringValue()
Gets the value of the textStringValue property. |
String |
getvalue()
Gets the value of the value property. |
void |
setTextCondition(String value)
Sets the value of the textCondition property. |
void |
setTextIsHidden(String value)
Sets the value of the textIsHidden 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 |
---|
protected String textCondition
protected String textIsHidden
protected String textStringValue
protected String value
Constructor Detail |
---|
public TextHiddenText()
Method Detail |
---|
public String getTextCondition()
String
public String getTextIsHidden()
String
public String getTextStringValue()
String
public String getvalue()
String
public void setTextCondition(String value)
value
- allowed object is String
public void setTextIsHidden(String value)
value
- allowed object is String
public void setTextStringValue(String value)
value
- allowed object is String
public void setvalue(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |