ParagraphFormat.LeftIndent property (Publisher)

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

Syntax

expression.LeftIndent

expression A variable that represents a ParagraphFormat object.

Return value

Variant

Example

This example indents the paragraph at the cursor position 0.5 inch. This example assumes that the cursor is in a text box.

Sub IndentParagraph() 
 Selection.TextRange.ParagraphFormat.LeftIndent = 36 
End Sub

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.