[]
The Word/RTF color object.
public class RtfColor : RtfObject, ICloneable
| Name | Description |
|---|---|
| RtfColor(Color) | The RTF color constructor. |
| Name | Description |
|---|---|
| Color | Gets drawing approximate color for this Word/RTF color. |
| Name | Description |
|---|---|
| IsBlack(Color) | Whether is black color. |
| IsEmpty(Color) | Whether is empty color. |
| IsTransparent(Color) | Whether is transparent color. |
| IsWhite(Color) | Whether is white color. |
| Name | Description |
|---|---|
| implicit operator Color(RtfColor) | Convert implicitly to drawing color. |