Paragraph.DropCap (Word)
Gibt ein DropCap -Objekt zurück, das einen Initialen für den angegebenen Absatz darstellt.
With ActiveDocument.Paragraphs(1).DropCap
.FontName = "Arial"
.Position = wdDropNormal
.LinesToDrop = 3
.DistanceFromText = InchesToPoints(0.1)
End With