Paragraphs.AutoAdjustRightIndent Property
Determines 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 Paragraphs
Dim value As Integer
value = instance.AutoAdjustRightIndent
instance.AutoAdjustRightIndent = value
int AutoAdjustRightIndent { get; set; }
Property Value
Type: System.Int32
Remarks
This property returns True if Word is set to automatically adjust the right indent for the specified paragraphs if you’ve specified a set number of characters per line, and False if not. Set the property value to True or False to enable or disable the functionality.
This property returns wdUndefined if the AutoAdjustRightIndent property is set to True for only some of the specified paragraphs.