Commit ec70bc27 authored by Alexander.Trofimov's avatar Alexander.Trofimov

add other params from ECMA

parent 700d62f8
......@@ -1087,6 +1087,18 @@
this.fitToWidth = false; //ToDo can be a number
this.fitToHeight = false; //ToDo can be a number
// ToDo
this.blackAndWhite = false;
this.cellComments = 0; // none ST_CellComments
this.copies = 1;
this.draft = false;
this.errors = 0; // displayed ST_PrintError
this.firstPageNumber = -1;
this.pageOrder = 0; // downThenOver ST_PageOrder
this.scale = 100;
this.useFirstPageNumber = false;
this.usePrinterDefaults = true;
return this;
}
asc_CPageSetup.prototype.asc_getOrientation = function () { return this.orientation; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment