19 #ifndef __com_sun_star_view_PrinterDescriptor_idl__
20 #define __com_sun_star_view_PrinterDescriptor_idl__
30 module
com { module sun { module star { module view {
boolean CanSetPaperSize
indicates if the printer allows changes to PrinterDescriptor::PaperSize.
Definition: PrinterDescriptor.idl:86
PaperFormat
specifies the format (size) of the paper on a text document.
Definition: PaperFormat.idl:29
boolean IsBusy
indicates, whether the printer is busy or not.
Definition: PrinterDescriptor.idl:70
PaperOrientation
specifies the orientation of the paper.
Definition: PaperOrientation.idl:29
– idl definition –
Definition: Ambiguous.idl:22
describes a printer by specifying the queue name and some settings.
Definition: PrinterDescriptor.idl:40
com::sun::star::view::PaperFormat PaperFormat
specifies a predefined paper size or if the paper size is a user-defined size.
Definition: PrinterDescriptor.idl:59
string Name
specifies the name of the printer queue to be used.
Definition: PrinterDescriptor.idl:47
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:29
com::sun::star::awt::Size PaperSize
specifies the size of the paper in 100th mm.
Definition: PrinterDescriptor.idl:66
boolean CanSetPaperFormat
indicates, whether the printer allows changes to PrinterDescriptor::PaperFormat.
Definition: PrinterDescriptor.idl:80
com::sun::star::view::PaperOrientation PaperOrientation
specifies the orientation of the paper.
Definition: PrinterDescriptor.idl:51
boolean CanSetPaperOrientation
indicates, whether the printer allows changes to PrinterDescriptor::PaperOrientation.
Definition: PrinterDescriptor.idl:75