API Reference
Class
OdpTableCell
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
- Method OdpTable.Cell
- Method OdpTable.Merge
- Property OdpTableRow.Cells
Methods
public OdpParagraph AddParagraph(String text = null) #Returns:
OdpParagraphAdds a paragraph to the cell.
Parameters
- text System.String = null
Inherited Methods
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.