API Reference

Class

OdpTableCell

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed presentation table cell.

Inheritance

  • Object
  • OdpTableCell

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

Adds a paragraph to the cell.

Parameters

text System.String = null optionalposition: 0

Properties

public Boolean IsCovered { get; } #

True when covered by a merged cell.

public Int32 RowSpan { get; } #

Number of rows spanned by a merged-cell anchor.

public Int32 ColumnSpan { get; } #

Number of columns spanned by a merged-cell anchor.

public IReadOnlyList<OdpParagraph> Paragraphs { get; } #

Paragraphs directly stored in this cell.

public String Text { get; set; } #

Decoded cell text.