Click or drag to resize
OpenModeType Enumeration
The open mode AceoffixCtrl should use after the document is opened.

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public enum OpenModeType
Members
  Member nameValueDescription
docForcedRevision0 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.
docFinalizeDraft1 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.
docNormalEdit2 Word NormalEdit mode. The document can be edited freely without any additional restrictions. This mode is used most commonly.
docReadOnly3 Word Read-only mode. The document cannot be edited and can only be read by users.
docSubmitForm4 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.
xlsNormalEdit5 Excel NormalEdit mode. The document can be edited freely without any additional restrictions.
xlsReadOnly6 Excel Read-only mode. The document cannot be edited and can only be read by users.
xlsSubmitForm7 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.
pptNormalEdit8 PowerPoint NormalEdit mode. The document can be edited freely without any additional restrictions.
pptReadOnly9 PowerPoint Read-only mode. The document cannot be edited and can only be read by users.
vsdNormalEdit10 Visio NormalEdit mode. The document can be edited freely without any additional restrictions.
mppNormalEdit11 Project NormalEdit mode. The document can be edited freely without any additional restrictions.
See Also