Paragraph.DropCap Property
Word Developer Reference |
Returns a DropCap object that represents a dropped capital letter for the specified paragraph. Read-only.
Syntax
expression.DropCap
expression A variable that represents a Paragraph object.
Example
This example sets a dropped capital letter for the first paragraph in the active document.
Visual Basic for Applications |
---|
|
See Also