JAVA/CORBA クラス


appendTable メソッド

リッチテキストアイテムに表を挿入します。表テキストはアイテムの現在のスタイルになります。

メモ このメソッドは R6.5 で新しく追加されました。

定義位置

RichTextItem

構文

public void appendTable(int rows, int columns)
   throws NotesException

public void appendTable(int rows, int columns, java.util.Vector labels)
   throws NotesException

public void appendTable(int rows, int columns, java.util.Vector labels, int leftmargin, java.util.Vector rtpstyles)
   throws NotesException

パラメータ

署名がパラメータを含まない場合、またはパラメータに null が指定されている場合は、デフォルト設定が適用されます。

int rows


int columns
java.util.Vector labels
int leftmargin java.util.Vector rtpstyles
使用法

デフォルトでは、アイテムの最後に挿入されます。挿入点は、beginInsertendInsert で変更できます。

RichTextTable クラスは、表を表します。

クロスリファレンス

LotusScript NotesRichTextItem クラスの AppendTable メソッド

式言語の EditInsertTable @コマンド


関連項目