Bewerken

Delen via


DropCap.Clear method (Publisher)

Removes the dropped capital letter formatting.

Syntax

expression.Clear

expression A variable that represents a DropCap object.

Example

This example removes the dropped capital letter formatting in the specified text frame.

Sub ClearDropCap() 
 ActiveDocument.Pages(1).Shapes(1).TextFrame _ 
 .TextRange.DropCap.Clear 
End Sub

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.