Table of Contents

Interface IXLFontBase

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLFontBase
Extension Methods

Properties

Bold

bool Bold { get; set; }

Property Value

bool

FontCharSet

XLFontCharSet FontCharSet { get; set; }

Property Value

XLFontCharSet

FontColor

XLColor FontColor { get; set; }

Property Value

XLColor

FontFamilyNumbering

XLFontFamilyNumberingValues FontFamilyNumbering { get; set; }

Property Value

XLFontFamilyNumberingValues

FontName

string FontName { get; set; }

Property Value

string

FontSize

double FontSize { get; set; }

Property Value

double

Italic

bool Italic { get; set; }

Property Value

bool

Shadow

bool Shadow { get; set; }

Property Value

bool

Strikethrough

bool Strikethrough { get; set; }

Property Value

bool

Underline

XLFontUnderlineValues Underline { get; set; }

Property Value

XLFontUnderlineValues

VerticalAlignment

XLFontVerticalTextAlignmentValues VerticalAlignment { get; set; }

Property Value

XLFontVerticalTextAlignmentValues