API Reference

Class

OdpTextBox

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed ODP text box frame.

Inheritance

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 OdpList AddList(Boolean ordered = false) #
Returns: OdpList

Adds an ordered or unordered list.

Parameters

ordered System.Boolean = false optionalposition: 0
public OdpParagraph AddParagraph(String text = null) #
Returns: OdpParagraph

Adds a paragraph.

Parameters

text System.String = null optionalposition: 0

Properties

public IReadOnlyList<OdpParagraph> Paragraphs { get; } #

Paragraphs in reading order, including list item paragraphs.

public IReadOnlyList<OdpList> Lists { get; } #

Lists directly contained in the text box.