Edit

Share via


Word.Interfaces.BorderUniversalCollectionLoadOptions interface

Represents the collection of Word.BorderUniversal objects.

Remarks

[ API set: WordApiDesktop 1.3 ]

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).

artStyle

For EACH ITEM in the collection: Specifies the graphical page-border design for the document.

artWidth

For EACH ITEM in the collection: Specifies the width (in points) of the graphical page border specified in the artStyle property.

color

For EACH ITEM in the collection: Specifies the color for the BorderUniversal object. You can provide the value in the '#RRGGBB' format.

colorIndex

For EACH ITEM in the collection: Specifies the color for the BorderUniversal or Word.Font object.

inside

For EACH ITEM in the collection: Returns true if an inside border can be applied to the specified object.

isVisible

For EACH ITEM in the collection: Specifies whether the border is visible.

lineStyle

For EACH ITEM in the collection: Specifies the line style of the border.

lineWidth

For EACH ITEM in the collection: 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

For EACH ITEM in the collection: Specifies the graphical page-border design for the document.

artStyle?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

artWidth

For EACH ITEM in the collection: Specifies the width (in points) of the graphical page border specified in the artStyle property.

artWidth?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

color

For EACH ITEM in the collection: Specifies the color for the BorderUniversal object. You can provide the value in the '#RRGGBB' format.

color?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

colorIndex

For EACH ITEM in the collection: Specifies the color for the BorderUniversal or Word.Font object.

colorIndex?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

inside

For EACH ITEM in the collection: Returns true if an inside border can be applied to the specified object.

inside?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

isVisible

For EACH ITEM in the collection: Specifies whether the border is visible.

isVisible?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

lineStyle

For EACH ITEM in the collection: Specifies the line style of the border.

lineStyle?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

lineWidth

For EACH ITEM in the collection: Specifies the line width of an object's border.

lineWidth?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]