CharacterUnitLeftIndent Property

Microsoft Word Visual Basic

CharacterUnitLeftIndent Property

       

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

expression.CharacterUnitLeftIndent

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 left indent of the first paragraph in the active document to one character from the left margin.

ActiveDocument.Paragraphs(1) _
    .CharacterUnitLeftIndent = 1