Table of Contents

Interface IXLFont

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLFont : IXLFontBase, IEquatable<IXLFont>
Inherited Members
Extension Methods

Methods

SetBold()

IXLStyle SetBold()

Returns

IXLStyle

SetBold(bool)

IXLStyle SetBold(bool value)

Parameters

value bool

Returns

IXLStyle

SetFontCharSet(XLFontCharSet)

IXLStyle SetFontCharSet(XLFontCharSet value)

Parameters

value XLFontCharSet

Returns

IXLStyle

SetFontColor(XLColor)

IXLStyle SetFontColor(XLColor value)

Parameters

value XLColor

Returns

IXLStyle

SetFontFamilyNumbering(XLFontFamilyNumberingValues)

IXLStyle SetFontFamilyNumbering(XLFontFamilyNumberingValues value)

Parameters

value XLFontFamilyNumberingValues

Returns

IXLStyle

SetFontName(string)

IXLStyle SetFontName(string value)

Parameters

value string

Returns

IXLStyle

SetFontSize(double)

IXLStyle SetFontSize(double value)

Parameters

value double

Returns

IXLStyle

SetItalic()

IXLStyle SetItalic()

Returns

IXLStyle

SetItalic(bool)

IXLStyle SetItalic(bool value)

Parameters

value bool

Returns

IXLStyle

SetShadow()

IXLStyle SetShadow()

Returns

IXLStyle

SetShadow(bool)

IXLStyle SetShadow(bool value)

Parameters

value bool

Returns

IXLStyle

SetStrikethrough()

IXLStyle SetStrikethrough()

Returns

IXLStyle

SetStrikethrough(bool)

IXLStyle SetStrikethrough(bool value)

Parameters

value bool

Returns

IXLStyle

SetUnderline()

IXLStyle SetUnderline()

Returns

IXLStyle

SetUnderline(XLFontUnderlineValues)

IXLStyle SetUnderline(XLFontUnderlineValues value)

Parameters

value XLFontUnderlineValues

Returns

IXLStyle

SetVerticalAlignment(XLFontVerticalTextAlignmentValues)

IXLStyle SetVerticalAlignment(XLFontVerticalTextAlignmentValues value)

Parameters

value XLFontVerticalTextAlignmentValues

Returns

IXLStyle