' Return BeforeAutoSpacing
Dim beforeAutoSpacing As Boolean = oParagraphFormatting.BeforeAutoSpacing
' Set BeforeAutoSpacing
oParagraphFormatting.BeforeAutoSpacing(True)
Getter
Signature:
public boolean
BeforeAutoSpacing
Returns:
boolean
A boolean that represents if Word will automatically handle spacing above a paragraph.