Properties' Details |
Name
string Name;
- Description
- specifies the name of the printer queue to be used.
Which printer queues are available, can be figured out with the
system library of the used programming language/environment.
|
|
PaperOrientation
PaperOrientation PaperOrientation;
- Description
- specifies the orientation of the paper.
|
|
PaperFormat
PaperFormat PaperFormat;
- Description
- specifies a predefined paper size or if the paper size
is a user-defined size.
Setting this property may change the value of
PrinterDescriptor PaperSize
|
|
PaperSize
::com::sun::star::awt::Size PaperSize;
- Description
- specifies the size of the paper in 100th mm.
Setting this property may change the value of
PrinterDescriptor PaperFormat
|
|
IsBusy
[ readonly ] boolean IsBusy;
- Description
- indicates, whether the printer is busy or not.
|
|
CanSetPaperOrientation
[ readonly ] boolean CanSetPaperOrientation;
- Description
- indicates, whether the printer allows changes to
PrinterDescriptor::PaperOrientation .
|
|
CanSetPaperFormat
[ readonly ] boolean CanSetPaperFormat;
- Description
- indicates, whether the printer allows changes to
PrinterDescriptor::PaperFormat .
|
|
CanSetPaperSize
[ readonly ] boolean CanSetPaperSize;
- Description
- indicates if the printer allows changes to
PrinterDescriptor::PaperSize .
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.