| ImageEn, unit iexRichEdit |
|
TIEParaAttributes.SpaceBefore
Declaration
property SpaceBefore: Longint;
Description
Specify the spacing before the paragraph in points (1/72 of an inch).
Also see:
SpaceAfter
Example
// Add 1/4 inch of space before the paragraph
// const Points_Per_Inch = 72;
IERichEdit1.Paragraph.SpaceBefore := Round( 0.25 * Points_Per_Inch );