InterLineSpacing (NotesRichTextParagraphStyle - LotusScript®)
Read-write. Vertical spacing between lines in each paragraph.
Defined in
Data type
Constant of type Integer
Syntax
To get: spacing% = notesRichTextParagraphStyle .InterLineSpacing
To set: notesRichTextParagraphStyle .InterLineSpacing = spacing%
Legal values
- SPACING_DOUBLE (4)
- SPACING_ONE_POINT_25 (1)
- SPACING_ONE_POINT_50 (2)
- SPACING_ONE_POINT_75 (3)
- SPACING_SINGLE (0)