Macro Language Reference > Macros > Graphic > tgtpos
  
tgtpos
Description
Changes the position of text that has been assigned to an object graphic via the tgtext macro and (optionally) updates any currently selected graphic objects to the new setting.
Syntax
tgtpos position:n? ( update:n? )
tgtpos
[no parameter]
Invoke the Graphic tag position/type dialog box.
position
0
Position text outside the graphic, i.e. following its outline
1
Position text inside the graphic, i.e. set in a block the shape of the inside area of the graphic.
-1
Define the text stream as a script. The text is not displayed on-screen. Clicking on a graphic using the tgsel -1 macro will run the script.
-2
Define the text stream as a bookmark. Clicking on a graphic using the tgsel -2 syntax will activate the bookmark.
update
0
Do not update currently selected objects to the new setting
1
Update currently selected objects to the new setting
Related Links