This method closes all the presentations opened in Lotus Symphony.
Syntax
public boolean closePresentations(boolean saveChanges)
Parameters
boolean
saveChanges
Specifies whether
save changes before closing presentations. A value of true saves changes. A value of false does not save changes.
Usage
- If the parameter saveChanges is false, all the presentations are closed without
saving changes.
- If the parameter saveChanges is true and the presentations are in visible mode:
- If there are presentations that are new, or new from a template, a Documents-Save window
display to save the file.
- If there are presentations that are opened from a file, then the presentations
are saved before closing.
- If the parameter saveChanges is true and the presentations are in invisible mode:
- If there are presentations that are new , or new from a template, this
method throws an
exception.
- If there are presentations that are opened from a file, then the presentations
are saved before closing.