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 TableRow class. |
Methods
Method | Description |
---|---|
getLastModifiedTime() | Gets or sets the last modified time. |
setLastModifiedTime(Date value) | Gets or sets the last modified time. |
accept(DocumentVisitor visitor) | Accepts the visitor of the node. |
TableRow()
public TableRow()
Initializes a new instance of the TableRow class.
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 |
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 . |