mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 1659856 - patch 1 - Add IDL constants for duplexing options to nsIPrintSettings. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D87958
This commit is contained in:
parent
2c1c2496b3
commit
46079ff5df
@ -95,6 +95,13 @@ interface nsIPrintSettings : nsISupports
|
|||||||
const short kOutputFormatPS = 1;
|
const short kOutputFormatPS = 1;
|
||||||
const short kOutputFormatPDF = 2;
|
const short kOutputFormatPDF = 2;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Simplex/Duplex printing options
|
||||||
|
*/
|
||||||
|
const short kSimplex = 0;
|
||||||
|
const short kDuplexHorizontal = 1;
|
||||||
|
const short kDuplexVertical = 2;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set PrintOptions
|
* Set PrintOptions
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user