Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 881 Bytes

Word.DropCap.md

File metadata and controls

38 lines (24 loc) · 881 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DropCap object (Word)
vbawd10.chm2390
vbawd10.chm2390
Word.DropCap
79daea90-657b-43db-34e3-08f7aed74591
06/08/2017
medium

DropCap object (Word)

Represents a dropped capital letter at the beginning of a paragraph. There is no DropCaps collection; each Paragraph object contains only one DropCap object.

Remarks

Use the DropCap property to return a DropCap object. The following example sets a dropped capital letter for the first letter in the first paragraph in the active document.

With ActiveDocument.Paragraphs(1).DropCap 
 .Enable 
 .Position = wdDropNormal 
End With

See also

Word Object Model Reference

[!includeSupport and feedback]