Show / Hide Table of Contents

Class ExcelRichTextColor

Inheritance
object
ExcelRichTextColor
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public class ExcelRichTextColor

Properties

Auto

Auto color

Declaration
public bool? Auto { get; set; }
Property Value
Type Description
bool?

HasAttributes

Declaration
public bool HasAttributes { get; }
Property Value
Type Description
bool

Indexed

The indexed color number. A negative value means not set.

Declaration
public int? Indexed { get; set; }
Property Value
Type Description
int?

Rgb

The rgb color value set in the file.

Declaration
public Color Rgb { get; set; }
Property Value
Type Description
Color

Theme

The color theme.

Declaration
public eThemeSchemeColor? Theme { get; set; }
Property Value
Type Description
eThemeSchemeColor?

Tint

The tint value for the color.

Declaration
public double? Tint { get; set; }
Property Value
Type Description
double?
In this article
Back to top Generated by DocFX