Selection.ClearParagraphStyle 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 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.