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
getLastModifiedTime()Gets or sets the last modified time.
setLastModifiedTime(Date value)Gets or sets the last modified time.
getMaxWidth()Gets the max width.
getBackgroundColor()Gets the background color.
setBackgroundColor(Color value)Sets the background color.
accept(DocumentVisitor visitor)Accepts the visitor of the node.
getInternalIndentPosition()

TableCell()

public TableCell()

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

getMaxWidth()

public float getMaxWidth()

Gets the max width.

Returns: float

getBackgroundColor()

public Color getBackgroundColor()

Gets the background color.

Returns: java.awt.Color

setBackgroundColor(Color value)

public void setBackgroundColor(Color value)

Sets the background color.

Parameters:

ParameterTypeDescription
valuejava.awt.Color

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 .

getInternalIndentPosition()

public int getInternalIndentPosition()

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

Returns: int