|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocData.Value | |
---|---|
org.pz.platypus.plugin.common | |
org.pz.platypus.plugin.pdf | |
org.pz.platypus.plugin.rtf |
Uses of DocData.Value in org.pz.platypus.plugin.common |
---|
Methods in org.pz.platypus.plugin.common with parameters of type DocData.Value | |
---|---|
void |
DocData.setValue(DocData.Value field,
boolean val,
Source fileAndLine,
java.lang.String name)
Sets the new boolean value, updates line number, and table in systemStrings |
void |
DocData.setValue(DocData.Value field,
float val,
Source fileAndLine,
java.lang.String name)
Sets the new float value, updates line number, and table in systemStrings |
void |
DocData.setValue(DocData.Value field,
int val,
Source fileAndLine,
java.lang.String name)
Sets the new int value, updates line number, and table in systemStrings |
Uses of DocData.Value in org.pz.platypus.plugin.pdf |
---|
Fields in org.pz.platypus.plugin.pdf declared as DocData.Value | |
---|---|
private DocData.Value |
PdfData.eolTreatment
|
Uses of DocData.Value in org.pz.platypus.plugin.rtf |
---|
Fields in org.pz.platypus.plugin.rtf declared as DocData.Value | |
---|---|
private DocData.Value |
RtfData.eolTreatment
|
private DocData.Value |
RtfData.firstLineIndent
|
private DocData.Value |
RtfData.pixelsPerInch
|
private DocData.Value |
RtfData.strikethru
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |