(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.