Uses of Class
com.teamdev.jxbrowser.printing.PrintToFileSettings.Format

Packages that use PrintToFileSettings.Format
com.teamdev.jxbrowser.printing   
 

Uses of PrintToFileSettings.Format in com.teamdev.jxbrowser.printing
 

Methods in com.teamdev.jxbrowser.printing that return PrintToFileSettings.Format
 PrintToFileSettings.Format PrintToFileSettings.getOutputFormat()
          Returns format of output file
static PrintToFileSettings.Format PrintToFileSettings.Format.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PrintToFileSettings.Format[] PrintToFileSettings.Format.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.teamdev.jxbrowser.printing with parameters of type PrintToFileSettings.Format
 void PrintToFileSettings.setOutputFormat(PrintToFileSettings.Format outputFormat)
          Set format of file
 

Constructors in com.teamdev.jxbrowser.printing with parameters of type PrintToFileSettings.Format
PrintToFileSettings(java.io.File file, PrintToFileSettings.Format outputFormat)