Uses of Class
org.pz.platypus.plugin.common.DocData.Value

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
 

Fields in org.pz.platypus.plugin.common declared as DocData.Value
private  DocData.Value DocData.alignment
           
private  DocData.Value DocData.codeSection
           
protected  DocData.Value DocData.columnCount
           
private  DocData.Value DocData.firstLineIndent
           
private  DocData.Value DocData.leading
           
private  DocData.Value DocData.lineHeight
           
private  DocData.Value DocData.lineNumberLast
           
private  DocData.Value DocData.lineNumberSkip
           
private  DocData.Value DocData.marginBottom
           
private  DocData.Value DocData.marginLeft
           
private  DocData.Value DocData.marginRight
           
private  DocData.Value DocData.marginsMirrored
           
private  DocData.Value DocData.marginTop
           
private  DocData.Value DocData.noIndent
           
private  DocData.Value DocData.pageHeight
           
private  DocData.Value DocData.pageWidth
           
private  DocData.Value DocData.paragraphIndent
           
private  DocData.Value DocData.paragraphIndentRight
           
private  DocData.Value DocData.paragraphSkip
           
private  DocData.Value DocData.pixelsPerInch
           
private  DocData.Value DocData.strikethru
           
private  DocData.Value DocData.userSpecifiedColumnWidth
           
 

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
           
 



Copyright © 2008-10 Pacific Data Works LLC