Word.Interfaces.DropCapLoadOptions interface
Represents a dropped capital letter in a Word document.
Remarks
Properties
| $all | Specifying |
| distance |
Gets the distance (in points) between the dropped capital letter and the paragraph text. |
| font |
Gets the name of the font for the dropped capital letter. |
| lines |
Gets the height (in lines) of the dropped capital letter. |
| position | Gets the position of the dropped capital letter. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
distanceFromText
Gets the distance (in points) between the dropped capital letter and the paragraph text.
distanceFromText?: boolean;
Property Value
boolean
Remarks
fontName
Gets the name of the font for the dropped capital letter.
fontName?: boolean;
Property Value
boolean
Remarks
linesToDrop
Gets the height (in lines) of the dropped capital letter.
linesToDrop?: boolean;
Property Value
boolean
Remarks
position
Gets the position of the dropped capital letter.
position?: boolean;
Property Value
boolean