Table of Contents

Class Run

Namespace
FileFormat.Words.IElements
Assembly
FileFormat.Words.dll

Represents a run of text within a paragraph.

public class Run
Inheritance
Run
Inherited Members

Constructors

Run()

public Run()

Properties

Bold

Gets or sets whether the run's text is bold.

public bool Bold { get; set; }

Property Value

bool

Color

Gets or sets the color of the run's text.

public string Color { get; set; }

Property Value

string

FontFamily

Gets or sets the font family of the run.

public string FontFamily { get; set; }

Property Value

string

FontSize

Gets or sets the font size of the run.

public int FontSize { get; set; }

Property Value

int

Italic

Gets or sets whether the run's text is italic.

public bool Italic { get; set; }

Property Value

bool

Text

Gets or sets the text content of the run.

public string Text { get; set; }

Property Value

string

Underline

Gets or sets whether the run's text is underlined.

public bool Underline { get; set; }

Property Value

bool