Class DxfStyleBase
Base class for differential formatting styles.
Inheritance
System.Object
DxfStyleBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.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 |
System.String | path | The x path |
ExcelDxfColor | color | The color |