Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Indentation Class / ClearFormatting Method

In This Topic
    ClearFormatting Method (Indentation)
    In This Topic
    Resets to default indent formatting.
    Syntax
    'Declaration
     
    Public Overrides Sub ClearFormatting() 
    public override void ClearFormatting()
    Remarks
    Removes all indent formatting specified explicitly on the object from which Indent was obtained so the indent formatting will be inherited from the appropriate parent.
    See Also