_ParagraphFormat.AutoAdjustRightIndent Property

True if Microsoft Word is set to automatically adjust the right indent for the specified paragraphs if you’ve specified a set number of characters per line.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AutoAdjustRightIndent As Integer
    Get
    Set
'Usage
Dim instance As _ParagraphFormat
Dim value As Integer

value = instance.AutoAdjustRightIndent

instance.AutoAdjustRightIndent = value
int AutoAdjustRightIndent { get; set; }

Property Value

Type: System.Int32

Remarks

This property returns wdUndefined if it's set to True for only some of the specified paragraphs.

See Also

Reference

_ParagraphFormat Interface

_ParagraphFormat Members

Microsoft.Office.Interop.Word Namespace