This method sets whether the edit area of the presentation is visible, and is only effective when the presentation is opened in visible mode.
Defined in
Syntax
public void setEditAreaVisible(boolean visible)
Parameters
boolean visible
Specifies whether the edit area is visible. Specifying true means the edit area is visible, and specifying false means the edit area is not visible.
See examples