SetFirstLine Text Command

SETFIRSTLINE Text Commands

Sets the first line indent or outdent amount for the paragraph at the insertion point, for selected paragraphs or for a style tag. The first line's indent or outdent is relative to the left margin position which is set with SETINDENT and cannot outdent the first line to the left of the left margin.

setfirstline [NONE | INDENT margin | OUTDENT margin] [DOCUMENT name | WINDOW name | STYLETAG name]

NONE Aligns the first line with the margin.

INDENT/d Indents the first line.

OUTDENT/d Outdents the first line.

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Examples:

setfirstline none

setfirstline indent 0.5 styletag 'Body Text'

setfirstline outdent '1p6' document 'project.doc'

 

SetFirstLine  Command Definition  url:PGScmd/setfirstline
  created:2006-03-31 10:52:55   last updated:2006-03-31 10:52:55
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetFirstLine
Dan Kilroy wrote...2006-05-04 17:06:33

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

SetFirstLine ([NONE | INDENT amount | OUTDENT amount] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetFirstLine