Shading

Overview

Shading is a class in Aspose.Words FOSS for Python. Inherits from: BaseModel.

Shading.background_color holds the background color value for the shading as a string.

Properties: background_pattern_color, foreground_pattern_color.

Properties

NameTypeAccessDescription
background_pattern_colorstrReadGets the background pattern color.
foreground_pattern_colorstrReadGets the foreground pattern color.

See Also