TableCell
Contents
[
Hide
]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
Constructor | Description |
---|---|
TableCell() | Initializes a new instance of the TableCell class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | java.awt.Color |
accept(DocumentVisitor visitor)
public void accept(DocumentVisitor visitor)
Accepts the visitor of the node.
Parameters:
Parameter | Type | Description |
---|---|---|
visitor | DocumentVisitor | The 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