Word.Interfaces.TableBorderLoadOptions interface

Specifies the border style.

Remarks

[ API set: WordApi 1.3 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

color

Specifies the table border color.

type

Specifies the type of the table border.

width

Specifies the width, in points, of the table border. Not applicable to table border types that have fixed widths.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

color

Specifies the table border color.

color?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.3 ]

type

Specifies the type of the table border.

type?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.3 ]

width

Specifies the width, in points, of the table border. Not applicable to table border types that have fixed widths.

width?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.3 ]