Edit

Share via


Word.Interfaces.DropCapLoadOptions interface

Represents a dropped capital letter in a Word document.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

$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).

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

[ API set: WordApiDesktop 1.4 ]

fontName

Gets the name of the font for the dropped capital letter.

fontName?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

linesToDrop

Gets the height (in lines) of the dropped capital letter.

linesToDrop?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

position

Gets the position of the dropped capital letter.

position?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]