.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


RichTextTab class
Example

Represents a tab in a rich text paragraph style.

Syntax

public class RichTextTab extends Base

Containment

Contained by: RichTextParagraphStyle

Properties

Position through getPosition

Type through getType

Methods

clear

recycle

Creation and access

To create a RichTextTab object, use getTabs in RichTextParagraphStyle.

To set tabs, use setTab and setTabs in RichTextParagraphStyle.

To clear tabs, use clear in RichTextTab and clearAllTabs in RichTextParagraphStyle.

To interrogate tabs, use getPosition and getType in RichTextTab.

To insert tabs in rich text, use addTab in RichTextItem.

Example
See Also