Class PrintUtil
- java.lang.Object
- 
- com.logicaldoc.gui.common.client.util.PrintUtil
 
- 
 public class PrintUtil extends Object Some printing utility methods- Since:
- 8.6.1
- Author:
- Marco Meschieri - LogicalDOC
 
- 
- 
Constructor SummaryConstructors Constructor Description PrintUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprintPreview(String title, com.smartgwt.client.widgets.Canvas canvas)static voidprintPreview(String title, String htmlContent)static voidprintScreenShot(String id)static voidprintScreenShot(String id, String title)static voidprintScreenShot(String id, String title, String printLabel, String closeLabel)Uses Javascript to take a screenshot of a canvas and prints it
 
- 
- 
- 
Method Detail- 
printPreviewpublic static void printPreview(String title, com.smartgwt.client.widgets.Canvas canvas) 
 - 
printScreenShotpublic static void printScreenShot(String id) 
 - 
printScreenShotpublic static void printScreenShot(String id, String title, String printLabel, String closeLabel) Uses Javascript to take a screenshot of a canvas and prints it- Parameters:
- id- identifier of the canvas
- title- title of the window
- printLabel- title of the print button
- closeLabel- title of the close button
 
 
- 
 
-