<< GetString | GetStyleTagData >> |
Top: Documentation Library | Up: G Commands |
GetStyleTag Style Query Command
Gets the {...} .
GetStyleTag ([TYPE &type<>][NEXTSTYLETAG &nexttagname] [LOCKED &flag<TRUE | FALSE>] [USAGE &flag<INTERNAL|DRAWING>] [PGS40:INTOC &flag<TRUE|FALSE>] [STYLETAG document:...-tagname])
Parameters:
Results:
Notes:
a = b + c
See Also:
Examples:
Python:
>>> print GetStyleTag('TYPE', 'typestem', 'NEXTSTYLETAG', 'nexttagname', 'LOCKED', 'lockflag', 'USAGE', 'usageflag', 'INTOC', 'intocflag', 'STYLETAG', 'black')
{'lockflag': 'TRUE', '.error': 1, '.result': 0, 'nexttagname': '', 'usageflag': 'INTERNAL', 'typestem': 'COLOR', 'intocflag': 'FALSE'}
{'lockflag': 'TRUE', '.error': 1, '.result': 0, 'nexttagname': '', 'usageflag': 'INTERNAL', 'typestem': 'COLOR', 'intocflag': 'FALSE'}
ARexx:
Applescript:
GetStyleTag Command Definition url:PGScmd/getstyletag
created:2006-05-04 16:47:36 last updated:2006-07-11 13:48:53
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For GetStyleTag | sign in to add a comment |
There are no user contributed comments for this page. |
<< GetString | GetStyleTagData >> |
Top: Documentation Library | Up: G Commands |