DropCap Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a dropped capital letter at the beginning of a paragraph.
public interface class DropCap
[System.Runtime.InteropServices.Guid("00020956-0000-0000-C000-000000000046")]
public interface DropCap
type DropCap = interface
Public Interface DropCap
- Attributes
Remarks
There is no DropCaps collection; each Paragraph object contains only one DropCap object.
Use the DropCap property to return a DropCap object.
Properties
Application |
Returns a 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. |
DistanceFromText |
Returns or sets the distance (in points) between the dropped capital letter and the paragraph text. |
FontName |
Returns or sets the name of the font for the dropped capital letter. |
LinesToDrop |
Returns or sets the height (in lines) of the specified dropped capital letter. |
Parent |
Returns an object that represents the parent object of the specified object. |
Position |
Returns or sets the position of a dropped capital letter. |
Methods
Clear() |
Removes the dropped capital letter formatting. |
Enable() |
Formats the first character in the specified paragraph as a dropped capital letter. |