API Reference

Class

OdtTableCell

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed ODT table cell.

Inheritance

  • Object
  • OdtTableCell

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 a paragraph to the cell.

Parameters

text System.String = null optionalposition: 0

Properties

public Boolean IsCovered { get; } #

True when this is a covered position in a merged range.

public Int32 RowSpan { get; } #

Row span on the anchor cell.

public Int32 ColumnSpan { get; } #

Column span on the anchor cell.

public IReadOnlyList<OdtParagraph> Paragraphs { get; } #

Paragraphs directly stored in this cell.

public String Text { get; set; } #

Cell text joined across paragraphs.