Share via


Paragraph.CharacterUnitRightIndent Property

Word Developer Reference

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

Syntax

expression.CharacterUnitRightIndent

expression   Required. A variable that represents a Paragraph object.

Example

This example sets the right indent for all paragraphs in the active document to one character from the right margin.

Visual Basic for Applications
  ActiveDocument.Paragraphs _
    .CharacterUnitRightIndent = 1

See Also