BreakTextRouting Text Command

Breaks the text routing link(s) to and/or from the previous and next frames in a linked series.

breaktextrouting [FROMFRAME] [TOFRAME] [DOCUMENT name | WINDOW name]

FROMFRAME Breaks the link from the previous frame.

TOFRAME Breaks the link to the next frame.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:
ARexx:

breaktextrouting toframe

 

BreakTextRouting  Command Definition  url:PGScmd/breaktextrouting
  created:2006-03-29 20:08:04   last updated:2006-08-18 11:11:05
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For BreakTextRouting
Dan Kilroy wrote...2006-05-03 12:25:50

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

BreakTextRouting ([TOFRAME][FROMFRAME] [DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For BreakTextRouting