Show / Hide Table of Contents

Class DxfStyleBase

Base class for differential formatting styles.

Inheritance
object
DxfStyleBase
ExcelDxfAlignment
ExcelDxfBorderBase
ExcelDxfBorderItem
ExcelDxfColor
ExcelDxfFill
ExcelDxfFontBase
ExcelDxfGradientFill
ExcelDxfGradientFillColor
ExcelDxfGradientFillColorCollection
ExcelDxfNumberFormat
ExcelDxfProtection
ExcelDxfStyleBase
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

In this article
Back to top Generated by DocFX