DropCap Object Members
Word Developer Reference |
Represents a dropped capital letter at the beginning of a paragraph. There is no DropCaps collection; each Paragraph object contains only one DropCap object.
Methods
Name | Description | |
---|---|---|
Clear | Removes the dropped capital letter formatting. | |
Enable | Formats the first character in the specified paragraph as a dropped capital letter. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
DistanceFromText | Returns or sets a Single that represents the distance (in points) between the dropped capital letter and the paragraph text. Read/write. | |
FontName | Returns or sets a String that represents the name of the font for the dropped capital letter. Read/write. | |
LinesToDrop | Returns or sets the height (in lines) of the specified dropped capital letter. Read/write Long. | |
Parent | Returns an Object that represents the parent object of the specified DropCap object. | |
Position | Returns or sets the position of a dropped capital letter. Read/write WdDropPosition. |