:: com :: sun :: star :: view ::

service PrintOptions
Description
describes the options for print jobs.

These options are only valid for a single print job. They do not change layout or formatting of the document.

Developers Guide
9.2.3 Drawing Documents and Presentation Documents - Handling Drawing Document Files - Printing Drawing Documents - Printer and Print Job Settings
8.2.3 Spreadsheet Documents - Handling Spreadsheet Document Files - Printing Spreadsheet Documents - Printer and Print Job Settings

Properties' Summary
CopyCount specifies the number of copies to print.
FileName if set, specifies the name of a file to print to.
Collate advises the printer to collate the pages of the copies.
Sort [ DEPRECATED ]
advises the printer to sort the pages of the copies.
Pages specifies which pages to print.
Properties' Details
CopyCount
short CopyCount;
Description
specifies the number of copies to print.
FileName
string FileName;
Description
if set, specifies the name of a file to print to.
Collate
boolean Collate;
Description
advises the printer to collate the pages of the copies.
Sort
boolean Sort;
[ DEPRECATED ]
Use Collate instead.
Description
advises the printer to sort the pages of the copies.
Pages
string Pages;
Description
specifies which pages to print.

This range is given as at the user interface. For example: "1-4;10" to print the pages 1 to 4 and 10.


 
Top of Page