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
Color
Gets or sets the color of the run's text.
public string Color { get; set; }
Property Value
FontFamily
Gets or sets the font family of the run.
public string FontFamily { get; set; }
Property Value
FontSize
Gets or sets the font size of the run.
public int FontSize { get; set; }
Property Value
Italic
Gets or sets whether the run's text is italic.
public bool Italic { get; set; }
Property Value
Text
Gets or sets the text content of the run.
public string Text { get; set; }
Property Value
Underline
Gets or sets whether the run's text is underlined.
public bool Underline { get; set; }