public final class TableRow extends CompositeNode<TableCell>
Represents a table row.
| Constructor and Description |
|---|
TableRow(Document document)
Initializes a new instance of the
TableRow class. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
Date |
getLastModifiedTime()
Gets or sets the last modified time.
|
void |
setLastModifiedTime(Date value)
Gets or sets the last modified time.
|
appendChildFirst, appendChildLast, getChildNodes, getChildren, getFirstChild, getLastChild, insertChild, insertChildrenRange, insertChildrenRange, isComposite, iterator, removeChildgetDocument, getNextSibling, getNodeType, getParentNode, getPreviousSiblingequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic TableRow(Document document)
Initializes a new instance of the TableRow class.
document - The parent document of the table row.public Date getLastModifiedTime()
Gets or sets the last modified time.
public void setLastModifiedTime(Date value)
Gets or sets the last modified time.
public void accept(DocumentVisitor visitor)
Accepts the visitor of the node.
accept in interface INodeaccept in class CompositeNode<TableCell>visitor - The object of a class derived from the DocumentVisitor.Copyright (c) 2002-2021 Aspose. All Rights Reserved.