Table of Contents

Class ExcelDxfStyleFont

Namespace
OfficeOpenXml.Style.Dxf
Assembly
EPPlus.dll

Differential formatting record used in conditional formatting

public class ExcelDxfStyleFont : ExcelDxfStyleBase
Inheritance
ExcelDxfStyleFont
Derived
Inherited Members

Properties

Font

Font formatting settings

public ExcelDxfFont Font { get; }

Property Value

ExcelDxfFont

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()