<< GetTable | GetTextLinkDisplay >> |
Top: Documentation Library | Up: G Commands |
GetTextFrame Undefined Command
GETTEXTFRAME Object Queries
Gets the number of columns in a frame, and the gutter space between them.
gettextframe [COLUMNS number] [GUTTER space] [DOCUMENT name | WINDOW name | OBJECTID number]
COLUMNS/i Gets the number of columns in the frame.
GUTTER/d Gets the space between columns.
DOCUMENT/s The document name. Default=current.
WINDOW/s The window name. Default=current.
OBJECTID/i The object number. Default=current.
Results:
Returns the object's text frame status (ON | OFF) to RESULT.
COLUMNS/i The number of columns.
GUTTER/d The space between the columns.
Examples:
gettextframe columns count gutter space if result='ON' then say ยจ 'Columns: 'count', Gutter: 'space
GetTextFrame Command Definition url:PGScmd/gettextframe
created:2006-03-30 22:20:08 last updated:2006-03-30 22:20:08
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For GetTextFrame | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 12:24:32 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. flag<ON | OFF> = GetTextFrame ([COLUMNS &columncount] [GUTTER &gutter] [DOCUMENT document | WINDOW document-window | OBJECTID objectid])
ARexx: Applescript: | |
User Contributed Comments For GetTextFrame | sign in to add a comment |
<< GetTable | GetTextLinkDisplay >> |
Top: Documentation Library | Up: G Commands |