API Reference

Class

OdpParagraph

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed presentation paragraph.

Inheritance

  • Object
  • OdpParagraph

Usage

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

Methods

public OdpRun AddRun(String text = null) #
Returns: OdpRun

Adds an inline text run.

Parameters

text System.String = null optionalposition: 0

Properties

public String Text { get; set; } #

Decoded paragraph text.

public String StyleName { get; set; } #

Referenced paragraph style name.

public IReadOnlyList<OdpRun> Runs { get; } #

Inline text runs.

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

Explicit or inherited bold state.

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

Explicit or inherited font size.