Show / Hide Table of Contents

Class DxfStyleBase

Base class for differential formatting styles.

Inheritance
System.Object
DxfStyleBase
ExcelDxfBorderBase
ExcelDxfBorderItem
ExcelDxfColor
ExcelDxfFill
ExcelDxfFontBase
ExcelDxfGradientFill
ExcelDxfGradientFillColor
ExcelDxfGradientFillColorCollection
ExcelDxfNumberFormat
ExcelDxfStyleBase
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

In This Article
Back to top Generated by DocFX