API Reference

Class

OdtListItem

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed ODT list item.

Inheritance

  • Object
  • OdtListItem

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 OdtParagraph AddParagraph(String text = null) #
Returns: OdtParagraph

Adds another paragraph to this item.

Parameters

text System.String = null optionalposition: 0

Properties

public IReadOnlyList<OdtParagraph> Paragraphs { get; } #

Paragraphs directly contained by this item.