API Reference

Class

OdtList

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed ordered or unordered ODT list.

Inheritance

  • Object
  • OdtList

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

Adds an item containing one paragraph.

Parameters

text System.String = null optionalposition: 0

Properties

public IReadOnlyList<OdtListItem> Items { get; } #

List items in source order.