Word.Interfaces.BorderLoadOptions interface

Represents the Border object for text, a paragraph, or a table.

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

Specifies the color for the border. Color is specified in ‘#RRGGBB’ format or by using the color name.

location

Gets the location of the border.

type

Specifies the border type for the border.

visible

Specifies whether the border is visible.

width

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

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

Gets the location of the border.

location?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

type

Specifies the border type for the border.

type?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

visible

Specifies whether the border is visible.

visible?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

width

Specifies the width for the border.

width?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]