Selection.ClearParagraphStyle Method
Removes paragraph formatting that has been applied through paragraph styles from the selected text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub ClearParagraphStyle
'Usage
Dim instance As Selection
instance.ClearParagraphStyle()
void ClearParagraphStyle()
Remarks
This method does not remove paragraph formatting that a user has applied manually. To remove manually applied paragraph formatting, use the ClearParagraphDirectFormatting() method. To remove all paragraph formatting, both style and manual formatting, use the ClearParagraphAllFormatting() method.
Note
To remove character formatting, see the ClearCharacterAllFormatting(), ClearCharacterDirectFormatting(), or ClearCharacterStyle() method.