Selection.ClearParagraphAllFormatting method (Word)

Removes all paragraph formatting (formatting applied either through paragraph styles or manually applied formatting) from the selected text.

Syntax

expression. ClearParagraphAllFormatting

expression An expression that returns a Selection object.

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 Word paragraph formatting features, use the ClearParagraphDirectFormatting method.

Note

To remove character formatting, see the ClearCharacterAllFormatting, ClearCharacterDirectFormatting, or ClearCharacterStyle method.

See also

Selection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.