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

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