ArborX


tfo

Longname: t f rame o bject   Open the Documentation Legend
Released: not available 
Created: not available 
Alias(es): tfo 
See also: tfcont tftext tfraster

Summary
Assigns an object graphic tag to the currently selected frame.
Example extract

The macro shown below automatically creates a new object graphic tag name and assigns it to the selected frame:

 tfo "_"

Syntax (SVNNA)
tfo  *:L?  link:n?  [  name:t  [  filter:n file:s  [  fit:n  [  aspect:n  [  t colour mode:n g colour mode:n  )  ]?   ]?   ]?   ]?   ]? 
*:L

Preceding the entire parameter list with an asterisk allows the tfo macro to work on a dummy frame. This can be used to import object graphics without relying on a selected frame to contain them.

link:n
Do not link to external file.
Link imported tag with external file.
name:t

The tag name of the object graphic, e.g. og1. If this does not exist, it will be created.

filter:n
-1  Automatic filter. Arbortext APP will automatically use the correct file filter option if it can recognise the file type from those listed below.
Arbortext APP-format .3o file.
GEM object graphics file.
HPGL file.
DXF file.
Mac PICT file.
CGM file.
SVG file.
file:s

The name of the object graphics file to be imported.

fit:n
Do not fit to frame
Fit to frame.
aspect:n
Do not preserve aspect ratio.
Preserve aspect ratio.
t colour mode:n
No text colour translation.
White to Black text colour translation.
All text black.
g colour mode:n
No graphics colour translation.
White to Black graphics colour translation.
All graphics black.
Example

This second example imports a linked file called 'pic1" from the specified directory, using Arbortext APP's automatic file filter, fitting to frame whilst preserving the aspect ratio:

 tfo 1,"pic1",--1,"c:\imports\pic1.jpg",1,1

Document created on 08-Feb-2003 (revision 001)