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