Interface IXLRichString
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
Text
string Text { get; set; }
Property Value
Methods
SetBold()
IXLRichString SetBold()
Returns
SetBold(bool)
IXLRichString SetBold(bool value)
Parameters
valuebool
Returns
SetFontCharSet(XLFontCharSet)
IXLRichString SetFontCharSet(XLFontCharSet value)
Parameters
valueXLFontCharSet
Returns
SetFontColor(XLColor)
IXLRichString SetFontColor(XLColor value)
Parameters
valueXLColor
Returns
SetFontFamilyNumbering(XLFontFamilyNumberingValues)
IXLRichString SetFontFamilyNumbering(XLFontFamilyNumberingValues value)
Parameters
Returns
SetFontName(string)
IXLRichString SetFontName(string value)
Parameters
valuestring
Returns
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
valueXLFontScheme
Returns
SetFontSize(double)
IXLRichString SetFontSize(double value)
Parameters
valuedouble
Returns
SetItalic()
IXLRichString SetItalic()
Returns
SetItalic(bool)
IXLRichString SetItalic(bool value)
Parameters
valuebool
Returns
SetShadow()
IXLRichString SetShadow()
Returns
SetShadow(bool)
IXLRichString SetShadow(bool value)
Parameters
valuebool
Returns
SetStrikethrough()
IXLRichString SetStrikethrough()
Returns
SetStrikethrough(bool)
IXLRichString SetStrikethrough(bool value)
Parameters
valuebool
Returns
SetUnderline()
IXLRichString SetUnderline()
Returns
SetUnderline(XLFontUnderlineValues)
IXLRichString SetUnderline(XLFontUnderlineValues value)
Parameters
valueXLFontUnderlineValues
Returns
SetVerticalAlignment(XLFontVerticalTextAlignmentValues)
IXLRichString SetVerticalAlignment(XLFontVerticalTextAlignmentValues value)