Word.Interfaces.BorderCollectionLoadOptions interface
Represents the collection of border styles.
[ API set: WordApiDesktop 1.1 ]
$all | Specifying |
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. |
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
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
For EACH ITEM in the collection: Gets the location of the border.
location?: boolean;
Property Value
boolean
Remarks
For EACH ITEM in the collection: Specifies the border type for the border.
type?: boolean;
Property Value
boolean
Remarks
For EACH ITEM in the collection: Specifies whether the border is visible.
visible?: boolean;
Property Value
boolean
Remarks
For EACH ITEM in the collection: Specifies the width for the border.
width?: boolean;
Property Value
boolean
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: