Tabs (RichTextParagraphStyle - Java)

Read-only. Tabs in a rich text paragraph style.

Defined in

RichTextParagraphStyle

Data type

java.util.Vector; elements are RichTextTab

Syntax

public java.util.Vector getTabs()
    throws NotesException

Return value

java.util.Vector

A vector of RichTextTab elements representing the tabs in the rich text paragraph style.

Usage

See RichTextTab for additional information and an example.

Example