Interface IRichTextString
- Namespace
- Spire.Xls.Core
- Assembly
- Spire.XLS.dll
public interface IRichTextString : IExcelApplication, IOptimizedUpdate
- Inherited Members
-
Properties
IsFormatted
bool IsFormatted { get; }
Property Value
- bool
RtfText
Property Value
- string
Text
string Text { get; set; }
Property Value
- string
Methods
Append(string, IFont)
void Append(string text, IFont font)
Parameters
text
string
font
IFont
Clear()
ClearFormatting()
GetFont(int)
Parameters
index
int
Returns
- IFont
SetFont(int, int, IFont)
void SetFont(int iStartPos, int iEndPos, IFont font)
Parameters
iStartPos
int
iEndPos
int
font
IFont