Class Shading
Represents the shading properties for a table or table cell in a Word document.
Inheritance
System.Object
Shading
Implements
IronSoftware.Abstractions.Word.IShading
IronSoftware.Abstractions.Word.IWordDocumentObjectProperty
IronSoftware.Abstractions.IDocumentObjectProperty
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class Shading : Object, IShading, IWordDocumentObjectProperty, IDocumentObjectProperty
Constructors
Shading()
Declaration
public Shading()
Properties
Color
Gets or sets the color of the shading.
Declaration
public IColor Color { get; set; }
Property Value
| Type | Description |
|---|---|
| IronSoftware.Abstractions.Word.IColor |
Fill
Gets or sets the fill color of the shading.
Declaration
public IColor Fill { get; set; }
Property Value
| Type | Description |
|---|---|
| IronSoftware.Abstractions.Word.IColor |
ShadingPattern
Gets or sets the shading pattern.
Declaration
public Nullable<ShadingPatternValues> ShadingPattern { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<IronSoftware.Abstractions.Word.ShadingPatternValues> |
ThemeColor
Shading Pattern Theme Color
Represents the following attribute in the schema: w:themeColor
Declaration
public IColor ThemeColor { get; set; }
Property Value
| Type | Description |
|---|---|
| IronSoftware.Abstractions.Word.IColor |
ThemeFill
Shading Background Theme Color
Represents the following attribute in the schema: w:themeFill
Declaration
public IColor ThemeFill { get; set; }
Property Value
| Type | Description |
|---|---|
| IronSoftware.Abstractions.Word.IColor |
ThemeFillShade
Shading Background Theme Color Shade
Represents the following attribute in the schema: w:themeFillShade
Declaration
public IColor ThemeFillShade { get; set; }
Property Value
| Type | Description |
|---|---|
| IronSoftware.Abstractions.Word.IColor |
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 |
Implements
IronSoftware.Abstractions.Word.IShading
IronSoftware.Abstractions.Word.IWordDocumentObjectProperty
IronSoftware.Abstractions.IDocumentObjectProperty