Table of Contents

Class DxfStyleBase

Namespace
OfficeOpenXml.Style.Dxf
Assembly
EPPlus.dll

Base class for differential formatting styles.

public abstract class DxfStyleBase
Inheritance
DxfStyleBase
Derived
Inherited Members

Properties

HasValue

If the style has any value set

public abstract bool HasValue { get; }

Property Value

bool

Methods

Clear()

Reset all properties for the style.

public abstract void Clear()

SetValueColor(XmlHelper, string, ExcelDxfColor)

Set the color value

protected void SetValueColor(XmlHelper helper, string path, ExcelDxfColor color)

Parameters

helper XmlHelper

The xml helper

path string

The x path

color ExcelDxfColor

The color