Table of Contents

Interface IXLDrawingFont

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLDrawingFont : IXLFontBase
Inherited Members
Extension Methods

Methods

SetBold()

IXLDrawingStyle SetBold()

Returns

IXLDrawingStyle

SetBold(bool)

IXLDrawingStyle SetBold(bool value)

Parameters

value bool

Returns

IXLDrawingStyle

SetFontCharSet(XLFontCharSet)

IXLDrawingStyle SetFontCharSet(XLFontCharSet value)

Parameters

value XLFontCharSet

Returns

IXLDrawingStyle

SetFontColor(XLColor)

IXLDrawingStyle SetFontColor(XLColor value)

Parameters

value XLColor

Returns

IXLDrawingStyle

SetFontFamilyNumbering(XLFontFamilyNumberingValues)

IXLDrawingStyle SetFontFamilyNumbering(XLFontFamilyNumberingValues value)

Parameters

value XLFontFamilyNumberingValues

Returns

IXLDrawingStyle

SetFontName(string)

IXLDrawingStyle SetFontName(string value)

Parameters

value string

Returns

IXLDrawingStyle

SetFontSize(double)

IXLDrawingStyle SetFontSize(double value)

Parameters

value double

Returns

IXLDrawingStyle

SetItalic()

IXLDrawingStyle SetItalic()

Returns

IXLDrawingStyle

SetItalic(bool)

IXLDrawingStyle SetItalic(bool value)

Parameters

value bool

Returns

IXLDrawingStyle

SetShadow()

IXLDrawingStyle SetShadow()

Returns

IXLDrawingStyle

SetShadow(bool)

IXLDrawingStyle SetShadow(bool value)

Parameters

value bool

Returns

IXLDrawingStyle

SetStrikethrough()

IXLDrawingStyle SetStrikethrough()

Returns

IXLDrawingStyle

SetStrikethrough(bool)

IXLDrawingStyle SetStrikethrough(bool value)

Parameters

value bool

Returns

IXLDrawingStyle

SetUnderline()

IXLDrawingStyle SetUnderline()

Returns

IXLDrawingStyle

SetUnderline(XLFontUnderlineValues)

IXLDrawingStyle SetUnderline(XLFontUnderlineValues value)

Parameters

value XLFontUnderlineValues

Returns

IXLDrawingStyle

SetVerticalAlignment(XLFontVerticalTextAlignmentValues)

IXLDrawingStyle SetVerticalAlignment(XLFontVerticalTextAlignmentValues value)

Parameters

value XLFontVerticalTextAlignmentValues

Returns

IXLDrawingStyle