Word.Interfaces.TableBorderLoadOptions interface
Specifies the border style.
Remarks
Properties
$all | Specifying |
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 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 table border color.
color?: boolean;
Property Value
boolean
Remarks
type
Specifies the type of the table border.
type?: boolean;
Property Value
boolean
Remarks
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
Office Add-ins