SetIndent Text Command

SETINDENT Text Commands

Sets the left and right margin indents for the paragraph at the at the insertion point, for selected paragraphs or for a style tag.

setindent [NONE | LEFTRIGHT left right | LEFT left | RIGHT right] [DOCUMENT name | WINDOW name | STYLETAG name]

NONE Sets no indent.

LEFTRIGHT/d Sets the left and right margin indents.

LEFT/d Sets the left margin indent.

RIGHT/d Sets the right margin indent.

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Examples:

setindent none

setindent leftright 0.5 0.5 styletag 'Body Text'

setindent left 0.5 document 'project.doc'

 

SetIndent  Command Definition  url:PGScmd/setindent
  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 SetIndent
Dan Kilroy wrote...2006-05-04 17:06:41

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

Gets the {...} .

SetIndent ([NONE | LEFTRIGHT left right | LEFT left | RIGHT right] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetIndent