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