RichTextString module

class RichTextString.RichTextString

Bases: CommonWrapper, IRichTextString, IExcelApplication

Append(text: str, font: IFont)
Clear()
ClearFormatting()
property DefaultFont: XlsFont
GetFont(index: int) IFont
property IsFormatted: bool
property Parent: SpireObject
<summary>

Returns parent object. Read-only.

</summary>

property RtfText: str
SetFont(startIndex: int, endIndex: int, font: IFont)
property Text: str