setEditAreaVisible method

This method sets whether the edit area of the document is visible and is only effective when the document is opened in visible mode.

Defined in

Document

Syntax

public void setEditAreaVisible(boolean visible)

Parameters

boolean visible

Specifies true to indicate that the edit area is visible, or false to indicate that the edit area is not visible.

See examples

Example: setEditAreaVisible method