Word.Interfaces.ShadingUniversalLoadOptions interface     
Represents the ShadingUniversal object, which manages shading for a range, paragraph, frame, or table.
Remarks
Properties
| $all | Specifying  | 
| background | Specifies the color that's applied to the background of the  | 
| background | Specifies the color that's applied to the background of the  | 
| foreground | Specifies the color that's applied to the foreground of the  | 
| foreground | Specifies the color that's applied to the foreground of the  | 
| 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
		backgroundPatternColorIndex
	   
	Specifies the color that's applied to the background of the ShadingUniversal object.
backgroundPatternColorIndex?: boolean;Property Value
boolean
Remarks
		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
		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
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