API Reference

Class

ExcelRichTextRun

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Describes a run of rich text inside a cell.

Inheritance

  • Object
  • ExcelRichTextRun

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public ExcelRichTextRun(String text) #

Creates a rich text run with the supplied text.

Parameters

text System.String requiredposition: 0

Methods

public static ExcelRichTextRun Plain(String text) #
Returns: ExcelRichTextRun

Creates a plain rich text run.

Parameters

text System.String requiredposition: 0

Properties

public String Text { get; set; } #

Gets or sets the run text.

public Boolean Bold { get; set; } #

Gets or sets whether the run is bold.

public Boolean Italic { get; set; } #

Gets or sets whether the run is italic.

public Boolean Underline { get; set; } #

Gets or sets whether the run is underlined.

public String FontColor { get; set; } #

Gets or sets the run font color as a hex value.

public String FontName { get; set; } #

Gets or sets the run font name.

public Nullable<Double> FontSize { get; set; } #

Gets or sets the run font size.