TableRow
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.CompositeNodeBase, com.aspose.note.CompositeNode
public final class TableRow extends CompositeNode<TableCell>
Represents a table row.
Constructors
| Constructor | Description | 
|---|---|
| TableRow() | Initializes a new instance of the TableRowclass. | 
Methods
| Method | Description | 
|---|---|
| accept(DocumentVisitor visitor) | Accepts the visitor of the node. | 
| getLastModifiedTime() | Gets or sets the last modified time. | 
| setLastModifiedTime(Date value) | Gets or sets the last modified time. | 
TableRow()
public TableRow()
Initializes a new instance of the TableRow class.
accept(DocumentVisitor visitor)
public void accept(DocumentVisitor visitor)
Accepts the visitor of the node.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| visitor | DocumentVisitor | The object of a class derived from the DocumentVisitor. | 
getLastModifiedTime()
public Date getLastModifiedTime()
Gets or sets the last modified time.
Returns: java.util.Date
setLastModifiedTime(Date value)
public void setLastModifiedTime(Date value)
Gets or sets the last modified time.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | java.util.Date |