SetTextRouting Undefined Command

SETTEXTROUTING Text Commands

Links frames together to flow text from one to another.

settextrouting [PAGE number | MPG name | DOCUMENT name | WINDOW name]>> < [PAGE number | MPG name | DOCUMENT name | WINDOW name]>>

FROM Where to link from.

TO Where to link to.

OBJECTID/i The identification number of the text frame.

stack/k Specifies which frame to link.

Options: FRONTMOST Selects the frontmost frame at the point.

BACKMOST Selects the backmost frame at the point.

PAGE/s The page number.

MPG/s The master page name and side.

DOCUMENT/s The document name.

WINDOW/s The window name.

Notes:

You cannot link a text frame to a frame in another document. If the DOCUMENT or WINDOW parameters are used, they must specify the same document in both the FROM and TO parameters.

Examples:

settextrouting from 1.25 2.25 page 5 to 1.25 2.25 ยจ
page 6

 

SetTextRouting  Command Definition  url:PGScmd/settextrouting
  created:2006-03-31 10:53:00   last updated:2006-03-31 10:53:00
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetTextRouting
Dan Kilroy wrote...2006-05-03 12:25:32

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

SetTextRouting (<FROM <<OBJECTID objectid> | <x y [FRONTMOST | BACKMOST] [PAGE document:...-pagenum | MPG document:...-masterpage:side | DOCUMENT document | WINDOW document-window]>> <TO <<OBJECTID objectid> | <x y [FRONTMOST | BACKMOST] [PAGE document:...-pagenum | MPG document:...-masterpage:side | DOCUMENT document | WINDOW document-window]>>)


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetTextRouting