| /*the record rule: <level info>.<SettingsName>=<SettingsValue>*/ |
| /*Level info: starts from 1, 0 means no need for limitation check*/ |
| /*SettingsName: should not contain "."*/ |
| /*SettingsValue: the type should be int*/ |
| /*All the notes or comments in this configure file should be in /**/ in each line*/ |
| |
| [TEXT] |
| /*Max pages in the file*/ |
| 1.MAXPAGE=100 |
| 2.MAXPAGE=500 |
| |
| [PRES] |
| /*Max pages in the file, including master/layout/normal/notes*/ |
| 1.MAXPAGE=75 |
| 2.MAXPAGE=1500 |
| /*Max objects in the file, including all editable object on master/layout/normal/notes*/ |
| 1.MAXOBJECT=500 |
| 2.MAXOBJECT=500 |
| |
| [SHEET] |
| /*Max row in worksheet*/ |
| 1.MAXROW=5000 |
| 2.MAXROW=5000 |