BeforeSpace
Use this property to set spacing between the previous paragraph and the current paragraph.
Syntax
[VC++]
double GetBeforeSpace();
void SetBeforeSpace(double newValue);
[C#]
public abstract new double BeforeSpace [ get, set ]
[VB]
Property BeforeSpace As Double