TableCell

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

public final class TableCell extends IndentatedNode<IOutlineChildNode,TableCell>

Represents a table cell.

Constructors

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

Methods

MethodDescription
accept(DocumentVisitor visitor)Accepts the visitor of the node.
getBackgroundColor()Gets the background color.
getInternalIndentPosition()
getLastModifiedTime()Gets or sets the last modified time.
getMaxWidth()Gets the max width.
setBackgroundColor(Color value)Sets the background color.
setLastModifiedTime(Date value)Gets or sets the last modified time.

TableCell()

public TableCell()

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

getBackgroundColor()

public Color getBackgroundColor()

Gets the background color.

Returns: java.awt.Color

getInternalIndentPosition()

public int getInternalIndentPosition()

Gets the amount of items to sum up in RgOutlineIndentDistance array to get indent size.

Returns: int

getLastModifiedTime()

public Date getLastModifiedTime()

Gets or sets the last modified time.

Returns: java.util.Date

getMaxWidth()

public float getMaxWidth()

Gets the max width.

Returns: float

setBackgroundColor(Color value)

public void setBackgroundColor(Color value)

Sets the background color.

Parameters:

ParameterTypeDescription
valuejava.awt.Color

setLastModifiedTime(Date value)

public void setLastModifiedTime(Date value)

Gets or sets the last modified time.

Parameters:

ParameterTypeDescription
valuejava.util.Date