JAVA/CORBA クラス


beginSection メソッド

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

メモ このメソッドは R6.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 メソッド


関連項目