RichTextShape Class |
Namespace: Spire.Xls.Core.Spreadsheet
The RichTextShape type exposes the following members.
Name | Description | |
---|---|---|
![]() |
DefaultFont |
Gets or sets the default font for the workbook.
|
![]() |
FormattingRunsCount |
Gets the count of formatting runs.
|
![]() |
IsFormatted |
Gets a value indicating whether the shape is formatted with rich text.
|
![]() |
Parent |
Gets the parent object of the current instance.
|
![]() |
RtfText |
Gets the RTF text content.
|
![]() |
Text |
Gets or sets the text content of the shape.
|
Name | Description | |
---|---|---|
![]() |
Append |
Appends text to the shape's text and sets the font for the appended text.
|
![]() |
BeginUpdate |
Begins the update process for a control or container.
|
![]() |
Clear |
Clears the text in the shape converter.
|
![]() |
ClearFormatting |
Clears the formatting of the characters in the shape.
|
![]() |
EndUpdate |
Ends the update process of the control, applying any changes made during the update.
|
![]() |
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 |
Retrieves the font at the specified index.
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetSpace |
Retrieves the spacing between characters for a specific formatting run.
|
![]() |
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 the font for a range of text in a shape's text object.
Validates the input parameters, checks for existing font settings, and updates the font settings accordingly.
|
![]() |
SetSpace |
Sets the space value for a specific formatting run.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|