SpacingAbove (RichTextParagraphStyle - Java)

Read-Write. Vertical spacing above each paragraph.

Defined in

RichTextParagraphStyle

Data type

int

Syntax

public int getSpacingAbove()
    throws NotesException
public void setSpacingAbove(int value)
    throws NotesException

Legal values

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

Example