The open mode AceoffixCtrl should use after the document is opened.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
SyntaxPublic Enumeration OpenModeType
Members
| Member name | Value | Description |
---|
| docForcedRevision | 0 |
Word ForcedRevision mode. Any change made by the user can be traced. Revisions made by different users are displayed by different colors.
User can not accept, reject and delete other users' revisions. Revision can show who modified, when the text was modified and what was modified.
|
| docFinalizeDraft | 1 |
Word FinalizeDraft mode. User can accept, reject or delete all revisions made by others. The revision marks also can be removed.
All the changes made by the user cannot be traced any more.
|
| docNormalEdit | 2 |
Word NormalEdit mode. The document can be edited freely without any additional restrictions. This mode is used most commonly.
|
| docReadOnly | 3 |
Word Read-only mode. The document cannot be edited and can only be read by users.
|
| docSubmitForm | 4 |
Word SubmitForm mode. The DataRegions whose value of Editing is true are editable regions in the Word document and can be submitted to server page. Besides those editable regions, the whole Word document is read-only.
|
| xlsNormalEdit | 5 |
Excel NormalEdit mode. The document can be edited freely without any additional restrictions.
|
| xlsReadOnly | 6 |
Excel Read-only mode. The document cannot be edited and can only be read by users.
|
| xlsSubmitForm | 7 |
Excel SubmitForm mode. The Cells and TableRanges which can be set as editable ranges in the Excel document and can be submitted to server page. The whole Excel document is read-only besides those editable ranges.
|
| pptNormalEdit | 8 |
PowerPoint NormalEdit mode. The document can be edited freely without any additional restrictions.
|
| pptReadOnly | 9 |
PowerPoint Read-only mode. The document cannot be edited and can only be read by users.
|
| vsdNormalEdit | 10 |
Visio NormalEdit mode. The document can be edited freely without any additional restrictions.
|
| mppNormalEdit | 11 |
Project NormalEdit mode. The document can be edited freely without any additional restrictions.
|
See Also