DescriptionRun Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single description text run.
public ref class DescriptionRun sealed
public ref class DescriptionRun sealed
class DescriptionRun sealed
public sealed class DescriptionRun
type DescriptionRun = class
Public NotInheritable Class DescriptionRun
- Inheritance
-
DescriptionRun
Constructors
DescriptionRun(String, Boolean) |
Creates a new DescriptionRun. |
DescriptionRun(String, Color, Boolean, Boolean, Boolean) |
Creates a new DescriptionRun. |
DescriptionRun(String, Color) |
Creates a new DescriptionRun. |
DescriptionRun(String) |
Creates a new DescriptionRun. |
Properties
Bold |
If the run is bolded. |
Color |
The run's color. |
Italic |
If the run is italicized. |
Text |
The run's text. |
Underline |
If the run is underlined. |