Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
Properties' Summary
short
CopyCount
specifies the number of copies to print.
string
FileName
if set, specifies the name of a file to print to.
boolean
Collate
advises the printer to collate the pages of the copies.
boolean
Sort
[ DEPRECATED ]
advises the printer to sort the pages of the copies.
string
Pages
specifies which pages to print.
boolean
Wait
[ OPTIONAL ]
if set to TRUE, the corresponding XPrintable .print() request will
be executed synchronous.
short
DuplexMode
[ OPTIONAL ]
determines the duplex mode for the print job.
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 ;
Usage Restrictions
deprecated
Deprecation Info
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.
Wait
boolean Wait ;
Usage Restrictions
optional
Description
if set to TRUE, the corresponding XPrintable .print() request will
be executed synchronous.
Default is the asynchronous print mode.
@attention Using of this property with TRUE as value is highly reommended.
Otherwhise following actions (as e.g. closing the corresponding model) can fail.
DuplexMode
short DuplexMode ;
Usage Restrictions
optional
Description
determines the duplex mode for the print job.
See also
DuplexMode
for more information about supported values
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.