Class ExcelDxfColor
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- Magicodes.EPPlus.dll
public class ExcelDxfColor : DxfStyleBase<ExcelDxfColor>
- Inheritance
-
ExcelDxfColor
- Inherited Members
-
- Extension Methods
-
Constructors
ExcelDxfColor(ExcelStyles)
public ExcelDxfColor(ExcelStyles styles)
Parameters
styles
ExcelStyles
Properties
Auto
public bool? Auto { get; set; }
Property Value
- bool?
Color
public Color? Color { get; set; }
Property Value
- Color?
HasValue
protected override bool HasValue { get; }
Property Value
- bool
Id
protected override string Id { get; }
Property Value
- string
Index
public int? Index { get; set; }
Property Value
- int?
Theme
public int? Theme { get; set; }
Property Value
- int?
Tint
public double? Tint { get; set; }
Property Value
- double?
Methods
Clone()
protected override ExcelDxfColor Clone()
Returns
- ExcelDxfColor
CreateNodes(XmlHelper, string)
protected override void CreateNodes(XmlHelper helper, string path)
Parameters
helper
XmlHelper
path
string