Paragraphs.AutoAdjustRightIndent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property int AutoAdjustRightIndent { int get(); void set(int value); };
public int AutoAdjustRightIndent { get; set; }
member this.AutoAdjustRightIndent : int with get, set
Public Property AutoAdjustRightIndent As Integer
Property Value
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.