Table
コンテンツ
[
隠れる
]Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.CompositeNodeBase, com.aspose.note.CompositeNode
All Implemented Interfaces: com.aspose.note.IOutlineElementChildNode, com.aspose.note.ITaggable
public final class Table extends CompositeNode<TableRow> implements IOutlineElementChildNode, ITaggable
テーブルを表します。
コンストラクタ
| コンストラクタ | 説明 |
|---|---|
| Table() | Table クラスの新しいインスタンスを初期化します。 |
メソッド
| メソッド | 説明 |
|---|---|
| accept(DocumentVisitor visitor) | ノードのビジターを受け入れます。 |
| getColumns() | テーブルの列を取得します。 |
| getLastModifiedTime() | 最終更新時刻を取得または設定します。 |
| getTags() | テーブルのすべてのタグのリストを取得します。 |
| isBordersVisible() | テーブルの境界線が表示されているかどうかを示す値を取得します。 |
| setBordersVisible(boolean value) | テーブルの境界線が表示されているかどうかを示す値を設定します。 |
| setLastModifiedTime(Date value) | 最終更新時刻を取得または設定します。 |
Table()
public Table()
Table クラスの新しいインスタンスを初期化します。
accept(DocumentVisitor visitor)
public void accept(DocumentVisitor visitor)
ノードのビジターを受け入れます。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| visitor | DocumentVisitor | DocumentVisitor から派生したクラスのオブジェクト。 |
getColumns()
public System.Collections.Generic.IGenericList<TableColumn> getColumns()
テーブルの列を取得します。
Returns: com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.note.TableColumn>
getLastModifiedTime()
public Date getLastModifiedTime()
最終更新時刻を取得または設定します。
Returns: java.util.Date
getTags()
public final System.Collections.Generic.List<ITag> getTags()
テーブルのすべてのタグのリストを取得します。
Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.note.ITag>
isBordersVisible()
public boolean isBordersVisible()
テーブルの境界線が表示されているかどうかを示す値を取得します。
Returns: boolean
setBordersVisible(boolean value)
public void setBordersVisible(boolean value)
テーブルの境界線が表示されているかどうかを示す値を設定します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 値 | boolean |
setLastModifiedTime(Date value)
public void setLastModifiedTime(Date value)
最終更新時刻を取得または設定します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 値 | java.util.Date |