Class DxfStyleBase
Base class for differential formatting styles.
Inheritance
DxfStyleBase
Inherited Members
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 |
|---|---|
| bool |
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 |