Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.DropCapLoadOptions interface
- Package:
- word
Represents a dropped capital letter in a Word document.
Properties
| $all | Specifying |
| 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
$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
Remarks
Office Add-ins
Feedback
Was this page helpful?
