JAVA/CORBA CLASSES


setTab method
Example

Sets a tab in a rich text paragraph style.

Defined in

RichTextParagraphStyle

Syntax

public void setTab(int position, int type)
   throws NotesException

Parameters

int position


int type Usage

See RichTextTab for additional information and an example.

You can apply arithmetic to the position constants to obtain other measurements. For example, RULER_ONE_CENTIMETER * 2 for two centimeters or (int)(RULER_ONE_INCH * 0.75) for three-quarters of an inch. The actual int value is in "twips," where one centimeter is 567 twips and one inch is 1440 twips.

Language cross-reference

SetTab method in LotusScript NotesRichTextParagraphStyle class

Example
See Also