Lines Matching defs:SHEET
1 /*the record rule: <level info>.<SettingsName>=<SettingsValue>*/
2 /*Level info: starts from 1, 0 means no need for limitation check*/
3 /*SettingsName: should not contain "."*/
4 /*SettingsValue: the type should be int*/
5 /*All the notes or comments in this configure file should be in /**/ in each line*/
6
7 [TEXT]
8 /*Max pages in the file*/
9 1.MAXPAGE=100
10 2.MAXPAGE=500
11
12 [PRES]
13 /*Max pages in the file, including master/layout/normal/notes*/
14 1.MAXPAGE=75
15 2.MAXPAGE=1500
16 /*Max objects in the file, including all editable object on master/layout/normal/notes*/
17 1.MAXOBJECT=500
18 2.MAXOBJECT=500
19
20 [SHEET] section
21 /*Max row in worksheet*/
22 1.MAXROW=5000
23 2.MAXROW=5000