Paragraphs.Format Property

Word Developer Reference

Returns or sets a ParagraphFormat object that represents the formatting of the specified paragraph or paragraphs.

Syntax

expression.Format

expression   Required. A variable that represents a Paragraphs collection.

Example

The following example left-aligns all the paragraphs in the active document.

Visual Basic for Applications
  ActiveDocument.Paragraphs.Format.Alignment = wdAlignParagraphLeft

See Also