<< SetTextPath | SetTextWrap >> |
Top: Documentation Library | Up: S Commands |
SetTextRouting Undefined Command
SETTEXTROUTING Text Commands
Links frames together to flow text from one to another.
settextrouting
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 | sign in to add a comment |
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. 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]>>)
ARexx: Applescript: | |
User Contributed Comments For SetTextRouting | sign in to add a comment |
<< SetTextPath | SetTextWrap >> |
Top: Documentation Library | Up: S Commands |