Alignment (NotesRichTextParagraphStyle - LotusScript®)
Read-write. Horizontal alignment of text in each paragraph.
Defined in
Data type
Constant of type Integer
Syntax
To get: alignment% = notesRichTextParagraphStyle .Alignment
To set: notesRichTextParagraphStyle .Alignment = alignment%
Legal values
- ALIGN_CENTER (3)
- ALIGN_FULL (2)
- ALIGN_LEFT (0)
- ALIGN_NOWRAP (4)
- ALIGN_RIGHT (1)