Selection.ClearParagraphAllFormatting Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all paragraph formatting (formatting applied either through paragraph styles or manually applied formatting) from the selected text.
public:
void ClearParagraphAllFormatting();
public void ClearParagraphAllFormatting ();
abstract member ClearParagraphAllFormatting : unit -> unit
Public Sub 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.