Class DxfStyleBase
Base class for differential formatting styles.
Inheritance
Object
DxfStyleBase
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Style.Dxf
Assembly: EPPlus.dll
Syntax
public abstract class DxfStyleBase
Properties
HasValue
If the style has any value set
Declaration
public abstract bool HasValue { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
Clear()
Reset all properties for the style.
Declaration
public abstract void Clear()
SetValueColor(XmlHelper, String, ExcelDxfColor)
Set the color value
Declaration
protected void SetValueColor(XmlHelper helper, string path, ExcelDxfColor color)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlHelper | helper | The xml helper |
| String | path | The x path |
| ExcelDxfColor | color | The color |