|
java.lang.Object
Node
CompositeNode
com.aspose.words.Cell
- All Implemented Interfaces:
- java.lang.Iterable, java.lang.Cloneable, java.lang.Iterable
public class Cell - extends CompositeNode
Represents a table cell.
Cell can only be a child of a Row. Cell can contain block-level nodes Paragraph and Table. A minimal valid cell needs to have at least one Paragraph.
|
Constructor Summary |
Cell(Document doc)
Initializes a new instance of the Cell class.
|
|