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

Table()

public Table()

Initializes a new instance of the Table class.

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.

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>

getLastModifiedTime()

public Date getLastModifiedTime()

Gets or sets the last modified time.

Returns: java.util.Date

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>

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

setLastModifiedTime(Date value)

public void setLastModifiedTime(Date value)

Gets or sets the last modified time.

Parameters:

ParameterTypeDescription
valuejava.util.Date