RichTextTab (Java)

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