Selection.ClearParagraphStyle Method

Definition

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

public:
 void ClearParagraphStyle();
public void ClearParagraphStyle ();
abstract member ClearParagraphStyle : unit -> unit
Public Sub 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.

Applies to