PParaSpace

Adds extra space between paragraphs. The extent of the action depends on which tool is active, whether any text is selected, and whether a publication is open when the command is executed.


Command constructors

This class has two constructors.

PParaSpace(long ySpaceBefore, long ySpaceAfter);

long ySpaceBefore;
Amount of space to be added before each paragraph (from 0 to 22 inches) in twips
long ySpaceAfter;
Amount of space to be added after each paragraph (from 0 to 22 inches) in twips
PParaSpace(const PGetParaSpace& space);
Use the corresponding PGetParaSpace query object to set the spacing parameters.
ySpaceBefore value ignored for columns. The ySpaceBefore value is not added if the paragraph begins a column.

Example. The following example specifies an insertion of 0.2 inches after each paragraph.

PParaSpace(0, twips(".2i"));


See also

Adobe PageMaker 6.5 Help > Commands > Type > Paragraph


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

Comments or suggestions? Contact Adobe Developer Support