LOTUSSCRIPT/COM/OLE CLASSES


LeftMargin property
Example

Read-write. Left margin of each line except the first in each paragraph.

Defined in

NotesRichTextParagraphStyle

Data type

Long

Syntax

To get: margin = notesRichTextParagraphStyle.LeftMargin

To set: notesRichTextParagraphStyle.LeftMargin = margin

Legal values

The following constants are available:


The unit of measure used by the above constants is a "twip," where one centimeter is 567 twips and one inch is 1440 twips. You can apply arithmetic to the constants to obtain other measurements. For example, RULER_ONE_CENTIMETER * 2 for two centimeters or RULER_ONE_INCH * 0.75 for three-quarters of an inch.

Language cross-reference

LeftMargin property in Java RichTextParagraphStyle class

TextOutdent @command in formula language

EditIndent @command in formula language

Example
See Also