<< InsertRevision | InsertSpace >> |
Top: Documentation Library | Up: I Commands |
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
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 | sign in to add a comment |
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:
ARexx: Applescript: | |
User Contributed Comments For InsertSoft | sign in to add a comment |
<< InsertRevision | InsertSpace >> |
Top: Documentation Library | Up: I Commands |