Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Indentation Class / AutoAdjustRightIndent Property

In This Topic
    AutoAdjustRightIndent Property
    In This Topic
    Gets or sets whether the right indent shall be automatically adjusted for the given paragraph when a document grid has been defined for the current section, modifying of the current right indent used on this paragraph.
    Syntax
    'Declaration
     
    Public Property AutoAdjustRightIndent As System.Boolean
    public System.bool AutoAdjustRightIndent {get; set;}
    Remarks
    This setting is used in order to ensure that the line breaking for that paragraph is not determined by the width of the final character on the line.
    See Also