beginInsert (NotesRichTextItem - JavaScript™)
Changes the insertion position from the end of the rich text item to the beginning or end of a specified element.
Defined in
NotesRichTextItemSyntax
beginInsert(element:NotesBase) : void
Parameter | Description |
---|---|
element |
NotesEmbeddedObject, NotesRichTextDocLink, NotesRichTextNavigator, NotesRichTextRange, NotesRichTextSection, or NotesRichTextTable. The element. A NotesRichTextNavigator element means the element at the current position of the navigator. Other elements mean the specified element. |
after |
|