Uses of Interface
org.htmlunit.PrintHandler
-
Packages that use PrintHandler Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of PrintHandler in org.htmlunit
Methods in org.htmlunit that return PrintHandler Modifier and Type Method Description PrintHandler
WebClient. getPrintHandler()
Returns the currentPrintHandler
.Methods in org.htmlunit with parameters of type PrintHandler Modifier and Type Method Description void
WebClient. setPrintHandler(PrintHandler handler)
Sets thePrintHandler
to be used if Windoe.print() is called (Printing Spec).
-