Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
ec70bc27
Commit
ec70bc27
authored
Apr 01, 2016
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add other params from ECMA
parent
700d62f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
cell/utils/utils.js
cell/utils/utils.js
+12
-0
No files found.
cell/utils/utils.js
View file @
ec70bc27
...
...
@@ -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
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment