Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.DropCapData interface
- Package:
- word
An interface describing the data returned by calling dropCap.toJSON().
Properties
| distanceFromText | Gets the distance (in points) between the dropped capital letter and the paragraph text. |
| fontName | Gets the name of the font for the dropped capital letter. |
| linesToDrop | Gets the height (in lines) of the dropped capital letter. |
| position | Gets the position of the dropped capital letter. |
Property Details
distanceFromText
Gets the distance (in points) between the dropped capital letter and the paragraph text.
distanceFromText?: number;
Property Value
number
Remarks
fontName
Gets the name of the font for the dropped capital letter.
fontName?: string;
Property Value
string
Remarks
linesToDrop
Gets the height (in lines) of the dropped capital letter.
linesToDrop?: number;
Property Value
number
Remarks
position
Gets the position of the dropped capital letter.
position?: Word.DropPosition | "None" | "Normal" | "Margin";
Property Value
Word.DropPosition | "None" | "Normal" | "Margin"
Remarks
Office Add-ins
Feedback
Was this page helpful?
