Table of Contents

Class ExcelDxfStyleBase

Namespace
OfficeOpenXml.Style.Dxf
Assembly
EPPlus.dll

Base class for differential formatting styles

public abstract class ExcelDxfStyleBase : DxfStyleBase
Inheritance
ExcelDxfStyleBase
Derived
Inherited Members

Properties

Border

Border formatting settings

public ExcelDxfBorderBase Border { get; set; }

Property Value

ExcelDxfBorderBase

Fill

Fill formatting settings

public ExcelDxfFill Fill { get; set; }

Property Value

ExcelDxfFill

HasValue

If the object has any properties set

public override bool HasValue { get; }

Property Value

bool

Methods

Clear()

Clears all properties

public override void Clear()