Word.Interfaces.BorderCollectionLoadOptions interface

Represents the collection of border styles.

Remarks

[ API set: WordApiDesktop 1.1 ]

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

color

For EACH ITEM in the collection: Specifies the color for the border. Color is specified in ‘#RRGGBB’ format or by using the color name.

location

For EACH ITEM in the collection: Gets the location of the border.

type

For EACH ITEM in the collection: Specifies the border type for the border.

visible

For EACH ITEM in the collection: Specifies whether the border is visible.

width

For EACH ITEM in the collection: Specifies the width for the border.

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

color

For EACH ITEM in the collection: Specifies the color for the border. Color is specified in ‘#RRGGBB’ format or by using the color name.

color?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

location

For EACH ITEM in the collection: Gets the location of the border.

location?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

type

For EACH ITEM in the collection: Specifies the border type for the border.

type?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

visible

For EACH ITEM in the collection: Specifies whether the border is visible.

visible?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

width

For EACH ITEM in the collection: Specifies the width for the border.

width?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]