Click or drag to resize

RichTextFormat Class

Represents an object of text formatting properties.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelRichTextFormat

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public class RichTextFormat

The RichTextFormat type exposes the following members.

Constructors
 NameDescription
Public methodRichTextFormat Initializes a new RichTextFormat object.
Top
Properties
 NameDescription
Public propertyBold Gets or sets whether the text is bold.
Public propertyBoldValue Gets or sets whether the bold parameter has been changed.
Public propertyFontColor Gets or sets font color.
Public propertyFontName Gets or sets font name.
Public propertyFontSize Gets or sets font size.
Public propertyItalic Gets or sets whether the text is italic.
Public propertyItalicValue Gets whether the italic parameter has been changed.
Public propertyStrikethrough Gets or sets whether the text is strikethrough.
Public propertyStrikethroughValue Gets whether the strikethrough parameter has been changed.
Public propertySubscript Gets or sets whether the text is subscript.
Public propertySubscriptValue Gets whether the subscript parameter has been changed.
Public propertySuperscript Gets or sets whether the text is superscript.
Public propertySuperscriptValue Gets whether the superscript parameter has been changed.
Public propertyUnderlineStyle Gets or sets underline style.
Public propertyUnderlineStyleValue Gets whether the underline style parameter has been changed.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also