an object with the class paragraph
, basically a list with the attributes of the paragraph in the current cursor position:
LeftIndentleft indentation in (in points) for the specified paragraphs.
RightIndentright indent (in points) for the specified paragraphs.
SpaceBeforespacing (in points) before the specified paragraphs.
SpaceBeforeAutoTRUE
if Microsoft Word automatically sets the amount of spacing before the specified paragraphs.
SpaceAfteramount of spacing (in points) after the specified paragraph or text column.
SpaceAfterAutoTRUE
if Microsoft Word automatically sets the amount of spacing after the specified paragraphs.
LineSpacingRuleline 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.
AlignmentWdParagraphAlignment
constant that represents the alignment for the specified paragraphs.
WidowControlTRUE
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
.
KeepWithNextTRUE
if the specified paragraph remains on the same page as the paragraph that follows it when Microsoft Word repaginates the document. Read/write Long.
KeepTogetherTRUE
if all lines in the specified paragraphs remain on the same page when Microsoft Word repaginates the document.
PageBreakBeforeTRUE
if a page break is forced before the specified paragraphs. Can be TRUE
, FALSE
, or wdUndefined
.
NoLineNumberTRUE
if line numbers are repressed for the specified paragraphs. Can be TRUE
, FALSE
, or wdUndefined
.
HyphenationTRUE
if the specified paragraphs are included in automatic hyphenation. FALSE
if the specified paragraphs are to be excluded from automatic hyphenation.
FirstLineIndentvalue (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.
OutlineLeveloutline level for the specified paragraphs.
CharacterUnitLeftIndentleft indent value (in characters) for the specified paragraphs.
CharacterUnitRightIndentright indent value (in characters) for the specified paragraphs.
LineUnitBeforeamount of spacing (in gridlines) before the specified paragraphs.
LineUnitAfteramount of spacing (in gridlines) after the specified paragraphs.
MirrorIndentsLong that represents whether left and right indents are the same width. Can be TRUE
, FALSE
, or wdUndefined
.