Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 962 Bytes

Word.ParagraphFormat.RightIndent.md

File metadata and controls

41 lines (24 loc) · 962 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ParagraphFormat.RightIndent property (Word)
vbawd10.chm156434538
vbawd10.chm156434538
Word.ParagraphFormat.RightIndent
de69209e-d88d-d367-9d84-94faa07a30bd
06/08/2017
medium

ParagraphFormat.RightIndent property (Word)

Returns or sets the right indent (in points) for the specified paragraphs. Read/write Single.

Syntax

expression. RightIndent

expression Required. A variable that represents a 'ParagraphFormat' object.

Example

This example sets the right indent for all paragraphs in the active document to 1 inch from the right margin. The InchesToPoints method is used to convert inches to points.

ActiveDocument.Paragraphs.RightIndent = InchesToPoints(1)

See also

ParagraphFormat Object

[!includeSupport and feedback]