Uses of Class
com.aspose.tasks.PrintOptions
-
-
Uses of PrintOptions in com.aspose.tasks
Methods in com.aspose.tasks with parameters of type PrintOptions Modifier and Type Method Description 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(PrintOptions options)
Prints project to the default printer with default printer settings and custom save options using the standard (no User Interface) print controller.
-