JAVA/CORBA クラス


beginSection メソッド

リッチテキストアイテムにセクションを挿入します。

メモ このメソッドは Release 6.5 で新しく追加されました。

定義が行われるクラスRichTextItem
構文public void beginSection(String title)
throws NotesException

public void beginSection(String title, RichTextStyle titlestyle)
throws NotesException

public void beginSection(String title, RichTextStyle titlestyle, ColorObject barcolor, boolean expand)
throws NotesException

パラメータString title


RichTextStyle titlestyle
ColorObject barcolor
boolean expand 使用法デフォルトでは、アイテムの最後に挿入されます。挿入点は、beginInsertendInsert で変更できます。
既存のリッチテキストを含むセクションは、作成できません。beginSection でセクションを開始してから、リッチテキストを追加し、endSection でセクションを終了します。

クロスリファレンスLotusScript NotesRichTextItem クラスの BeginSection メソッド

関連項目