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

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