API Reference

Class

OdpTable

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed presentation table 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 OdpTableCell Cell(Int32 row, Int32 column) #
Returns: OdpTableCell

Gets a zero-based table cell.

Parameters

row System.Int32 requiredposition: 0
column System.Int32 requiredposition: 1
public OdpTableCell Merge(Int32 row, Int32 column, Int32 rowSpan, Int32 columnSpan) #
Returns: OdpTableCell

Merges a rectangular table range.

Parameters

row System.Int32 requiredposition: 0
column System.Int32 requiredposition: 1
rowSpan System.Int32 requiredposition: 2
columnSpan System.Int32 requiredposition: 3

Properties

public IReadOnlyList<OdpTableRow> Rows { get; } #

Table rows.