LibreOffice
LibreOffice 24.8 SDK API Reference
|
describes a printer by specifying the queue name and some settings. More...
import <PrinterDescriptor.idl;
Public Attributes | |
string | Name |
specifies the name of the printer queue to be used. | |
com::sun::star::view::PaperOrientation | PaperOrientation |
specifies the orientation of the paper. | |
com::sun::star::view::PaperFormat | PaperFormat |
specifies a predefined paper size or if the paper size is a user-defined size. | |
com::sun::star::awt::Size | PaperSize |
specifies the size of the paper in 100th mm. | |
boolean | IsBusy |
indicates, whether the printer is busy or not. | |
boolean | CanSetPaperOrientation |
indicates, whether the printer allows changes to PrinterDescriptor::PaperOrientation. | |
boolean | CanSetPaperFormat |
indicates, whether the printer allows changes to PrinterDescriptor::PaperFormat. | |
boolean | CanSetPaperSize |
indicates if the printer allows changes to PrinterDescriptor::PaperSize. | |
describes a printer by specifying the queue name and some settings.
This service may be represented by a com::sun::star::beans::PropertyValue[].
|
propertyreadonly |
indicates, whether the printer allows changes to PrinterDescriptor::PaperFormat.
|
propertyreadonly |
indicates, whether the printer allows changes to PrinterDescriptor::PaperOrientation.
|
propertyreadonly |
indicates if the printer allows changes to PrinterDescriptor::PaperSize.
|
propertyreadonly |
indicates, whether the printer is busy or not.
|
property |
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.
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.
specifies the orientation of the paper.
|
property |
specifies the size of the paper in 100th mm.
Setting this property may change the value of PrinterDescriptor::PaperFormat.