Uses of Class
quick.dbtable.PrintProperties

Uses of PrintProperties in quick.dbtable
 

Methods in quick.dbtable that return PrintProperties
 PrintProperties PreviewPanel.getPrintProperties()
           
 

Methods in quick.dbtable with parameters of type PrintProperties
 void DBTable.print(PrintProperties prop)
          Prints the contents of quicktable to printer This prints all the pages using the given print properties If you want to print only specific pages use print(int[], PrintProperties)
 void DBTable.print(int[] pages, PrintProperties prop)
          Prints the contents of quicktable to printer only for specific pages This prints based on the given Print properties If you want to print all pages use print(PrintProperties)
 java.awt.print.Printable DBTable.getPrintable(PrintProperties prop)
          Gets the Printable for this table.
 void DBTable.printPreview(PrintProperties prop)
          Shows the print preview frame for the given Print Properties
 PreviewPanel DBTable.getPrintPreviewCanvas(PrintProperties prop)
          creates a printpreview Canvas with the given PrintProperties.