Spacing (View - Java)

Read-write. The spacing between rows of a view.

Note: This property is read-write with Release 6.5.

Defined in

View

Data type

int

Syntax

public int getSpacing()
    throws NotesException
public void setSpacing(int spacing)
    throws NotesException

Legal values

  • View.SPACING_DOUBLE
  • View.SPACING_ONE_POINT_25
  • View.SPACING_ONE_POINT_50
  • View.SPACING_ONE_POINT_75
  • View.SPACING_SINGLE

Example