IRichTextString Interface |
Namespace: Spire.Xls.Core
The IRichTextString type exposes the following members.
Name | Description | |
---|---|---|
![]() |
IsFormatted |
Indicates whether rich text string has formatting runs. Read-only.
|
![]() |
Parent |
Gets the parent object of the current instance.
(Inherited from
IExcelApplication
.)
|
![]() |
RtfText |
Returns text in rtf format. Read-only.
|
![]() |
Text |
Gets / sets text of the string.
|
Name | Description | |
---|---|---|
![]() |
Append |
Appends rich text string with specified text and font.
|
![]() |
BeginUpdate |
This method should be called before several updates to the object will take place.
(Inherited from
IOptimizedUpdate
.)
|
![]() |
Clear |
Clears text and formatting.
|
![]() |
ClearFormatting |
Clears string formatting.
|
![]() |
EndUpdate |
This method should be called after several updates to the object took place.
(Inherited from
IOptimizedUpdate
.)
|
![]() |
GetFont |
Returns font which is applied to character at the specified position.
|
![]() |
SetFont |
Sets font for range of characters.
|