API Reference

Class

OdpRun

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed presentation inline text run.

Inheritance

  • Object
  • OdpRun

Usage

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

Returned or exposed by

Properties

public String Text { get; set; } #

Decoded run text.

public String StyleName { get; set; } #

Referenced text style name.

public Nullable<Boolean> Bold { get; set; } #

Explicit or inherited bold state.

public Nullable<Boolean> Italic { get; set; } #

Explicit or inherited italic state.

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

Explicit or inherited font size.

public String FontFamily { get; set; } #

Explicit or inherited font family.

public Nullable<OdfColor> Color { get; set; } #

Explicit or inherited text color.