appendParagraphStyle (NotesRichTextItem - JavaScript)

段落スタイルをリッチテキストアイテムに付加します。段落スタイルの後のテキストは、その段落スタイルの属性を使用して表示されます。

定義場所

NotesRichTextItem

構文

appendParagraphStyle(pstyle:NotesRichTextParagraphStyle) : void
パラメータ 説明
pstyle 付加される段落スタイル。

使用法

詳細と例については、RichTextParagraphStyle を参照してください。

デフォルトでは、アイテムの末尾に挿入されます。beginInsertendInsert を使用して、挿入ポイントを変更できます。

言語間の参照

LotusScript® NotesRichTextItem クラスの AppendParagraphStyle メソッド

Java™ RichTextItem クラスの appendParagraphStyle メソッド