|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConditionField | |
---|---|
org.odftoolkit.simple.common.field | Provide convenient methods to manipulate Fields in ODF text document. |
org.odftoolkit.simple.common.navigation | Provide classes to operate the content and style of the selected text content. |
Uses of ConditionField in org.odftoolkit.simple.common.field |
---|
Methods in org.odftoolkit.simple.common.field that return ConditionField | |
---|---|
static ConditionField |
Fields.createConditionField(OdfElement odfElement,
String condition,
String trueText,
String falseText)
Declare a condition field, which specifies a condition for display of one text string or another. |
static ConditionField |
Fields.createHiddenTextField(OdfElement odfElement,
String condition,
String text)
Declare a hidden text field, which hides the text it contains when a specified condition is true. |
Uses of ConditionField in org.odftoolkit.simple.common.navigation |
---|
Methods in org.odftoolkit.simple.common.navigation that return ConditionField | |
---|---|
ConditionField |
FieldSelection.replaceWithConditionField(String condition,
String trueText,
String falseText)
Replace the content with a condition field. |
ConditionField |
FieldSelection.replaceWithHiddenTextField(String condition,
String text)
Replace the content with a hidden text field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |