Show / Hide Table of Contents

Class DxfStyleBase<T>

Inheritance
System.Object
DxfStyleBase<T>
ExcelDxfBorderBase
ExcelDxfBorderItem
ExcelDxfColor
ExcelDxfFill
ExcelDxfFontBase
ExcelDxfNumberFormat
ExcelDxfStyleConditionalFormatting
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Style.Dxf
Assembly: Experior.Core.dll
Syntax
public abstract class DxfStyleBase<T>
Type Parameters
Name Description
T

Fields

_styles

Declaration
protected ExcelStyles _styles
Field Value
Type Description
ExcelStyles

Properties

AllowChange

Is this value allowed to be changed?

Declaration
protected bool AllowChange { get; set; }
Property Value
Type Description
System.Boolean

HasValue

Declaration
protected abstract bool HasValue { get; }
Property Value
Type Description
System.Boolean

Id

Declaration
protected abstract string Id { get; }
Property Value
Type Description
System.String

Methods

Clone()

Declaration
protected abstract T Clone()
Returns
Type Description
T

CreateNodes(XmlHelper, String)

Declaration
protected abstract void CreateNodes(XmlHelper helper, string path)
Parameters
Type Name Description
XmlHelper helper
System.String path

GetAsString(Object)

Declaration
protected string GetAsString(object v)
Parameters
Type Name Description
System.Object v
Returns
Type Description
System.String

SetValue(XmlHelper, String, Object)

Declaration
protected void SetValue(XmlHelper helper, string path, object v)
Parameters
Type Name Description
XmlHelper helper
System.String path
System.Object v

SetValueBool(XmlHelper, String, Nullable<Boolean>)

Declaration
protected void SetValueBool(XmlHelper helper, string path, bool? v)
Parameters
Type Name Description
XmlHelper helper
System.String path
System.Nullable<System.Boolean> v

SetValueColor(XmlHelper, String, ExcelDxfColor)

Declaration
protected void SetValueColor(XmlHelper helper, string path, ExcelDxfColor color)
Parameters
Type Name Description
XmlHelper helper
System.String path
ExcelDxfColor color

SetValueEnum(XmlHelper, String, Enum)

Same as SetValue but will set first char to lower case.

Declaration
protected void SetValueEnum(XmlHelper helper, string path, Enum v)
Parameters
Type Name Description
XmlHelper helper
System.String path
System.Enum v
Back to top Generated by DocFX