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>

テーブルセルを表します。

コンストラクタ

コンストラクタ説明
TableCell()TableCell クラスの新しいインスタンスを初期化します。

メソッド

メソッド説明
accept(DocumentVisitor visitor)ノードのビジターを受け入れます。
getBackgroundColor()背景色を取得します。
getInternalIndentPosition()
getLastModifiedTime()最終更新時刻を取得または設定します。
getMaxWidth()最大幅を取得します。
setBackgroundColor(Color value)背景色を設定します。
setLastModifiedTime(Date value)最終更新時刻を取得または設定します。

TableCell()

public TableCell()

TableCell クラスの新しいインスタンスを初期化します。

accept(DocumentVisitor visitor)

public void accept(DocumentVisitor visitor)

ノードのビジターを受け入れます。

Parameters:

パラメーター説明
visitorDocumentVisitorDocumentVisitor から派生したクラスのオブジェクト。

getBackgroundColor()

public Color getBackgroundColor()

背景色を取得します。

Returns: java.awt.Color

getInternalIndentPosition()

public int getInternalIndentPosition()

インデントサイズを取得するために RgOutlineIndentDistance 配列で合計する項目数を取得します。

Returns: int

getLastModifiedTime()

public Date getLastModifiedTime()

最終更新時刻を取得または設定します。

Returns: java.util.Date

getMaxWidth()

public float getMaxWidth()

最大幅を取得します。

Returns: float

setBackgroundColor(Color value)

public void setBackgroundColor(Color value)

背景色を設定します。

Parameters:

パラメーター説明
java.awt.Color

setLastModifiedTime(Date value)

public void setLastModifiedTime(Date value)

最終更新時刻を取得または設定します。

Parameters:

パラメーター説明
java.util.Date