Uses of Class
org.icepdf.ri.common.print.PrintHelper
-
Packages that use PrintHelper Package Description org.icepdf.ri.common org.icepdf.ri.common.print -
-
Uses of PrintHelper in org.icepdf.ri.common
Methods in org.icepdf.ri.common that return PrintHelper Modifier and Type Method Description PrintHelperViewModel. getPrintHelper()Methods in org.icepdf.ri.common with parameters of type PrintHelper Modifier and Type Method Description voidViewModel. setPrintHelper(PrintHelper printHelper) -
Uses of PrintHelper in org.icepdf.ri.common.print
Subclasses of PrintHelper in org.icepdf.ri.common.print Modifier and Type Class Description classPrintHelperImplThePrintHelperclass is utility class to aid developers in printing PDF document content.Methods in org.icepdf.ri.common.print that return PrintHelper Modifier and Type Method Description PrintHelperPrintHelperFactory. createPrintHelper(Container container, PageTree pageTree, float userRotation, DocAttributeSet docAttributeSet, PrintRequestAttributeSet printRequestAttributeSet)Creates a newPrintHelperinstance using the specified doc and print attribute sets.default PrintHelperPrintHelperFactory. createPrintHelper(Container container, PageTree pageTree, float rotation, MediaSizeName paperSizeName, PrintQuality printQuality)Creates a newPrintHelperinstance using the specified media sized and print quality.default PrintHelperPrintHelperFactory. createPrintHelper(Container container, PageTree pageTree, int rotation)Creates a newPrintHelperinstance defaulting the paper size to Letter and the print quality to Draft.PrintHelperPrintHelperFactoryImpl. createPrintHelper(Container container, PageTree pageTree, float userRotation, DocAttributeSet docAttributeSet, PrintRequestAttributeSet printRequestAttributeSet)Constructors in org.icepdf.ri.common.print with parameters of type PrintHelper Constructor Description PrinterTask(PrintHelper printHelper, SwingController controller)Create a new instance of a PrinterTask.
-