InsertSoft Text Command

INSERTSOFT Text Commands

Inserts a soft (conditional) control at the insertion point. If a line could break at the soft control position, then PageStream will break it and insert the specified text if any.

insertsoft [DOCUMENT name | WINDOW name]

soft/k What to insert when breaking the line:

NEWLINE Soft new line only.

HYPHEN Soft normal hyphen and new line.

TEXT/s Inserts this string before the newline.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Notes:

INSERTDASH SOFT is equivalent to INSERTSOFT HYPHEN.

Examples:

insertsoft newline

insertsoft hyphen document 'project.doc'

/* inserts a bullet */
insertsoft text \08226

 

InsertSoft  Command Definition  url:PGScmd/insertsoft
  created:2006-03-30 14:58:59   last updated:2006-03-30 14:58:59
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For InsertSoft
Dan Kilroy wrote...2006-05-04 16:56:42

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

Gets the {...} .

InsertSoft ([NEWLINE | HYPHEN | TEXT text | ...] [DOCUMENT document | WINDOW document~window])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For InsertSoft