Class DxfStyleBase<T>
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- Magicodes.EPPlus.dll
public abstract class DxfStyleBase<T>
Type Parameters
T
- Inheritance
-
DxfStyleBase<T>
- Derived
-
- Inherited Members
-
- Extension Methods
-
Fields
_styles
protected ExcelStyles _styles
Field Value
- ExcelStyles
Properties
AllowChange
protected bool AllowChange { get; set; }
Property Value
- bool
HasValue
protected abstract bool HasValue { get; }
Property Value
- bool
Id
protected abstract string Id { get; }
Property Value
- string
Methods
Clone()
protected abstract T Clone()
Returns
- T
CreateNodes(XmlHelper, string)
protected abstract void CreateNodes(XmlHelper helper, string path)
Parameters
helper XmlHelper
path string
GetAsString(object)
protected string GetAsString(object v)
Parameters
v object
Returns
- string
SetValue(XmlHelper, string, object)
protected void SetValue(XmlHelper helper, string path, object v)
Parameters
helper XmlHelper
path string
v object
SetValueBool(XmlHelper, string, bool?)
protected void SetValueBool(XmlHelper helper, string path, bool? v)
Parameters
helper XmlHelper
path string
v bool?
SetValueColor(XmlHelper, string, ExcelDxfColor)
protected void SetValueColor(XmlHelper helper, string path, ExcelDxfColor color)
Parameters
helper XmlHelper
path string
color ExcelDxfColor
SetValueEnum(XmlHelper, string, Enum)
protected void SetValueEnum(XmlHelper helper, string path, Enum v)
Parameters
helper XmlHelper
path string
v Enum