Class Shading
Represents the shading properties for a table or table cell in a Word document.
Inheritance
System.Object
Shading
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class Shading : Object
Constructors
Shading()
Declaration
public Shading()
Properties
Color
Gets or sets the color of the shading.
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
Fill
Gets or sets the fill color of the shading.
Declaration
public Color Fill { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
ShadingPattern
Gets or sets the shading pattern.
Declaration
public Nullable<ShadingPatternValues> ShadingPattern { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<ShadingPatternValues> |
ThemeColor
Shading Pattern Theme Color
Represents the following attribute in the schema: w:themeColor
Declaration
public Color ThemeColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
ThemeFill
Shading Background Theme Color
Represents the following attribute in the schema: w:themeFill
Declaration
public Color ThemeFill { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
ThemeFillShade
Shading Background Theme Color Shade
Represents the following attribute in the schema: w:themeFillShade
Declaration
public Color ThemeFillShade { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
ThemeFillTint
Shading Background Theme Color Tint
Represents the following attribute in the schema: w:themeFillTint
Declaration
public string ThemeFillTint { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ThemeTint
Gets or sets the theme tint for the shading.
Declaration
public string ThemeTint { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |