addNewLine (NotesRichTextItem - JavaScript™)
Appends one or more new lines (carriage returns) to a rich text item.
Defined in
NotesRichTextItemSyntax
addNewLine() : void
addNewLine(count:int) : void
Parameter | Description |
---|---|
count |
The number of new lines to append. |
newparagraph |
If true (default), forces the new line to be a paragraph separator. If false, the new line is added, but does not force a new paragraph. |