FORMULA LANGUAGE


EditIndentFirstLine @Command
Indents the first line of a paragraph 1/4 inch. The first line of the current paragraph is indented, as well as first lines of subsequently typed paragraphs, until the user disables indenting. (A carriage return defines a new paragraph.)

Syntax

@Command( [EditIndentFirstLine] )

Usage


This command does not work on the Web.

If using this command in a hotspot button or any other element that causes a change in focus, the EditGoToField or EditTop command must be used first to return the focus to the document. The document must be in Edit mode.

Language cross-reference

FirstLineLeftMargin property of LotusScript NotesRichTextParagraphStyle class

FirstLineLeftMargin property of Java RichTextParagraphStyle class

See Also