API Reference
Class
OdtTableCell
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
- Method OdtTable.Cell
- Method OdtTable.Merge
- Method OdtTableRow.AddCell
- Property OdtTableRow.Cells
Methods
public OdtParagraph AddParagraph(String text = null) #Returns:
OdtParagraphAdds a paragraph to the cell.
Parameters
- text System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.