Table of Contents

Interface IXLRichString

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

Properties

FontScheme

Determines a theme font scheme the rich string belongs to. If the string belongs to a scheme and user changes theme in Excel, the font of the string will switch to the new theme font.

XLFontScheme FontScheme { get; set; }

Property Value

XLFontScheme

Text

string Text { get; set; }

Property Value

string

Methods

SetBold()

IXLRichString SetBold()

Returns

IXLRichString

SetBold(bool)

IXLRichString SetBold(bool value)

Parameters

value bool

Returns

IXLRichString

SetFontCharSet(XLFontCharSet)

IXLRichString SetFontCharSet(XLFontCharSet value)

Parameters

value XLFontCharSet

Returns

IXLRichString

SetFontColor(XLColor)

IXLRichString SetFontColor(XLColor value)

Parameters

value XLColor

Returns

IXLRichString

SetFontFamilyNumbering(XLFontFamilyNumberingValues)

IXLRichString SetFontFamilyNumbering(XLFontFamilyNumberingValues value)

Parameters

value XLFontFamilyNumberingValues

Returns

IXLRichString

SetFontName(string)

IXLRichString SetFontName(string value)

Parameters

value string

Returns

IXLRichString

SetFontScheme(XLFontScheme)

Determines a theme font scheme the rich string belongs to. If the string belongs to a scheme and user changes theme in Excel, the font of the string will switch to the new theme font.

IXLRichString SetFontScheme(XLFontScheme value)

Parameters

value XLFontScheme

Returns

IXLRichString

SetFontSize(double)

IXLRichString SetFontSize(double value)

Parameters

value double

Returns

IXLRichString

SetItalic()

IXLRichString SetItalic()

Returns

IXLRichString

SetItalic(bool)

IXLRichString SetItalic(bool value)

Parameters

value bool

Returns

IXLRichString

SetShadow()

IXLRichString SetShadow()

Returns

IXLRichString

SetShadow(bool)

IXLRichString SetShadow(bool value)

Parameters

value bool

Returns

IXLRichString

SetStrikethrough()

IXLRichString SetStrikethrough()

Returns

IXLRichString

SetStrikethrough(bool)

IXLRichString SetStrikethrough(bool value)

Parameters

value bool

Returns

IXLRichString

SetUnderline()

IXLRichString SetUnderline()

Returns

IXLRichString

SetUnderline(XLFontUnderlineValues)

IXLRichString SetUnderline(XLFontUnderlineValues value)

Parameters

value XLFontUnderlineValues

Returns

IXLRichString

SetVerticalAlignment(XLFontVerticalTextAlignmentValues)

IXLRichString SetVerticalAlignment(XLFontVerticalTextAlignmentValues value)

Parameters

value XLFontVerticalTextAlignmentValues

Returns

IXLRichString