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()TableCell क्लास की एक नई इंस्टेंस को प्रारंभ करता है।

Methods

MethodDescription
accept(DocumentVisitor visitor)Accepts the visitor of the node.
getBackgroundColor()पृष्ठभूमि रंग प्राप्त करता है।
getInternalIndentPosition()
getLastModifiedTime()Gets or sets the last modified time.
getMaxWidth()अधिकतम चौड़ाई प्राप्त करता है।
setBackgroundColor(Color value)पृष्ठभूमि रंग सेट करता है।
setLastModifiedTime(Date value)Gets or sets the last modified time.

TableCell()

public TableCell()

TableCell क्लास की एक नई इंस्टेंस को प्रारंभ करता है।

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()

पृष्ठभूमि रंग प्राप्त करता है।

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()

अधिकतम चौड़ाई प्राप्त करता है।

Returns: float

setBackgroundColor(Color value)

public void setBackgroundColor(Color value)

पृष्ठभूमि रंग सेट करता है।

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