API Reference

Class

OdtSpan

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed ODT inline span.

Inheritance

  • Object
  • OdtSpan

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

Methods

public OdtSpan AddText(String text) #
Returns: OdtSpan

Appends decoded plain text.

Parameters

text System.String requiredposition: 0

Properties

public String Text { get; set; } #

Decoded span 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 Nullable<OdfColor> Color { get; set; } #

Explicit or inherited text color.