|
virtual bool | IsValid ()=0 |
| Returns true if this object is valid. More...
|
|
virtual bool | IsReadOnly ()=0 |
| Returns true if the values of this object are read-only. More...
|
|
virtual void | SetOrientation (bool landscape)=0 |
| Set the page orientation. More...
|
|
virtual bool | IsLandscape ()=0 |
| Returns true if the orientation is landscape. More...
|
|
virtual void | SetPrinterPrintableArea (const CefSize &physical_size_device_units, const CefRect &printable_area_device_units, bool landscape_needs_flip)=0 |
| Set the printer printable area in device units. More...
|
|
virtual void | SetDeviceName (const CefString &name)=0 |
| Set the device name. More...
|
|
virtual CefString | GetDeviceName ()=0 |
| Get the device name. More...
|
|
virtual void | SetDPI (int dpi)=0 |
| Set the DPI (dots per inch). More...
|
|
virtual int | GetDPI ()=0 |
| Get the DPI (dots per inch). More...
|
|
virtual void | SetPageRanges (const PageRangeList &ranges)=0 |
| Set the page ranges. More...
|
|
virtual size_t | GetPageRangesCount ()=0 |
| Returns the number of page ranges that currently exist. More...
|
|
virtual void | GetPageRanges (PageRangeList &ranges)=0 |
| Retrieve the page ranges. More...
|
|
virtual void | SetSelectionOnly (bool selection_only)=0 |
| Set whether only the selection will be printed. More...
|
|
virtual bool | IsSelectionOnly ()=0 |
| Returns true if only the selection will be printed. More...
|
|
virtual void | SetCollate (bool collate)=0 |
| Set whether pages will be collated. More...
|
|
virtual bool | WillCollate ()=0 |
| Returns true if pages will be collated. More...
|
|
virtual void | SetColorModel (ColorModel model)=0 |
| Set the color model. More...
|
|
virtual ColorModel | GetColorModel ()=0 |
| Get the color model. More...
|
|
virtual void | SetCopies (int copies)=0 |
| Set the number of copies. More...
|
|
virtual int | GetCopies ()=0 |
| Get the number of copies. More...
|
|
virtual void | SetDuplexMode (DuplexMode mode)=0 |
| Set the duplex mode. More...
|
|
virtual DuplexMode | GetDuplexMode ()=0 |
| Get the duplex mode. More...
|
|
virtual void | AddRef () const =0 |
| Called to increment the reference count for the object. More...
|
|
virtual bool | Release () const =0 |
| Called to decrement the reference count for the object. More...
|
|
virtual bool | HasOneRef () const =0 |
| Returns true if the reference count is 1. More...
|
|
virtual bool | HasAtLeastOneRef () const =0 |
| Returns true if the reference count is at least 1. More...
|
|