Table of Contents

Class Shading

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Shading applied behind content (ECMA-376 Part 1 §17.3.5 CT_Shd). The pattern is kept as the raw ST_Shd token (§17.18.78) so all pattern values round-trip verbatim.

public sealed class Shading : IEquatable<Shading?>
Inheritance
Shading
Implements
Inherited Members

Constructors

Shading()

Properties

Color

Gets or sets the pattern foreground color (w:color), or null.

Fill

Gets or sets the background fill color (w:fill), or null.

Pattern

Gets or sets the raw ST_Shd pattern token, for example "clear" or "pct25".

Methods

Clone()

Creates a deep copy.

Equals(Shading?)
Equals(object?)
GetHashCode()