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 メソッド


関連項目