OfficeIMO

API Reference

Class

PowerPointTextRun

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint

Represents a formatted text run within a paragraph.

Inheritance

  • Object
  • PowerPointTextRun

Methods

SetHyperlink 2 overloads

Properties

public String Text { get; set; } #

Text content of the run.

public Boolean Bold { get; set; } #

Gets or sets a value indicating whether the run is bold.

public Boolean Italic { get; set; } #

Gets or sets a value indicating whether the run is italic.

public Boolean Underline { get; set; } #

Gets or sets a value indicating whether the run is underlined.

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

Gets or sets the font size in points.

public String FontName { get; set; } #

Gets or sets the font name (Latin).

public String Color { get; set; } #

Gets or sets the text color in hexadecimal format (e.g. "FF0000").

public String HighlightColor { get; set; } #

Gets or sets the highlight color in hexadecimal format (e.g. "FFFF00").