Paragraphs.LeftIndent Property (Word)

Returns or sets a Single that represents the left indent value (in points) for the specified paragraphs. Read/write.

Syntax

expression .LeftIndent

expression A variable that represents a Paragraphs collection.

Example

This example sets the left indent of all paragraphs in the active document to 1 inch. The InchesToPoints method is used to convert inches to points.

ActiveDocument.Paragraphs.LeftIndent = InchesToPoints(1)

See Also

Concepts

Paragraphs Collection Object

Paragraphs Object Members