SpacingBelow (RichTextParagraphStyle - Java)

Read-Write. Vertical spacing below each paragraph.

Defined in

RichTextParagraphStyle

Data type

int

Syntax

public int getSpacingBelow()
    throws NotesException
public void setSpacingBelow(int value)
    throws NotesException

Legal values

  • RichTextParagraphStyle.SPACING_DOUBLE
  • RichTextParagraphStyle.SPACING_ONE_POINT_50
  • RichTextParagraphStyle.SPACING_SINGLE

Example