public final class TableCell extends CompositeNode<OutlineElement>
Represents a table cell.
Constructor and Description |
---|
TableCell()
Initializes a new instance of the
TableCell class. |
TableCell(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
Color |
getBackgroundColor()
Gets or sets the background color.
|
Date |
getLastModifiedTime()
Gets or sets the last modified time.
|
float |
getMaxWidth()
Gets the max width.
|
void |
setBackgroundColor(Color value)
Gets or sets the background color.
|
void |
setLastModifiedTime(Date value)
Gets or sets the last modified time.
|
appendChildFirst, appendChildLast, getChildNodes, getChildren, getFirstChild, getLastChild, insertChild, insertChildrenRange, insertChildrenRange, isComposite, iterator, removeChild
getDocument, getNextSibling, getNodeType, getParentNode, getPreviousSibling
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
@Deprecated public TableCell(Document document)
Initializes a new instance of the TableCell
class.
document
- The parent document of the table cell.public TableCell()
Initializes a new instance of the TableCell
class.
public Date getLastModifiedTime()
Gets or sets the last modified time.
public void setLastModifiedTime(Date value)
Gets or sets the last modified time.
public float getMaxWidth()
Gets the max width.
public Color getBackgroundColor()
Gets or sets the background color.
public void setBackgroundColor(Color value)
Gets or sets the background color.
public void accept(DocumentVisitor visitor)
Accepts the visitor of the node.
accept
in interface INode
accept
in class CompositeNode<OutlineElement>
visitor
- The object of a class derived from the DocumentVisitor
.Copyright (c) 2002-2022 Aspose. All Rights Reserved.