forceAllVisible parameter

Use the forceAllVisible parameter to set or query the forced visibility of all of the document elements.  You may use this parameter to ensure that all document elements are always visible in the current view.

 

Availability

query command
set command

 

Scope

The current view.

 

Syntax

query forceAllVisible
set forceAllVisible { on | off } 

 

Parameters

on Use the on parameter to indicate that all the document elements should always be visible.
off Use the off parameter to indicate that you wish to allow the document elements to become invisible.

 

Examples

query forceAllVisible
set forceAllVisible on 

Related reference
query command
set command
excludedClasses parameter
forceVisible parameter
includedClasses parameter
markIncluded parameter