addTab (NotesRichTextItem - JavaScript)

Appends one or more tabs to a rich text item.

Defined in

NotesRichTextItem

Syntax

addTab() : void

addTab(count:int) : void

Parameter Description
count The number of tabs to append.

Usage

By default the insertion occurs at the end of the item. You can change the insertion point with beginInsert and endInsert.