SpaceParagraphs Property (Story Control)
Windows - Visual C++
Description
The SpaceParagraphs property
returns or sets to put a space between paragraphs during formatting.
SpaceParagraphs property is read/write.
Syntax
boolean bSpace = GetSpaceParagraphs ();
void SetSpaceParagraphs (boolean bSpace);
The SpaceParagraphs syntax has these parts:
Part |
Description |
|
bSpace |
BOOL value representing the either TRUE for space between paragraphs or FALSE for no space. |
Remarks
During paragraph formatting, a
space can be added between paragraphs. This helps the story text to
be more readable.
Back to: Story Properties