Table of Contents

Class ExcelDxfStyleLimitedFont

Namespace
OfficeOpenXml.Style.Dxf
Assembly
EPPlus.dll

Differential formatting record with limited font settings

public class ExcelDxfStyleLimitedFont : ExcelDxfStyleBase
Inheritance
ExcelDxfStyleLimitedFont
Derived
Inherited Members

Properties

Font

Font formatting settings

public ExcelDxfFontBase Font { get; }

Property Value

ExcelDxfFontBase

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