Selection.ClearParagraphAllFormatting Method
Removes all paragraph formatting (formatting applied either through paragraph styles or manually applied formatting) from the selected text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub ClearParagraphAllFormatting
'Usage
Dim instance As Selection
instance.ClearParagraphAllFormatting()
void ClearParagraphAllFormatting()
Remarks
This method removes all paragraph formatting. If you need to remove paragraph formatting applied through paragraph styles, use the ClearParagraphStyle() method. To remove paragraph formatting that the user has manually applied using Microsoft Office Word paragraph formatting features, use the ClearParagraphDirectFormatting() method.
Note
To remove character formatting, see the ClearCharacterAllFormatting(), ClearCharacterDirectFormatting(), or ClearCharacterStyle() method.