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
:: com :: sun :: star :: view ::
enum PrintableState
Description
specifies the print progress of an XPrintable .
Printing consists of two abstract phases: rendering the document
for the printer and then sending it to the printer (spooling).
PrintableState describes which phase is currently
progressing or has failed.
See also
PrintableStateEvent
Values
JOB_STARTED
printing (rendering the document) has begun
JOB_COMPLETED
printing (rendering the document) has finished, spooling has begun
JOB_SPOOLED
spooling has finished successfully. This is the only state
that can be considered as "success" for a print job.
JOB_ABORTED
printing was aborted (e.g., by the user) while either printing or spooling.
JOB_FAILED
printing ran into an error.
JOB_SPOOLING_FAILED
the document could be printed but not spooled.
Values' Details
JOB_STARTED
JOB_STARTED ,
Description
printing (rendering the document) has begun
JOB_COMPLETED
JOB_COMPLETED ,
Description
printing (rendering the document) has finished, spooling has begun
JOB_SPOOLED
JOB_SPOOLED ,
Description
spooling has finished successfully. This is the only state
that can be considered as "success" for a print job.
JOB_ABORTED
JOB_ABORTED ,
Description
printing was aborted (e.g., by the user) while either printing or spooling.
JOB_FAILED
JOB_FAILED ,
Description
printing ran into an error.
JOB_SPOOLING_FAILED
JOB_SPOOLING_FAILED ,
Description
the document could be printed but not spooled.
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.