Class PrintUtil
java.lang.Object
com.logicaldoc.gui.common.client.util.PrintUtil
Some printing utility methods
- Since:
- 8.6.1
- Author:
- Marco Meschieri - LogicalDOC
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidstatic 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 Details- 
printScreenShot
- 
printScreenShot
- 
printScreenShotUses 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
 
 
-