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

ConstructorDescription
TableRow()Initializes a new instance of the TableRow class.

Methods

MethodDescription
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:

ParameterTypeDescription
valuejava.util.Date

accept(DocumentVisitor visitor)

public void accept(DocumentVisitor visitor)

Accepts the visitor of the node.

Parameters:

ParameterTypeDescription
visitorDocumentVisitorThe object of a class derived from the DocumentVisitor .