Partager via


DropCap.Clear Method (Word)

Removes the dropped capital letter formatting.

Syntax

expression .Clear

expression A variable that represents a DropCap object.

Example

This example removes dropped capital letter formatting from the first letter in the active document.

Set drop = ActiveDocument.Paragraphs(1).DropCap 
If Not (drop Is Nothing) Then drop.Clear

See Also

Concepts

DropCap Object Members

DropCap Object