PGetDisplayStyleNames

Gets the display status of the Display Style Names option for the story active in the story editor. (Display Style Names displays or hides paragraph style names in a sidebar in the left margin of a story).


Query results

This query returns a boolean indicating whether Display Style Names are off (false) or on (true)
Story editor only. The PGetDisplayStyleNames query works only in story editor and gets the status of only the active story.

Example. Set Display Style Names off, using the PDisplayStyleNames command.

PGetDisplayStyleNames isDisplayed;
if (isDisplayed == true) PDisplayStyleNames(false);


See also

The PGetDisplaySpecial query



Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support