![]() |
|
tfcont |
Longname: | tf rame cont ents | ![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Released: | not available | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Created: | not available | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
See also: | tfo tfraster tftext |
Summary |
Allows you to change the contents of the currently selected frame. A dialogue box appears with the current settings, which you may change. The dialogue box contains settings for the text stream name, object graphic name and raster graphic name. You can specify whether the text stream restarts in this frame or not. The dialogue box also allows access to further dialogue boxes that allow you to change origin and margin settings for object and raster graphics, and scaling for raster graphics. |
Example extract |
The macro below opens the raster scaling dialogue box:
|
Syntax
|
*:L |
Preceding the entire parameter list with an asterisk imports items into the document and not into a specific frame. |
options:s |
The option that is chosen determines the remaining applicable parameters in the sequence.
|
parameters...:s |
Depending on the option chosen the parameters take the same form as either the tftext, tfo or tfraster. |
across:uh |
Object or Raster origins across from left-hand edge of frame. |
down:uv |
|
top:uv |
Object or Raster top margin. |
bottom:uv |
Object or Raster top margin. |
left:uh |
Object or Raster left margin. |
right:uh |
Object or Raster right margin. |
X scale:s |
The options for are a little unusual in that there are several ways to specify the scaling of a raster. In Arbortext APP's internal structure a scaling option is indicated by a code from 0..5. This code can be specified in the macro either by its number, by a code string, or implicitly:
Only applicable for X scale options 3, 4, 5.
|
size:n |
Only applicable for X scale options 3, 4, 5.
|
Y scale:s |
The options for are a little unusual in that there are several ways to specify the scaling of a raster. In Arbortext APP's internal structure a scaling option is indicated by a code from 0..5. This code can be specified in the macro either by its number, by a code string, or implicitly:
Only applicable for X scale options 3, 4, 5.
|
size:n |
Only applicable for X scale options 3, 4, 5.
|
Example |
Fit raster to frame in both directions:
|
Example |
Either of the macros shown below scales a raster to 2 inches wide, preserving its aspect ratio vertically:
|
Document created on 08-Feb-2003 (revision 1)