Word.Interfaces.BorderUniversalLoadOptions interface
Represents the BorderUniversal object, which manages borders for a range, paragraph, table, or frame.
Remarks
Properties
| $all | Specifying |
| art |
Specifies the graphical page-border design for the document. |
| art |
Specifies the width (in points) of the graphical page border specified in the |
| color | Specifies the color for the |
| color |
Specifies the color for the |
| inside | Returns |
| is |
Specifies whether the border is visible. |
| line |
Specifies the line style of the border. |
| line |
Specifies the line width of an object's 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
artStyle
Specifies the graphical page-border design for the document.
artStyle?: boolean;
Property Value
boolean
Remarks
artWidth
Specifies the width (in points) of the graphical page border specified in the artStyle property.
artWidth?: boolean;
Property Value
boolean
Remarks
color
Specifies the color for the BorderUniversal object. You can provide the value in the '#RRGGBB' format.
color?: boolean;
Property Value
boolean
Remarks
colorIndex
Specifies the color for the BorderUniversal or Word.Font object.
colorIndex?: boolean;
Property Value
boolean
Remarks
inside
Returns true if an inside border can be applied to the specified object.
inside?: boolean;
Property Value
boolean
Remarks
isVisible
Specifies whether the border is visible.
isVisible?: boolean;
Property Value
boolean
Remarks
lineStyle
Specifies the line style of the border.
lineStyle?: boolean;
Property Value
boolean
Remarks
lineWidth
Specifies the line width of an object's border.
lineWidth?: boolean;
Property Value
boolean