CharacterUnitRightIndent Property

Microsoft Word Visual Basic

expression.CharacterUnitRightIndent

expression    Required. An expression that returns one of the objects in the Applies To list.

Remarks

For more information on using Word with Asian languages, see Word features for Asian languages.

Example

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

ActiveDocument.Paragraphs _
    .CharacterUnitRightIndent = 1