Paragraphs.Format Property (Word)

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.

ActiveDocument.Paragraphs.Format.Alignment = wdAlignParagraphLeft

See Also

Concepts

Paragraphs Collection Object

Paragraphs Object Members