Selection.ClearParagraphDirectFormatting 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 manually (using the buttons on the Ribbon or through the dialog boxes) from the selected text.
public:
void ClearParagraphDirectFormatting();
public void ClearParagraphDirectFormatting ();
abstract member ClearParagraphDirectFormatting : unit -> unit
Public Sub ClearParagraphDirectFormatting ()
Remarks
This method does not remove paragraph formatting that has been applied by using a paragraph style. To remove paragraph formatting that the user has applied by using paragraph styles, use the ClearParagraphStyle() 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.