Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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.



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 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;
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