Status
FinalYes
Table of Contents
Constants
- CLOSE_WITHOUT_CHANGES = 4
- Document is closed with no changes.
- ERROR_WHILE_FORCE_SAVING = 7
- Error has occurred while force saving the document.
- ERROR_WHILE_SAVING = 3
- Document saving error has occurred.
- FORCE_SAVE = 6
- Document is being edited, but the current document state is saved.
- IS_BEING_EDITED = 1
- Document is being edited.
- IS_READY_FOR_SAVE = 2
- Document is ready for saving.
Constants
CLOSE_WITHOUT_CHANGES
Document is closed with no changes.
public
int
CLOSE_WITHOUT_CHANGES
= 4
Tags
ERROR_WHILE_FORCE_SAVING
Error has occurred while force saving the document.
public
int
ERROR_WHILE_FORCE_SAVING
= 7
Tags
ERROR_WHILE_SAVING
Document saving error has occurred.
public
int
ERROR_WHILE_SAVING
= 3
Tags
FORCE_SAVE
Document is being edited, but the current document state is saved.
public
int
FORCE_SAVE
= 6
Tags
IS_BEING_EDITED
Document is being edited.
public
int
IS_BEING_EDITED
= 1
Tags
IS_READY_FOR_SAVE
Document is ready for saving.
public
int
IS_READY_FOR_SAVE
= 2