RichTextRunFont Members
Contains font attributes for a rich text run.Constructors
| Name | Description |
|---|---|
| RichTextRunFont() | Initializes a new instance of the RichTextRunFont class with the default settings. |
| RichTextRunFont(SpreadsheetFont) | Initializes a new instance of the RichTextRunFont class with the specified settings. |
| RichTextRunFont(String, Double, Color) | Initializes a new instance of the RichTextRunFont class with the specified settings. |
| RichTextRunFont(String, Double) | Initializes a new instance of the RichTextRunFont class with the specified settings. |
Properties
| Name | Description |
|---|---|
| Bold | Gets or sets a value indicating whether the current text run is formatted as bold. |
| Color | Gets or sets the color of the font applied to the current text run. |
| FontStyle | Gets or sets the font style (bold, italic, etc.) applied to the current text run. |
| Italic | Gets or sets a value indicating whether the current text run is formatted as italic. |
| Name | Gets or sets the name of the font applied to the current text run. |
| SchemeStyle | Gets or sets the scheme of the font applied to the current text run. |
| Script | Gets or sets whether the current text run is formatted as subscript, superscript, or neither. |
| Size | Gets or sets the size of the font applied to the current text run. |
| Strikethrough | Gets or sets a value indicating whether the current text run is formatted as strikethrough. |
| UnderlineType | Gets or sets the underline type applied to the current text run. |
Methods
| Name | Description |
|---|---|
| Equals(SpreadsheetFont, SpreadsheetFont) static | Determines whether the specified objects are considered equal. |
| Equals(SpreadsheetFont) | Determines whether the specified object is equal to the current RichTextRunFont instance. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also