Table

Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.CompositeNodeBase, com.aspose.note.CompositeNode

All Implemented Interfaces: com.aspose.note.IOutlineElementChildNode, com.aspose.note.ITaggable

public final class Table extends CompositeNode<TableRow> implements IOutlineElementChildNode, ITaggable

Represents a table.

Constructors

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

Methods

MethodDescription
getLastModifiedTime()Gets or sets the last modified time.
setLastModifiedTime(Date value)Gets or sets the last modified time.
isBordersVisible()Gets a value indicating whether the table border is visible.
setBordersVisible(boolean value)Sets a value indicating whether the table border is visible.
getColumns()Gets the columns of the table.
getTags()Gets the list of all tags of a table.
accept(DocumentVisitor visitor)Accepts the visitor of the node.

Table()

public Table()

Initializes a new instance of the Table 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

isBordersVisible()

public boolean isBordersVisible()

Gets a value indicating whether the table border is visible.

Returns: boolean

setBordersVisible(boolean value)

public void setBordersVisible(boolean value)

Sets a value indicating whether the table border is visible.

Parameters:

ParameterTypeDescription
valueboolean

getColumns()

public System.Collections.Generic.IGenericList<TableColumn> getColumns()

Gets the columns of the table.

Returns: com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.note.TableColumn>

getTags()

public final System.Collections.Generic.List<ITag> getTags()

Gets the list of all tags of a table.

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.note.ITag>

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 .