Uses of Class
com.aspose.tasks.PrinterSettings
-
-
Uses of PrinterSettings in com.aspose.tasks
Methods in com.aspose.tasks with parameters of type PrinterSettings Modifier and Type Method Description void
Project. print(PrinterSettings printerSettings)
Prints project according to the specified printer settings using the standard (no User Interface) print controller.void
Project. print(PrinterSettings printerSettings, PrintOptions options)
Prints project according to the specified printer settings and custom save options using the standard (no User Interface) print controller.void
Project. print(PrinterSettings printerSettings, PrintOptions options, String documentName)
Prints project according to the specified printer settings, custom save options and the specified document name using the standard (no User Interface) print controller.void
Project. print(PrinterSettings printerSettings, String documentName)
Prints project according to the specified printer settings using the standard (no User Interface) print controller.
-