TableRow
अंतर्वस्तु
[
छिपाना
]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() | TableRow क्लास का नया उदाहरण आरंभ करता है। |
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()
TableRow क्लास का नया उदाहरण आरंभ करता है।
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 |