Selection.ClearParagraphStyle Method

Word Developer Reference

Removes paragraph formatting that has been applied through paragraph styles from the selected text.

Syntax

expression.ClearParagraphStyle

expression   An expression that returns a Selection object.

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.

Bb226162.vs_note(en-us,office.12).gif  Note
To remove character formatting, see the ClearCharacterAllFormatting, ClearCharacterDirectFormatting, or ClearCharacterStyle method.

See Also