- LeftIndent
left indentation in (in points) for the specified paragraphs.
- RightIndent
right indent (in points) for the specified paragraphs.
- SpaceBefore
spacing (in points) before the specified paragraphs.
- SpaceBeforeAuto
TRUE if Microsoft Word automatically sets the amount of spacing before the specified paragraphs.
- SpaceAfter
amount of spacing (in points) after the specified paragraph or text column.
- SpaceAfterAuto
TRUE if Microsoft Word automatically sets the amount of spacing after the specified paragraphs.
- LineSpacingRule
line spacing for the specified paragraph formatting. Use wdLineSpaceSingle, wdLineSpace1pt5, or wdLineSpaceDouble to set the line spacing to one of these values. To set the line spacing to an exact number of points or to a multiple number of lines, you must also set the LineSpacing property.
- Alignment
WdParagraphAlignment constant that represents the alignment for the specified paragraphs.
- WidowControl
TRUE if the first and last lines in the specified paragraph remain on the same page as the rest of the paragraph when Word repaginates the document. Can be TRUE, FALSE or wdUndefined.
- KeepWithNext
TRUE if the specified paragraph remains on the same page as the paragraph that follows it when Microsoft Word repaginates the document. Read/write Long.
- KeepTogether
TRUE if all lines in the specified paragraphs remain on the same page when Microsoft Word repaginates the document.
- PageBreakBefore
TRUE if a page break is forced before the specified paragraphs. Can be TRUE, FALSE, or wdUndefined.
- NoLineNumber
TRUE if line numbers are repressed for the specified paragraphs. Can be TRUE, FALSE, or wdUndefined.
- Hyphenation
TRUE if the specified paragraphs are included in automatic hyphenation. FALSE if the specified paragraphs are to be excluded from automatic hyphenation.
- FirstLineIndent
value (in points) for a first line or hanging indent. Use a positive value to set a first-line indent, and use a negative value to set a hanging indent.
- OutlineLevel
outline level for the specified paragraphs.
- CharacterUnitLeftIndent
left indent value (in characters) for the specified paragraphs.
- CharacterUnitRightIndent
right indent value (in characters) for the specified paragraphs.
- LineUnitBefore
amount of spacing (in gridlines) before the specified paragraphs.
- LineUnitAfter
amount of spacing (in gridlines) after the specified paragraphs.
- MirrorIndents
Long that represents whether left and right indents are the same width. Can be TRUE, FALSE, or wdUndefined.