RightMargin (RichTextParagraphStyle - Java)

Read-Write. Right margin of each line in each paragraph.

Defined in

RichTextParagraphStyle

Data type

int

Syntax

public int getRightMargin()
    throws NotesException
public void setRightMargin(int value)
    throws NotesException

Legal values

The following constants are available:

  • RichTextParagraphStyle.RULER_ONE_CENTIMETER
  • RichTextParagraphStyle.RULER_ONE_INCH

The unit of measure used by the preceding constants is a "twip," where one centimeter is 567 twips and one inch is 1440 twips. You can apply arithmetic to the constants to obtain other measurements. For example, RULER_ONE_CENTIMETER * 2 for two centimeters or RULER_ONE_INCH * 0.75 for three-quarters of an inch.

Example