RichTextString Class |
Namespace: Spire.Xls.Core.Spreadsheet
The RichTextString type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
BeginCallsCount |
Returns number of begin update calls that have no corresponding end update. Read-only.
(Inherited from
CommonWrapper
.)
|
|
|
DefaultFont |
Gets or sets the default font for the workbook.
|
|
|
IsFormatted |
Indicates whether rich text string has formatting runs. Read-only.
|
|
|
Parent |
Returns parent object. Read-only.
|
|
|
RtfText |
Obsolete.
Returns text in rtf format. Read-only.
|
|
|
Text |
Gets / sets text of the string.
|
| Name | Description | |
|---|---|---|
|
|
AddFont |
Adds a font to the worksheet.
|
|
|
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
CommonWrapper
.)
|
|
|
Clear |
Clears text and formatting.
|
|
|
ClearFormatting |
Clears string formatting.
|
|
|
Clone |
Creates a copy of the current object.
(Inherited from
CommonWrapper
.)
|
|
|
EndUpdate |
This method should be called after several updates to the object.
(Inherited from
CommonWrapper
.)
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetFont |
Returns font which is applied to character at the specified position.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
SetFont |
Sets font for range of characters.
|
|
|
SetRichTextFont |
Sets the font for a specified range of text in a rich text string.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|