Show / Hide Table of Contents

Class ExcelDxfColor

Inheritance
System.Object
DxfStyleBase<ExcelDxfColor>
ExcelDxfColor
Inherited Members
DxfStyleBase<ExcelDxfColor>._styles
DxfStyleBase<ExcelDxfColor>.AllowChange
DxfStyleBase<ExcelDxfColor>.GetAsString(Object)
DxfStyleBase<ExcelDxfColor>.SetValue(XmlHelper, String, Object)
DxfStyleBase<ExcelDxfColor>.SetValueBool(XmlHelper, String, Nullable<Boolean>)
DxfStyleBase<ExcelDxfColor>.SetValueColor(XmlHelper, String, ExcelDxfColor)
DxfStyleBase<ExcelDxfColor>.SetValueEnum(XmlHelper, String, Enum)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Style.Dxf
Assembly: Experior.Core.dll
Syntax
public class ExcelDxfColor : DxfStyleBase<ExcelDxfColor>

Constructors

ExcelDxfColor(ExcelStyles)

Declaration
public ExcelDxfColor(ExcelStyles styles)
Parameters
Type Name Description
ExcelStyles styles

Properties

Auto

Declaration
public bool? Auto { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Color

Declaration
public Color? Color { get; set; }
Property Value
Type Description
System.Nullable<System.Drawing.Color>

HasValue

Declaration
protected override bool HasValue { get; }
Property Value
Type Description
System.Boolean
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfColor>.HasValue

Id

Declaration
protected override string Id { get; }
Property Value
Type Description
System.String
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfColor>.Id

Index

Declaration
public int? Index { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Theme

Declaration
public int? Theme { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Tint

Declaration
public double? Tint { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Methods

Clone()

Declaration
protected override ExcelDxfColor Clone()
Returns
Type Description
ExcelDxfColor
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfColor>.Clone()

CreateNodes(XmlHelper, String)

Declaration
protected override void CreateNodes(XmlHelper helper, string path)
Parameters
Type Name Description
XmlHelper helper
System.String path
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfColor>.CreateNodes(Experior.Core.Data.OfficeOpenXml.XmlHelper, System.String)
Back to top Generated by DocFX