JAVA/CORBA クラス
リッチテキストアイテムに 1 行以上の新しい行 (1 回以上の改行) を追加します。
定義位置
RichTextItem
構文
public void addNewLine() throws NotesException
public void addNewLine(int count) throws NotesException
public void addNewLine(int count, boolean newparagraph) throws NotesException
パラメータ
int count
デフォルトでは、アイテムの最後に挿入されます。挿入点は、beginInsert と endInsert で変更できます。
クロスリファレンス
LotusScript NotesRichTextItem クラスの AddNewLine メソッド
式言語の @NewLine 関数
式言語の @Char 関数
例 関連項目