Class TableCell
A table cell (w:tc) containing block-level content, including nested tables.
public sealed class TableCell : DomNode
- Inheritance
-
TableCell
- Inherited Members
- Extension Methods
Constructors
- TableCell()
Initializes an empty cell.
Properties
- Blocks
Gets the cell's block content in document order.
- Children
Gets this node's children in document order. Nodes without children return an empty list. The list is a live view; mutate through the typed collections (for example Inlines), not through this property.
- Format
Gets or sets the cell's direct formatting (w:tcPr). Never null; empty when unspecified.
Methods
- Accept(DomVisitor)
Dispatches to the visitor method for this node's concrete type.
- Clone()
Creates a detached deep copy.
- CloneCore()
Creates the deep copy for Clone(). Implementations copy all owned state, deep-clone children and copy unknown-XML islands.
- RemoveChildCore(DomNode)
Removes
childfrom this node's child collections.