PDisplaySpecial

Displays or hides special characters in the story active in story editor. Characters displayed include spaces, tab characters, hard returns, and soft returns (Shift-Return).


Command constructor

PDisplaySpecial(PMBool bDisplay);
false to hide special characters
true to display special characters
Story editor only. The PDisplaySpecial command works only in story editor.If the story editor is not active, PDisplaySpecial throws a CQ_LO_INVALID_MODE exception.

Example. The following example switches to story editor and displays special characters.

PEditStory();
PDisplaySpecial(true);


See also

The PDisplayStyleNames command

The PGetDisplaySpecial query

Adobe PageMaker 6.5 Help > Commands > Story > Display Style Names

Adobe PageMaker 6.5 Help > Commands > Story > Display ¶



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

Comments or suggestions? Contact Adobe Developer Support