Edit

Share via


Word.Interfaces.ShadingUniversalLoadOptions interface

Represents the ShadingUniversal object, which manages shading for a range, paragraph, frame, or table.

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

backgroundPatternColor

Specifies the color that's applied to the background of the ShadingUniversal object. You can provide the value in the '#RRGGBB' format.

backgroundPatternColorIndex

Specifies the color that's applied to the background of the ShadingUniversal object.

foregroundPatternColor

Specifies the color that's applied to the foreground of the ShadingUniversal object. This color is applied to the dots and lines in the shading pattern. You can provide the value in the '#RRGGBB' format.

foregroundPatternColorIndex

Specifies the color that's applied to the foreground of the ShadingUniversal object. This color is applied to the dots and lines in the shading pattern.

texture

Specifies the shading texture of the object. To learn more about how to apply backgrounds like textures, see Add, change, or delete the background color in Word.

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

backgroundPatternColor

Specifies the color that's applied to the background of the ShadingUniversal object. You can provide the value in the '#RRGGBB' format.

backgroundPatternColor?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

backgroundPatternColorIndex

Specifies the color that's applied to the background of the ShadingUniversal object.

backgroundPatternColorIndex?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

foregroundPatternColor

Specifies the color that's applied to the foreground of the ShadingUniversal object. This color is applied to the dots and lines in the shading pattern. You can provide the value in the '#RRGGBB' format.

foregroundPatternColor?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

foregroundPatternColorIndex

Specifies the color that's applied to the foreground of the ShadingUniversal object. This color is applied to the dots and lines in the shading pattern.

foregroundPatternColorIndex?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

texture

Specifies the shading texture of the object. To learn more about how to apply backgrounds like textures, see Add, change, or delete the background color in Word.

texture?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]