Adobe framemaker 6.0 User Manual

Page of 323
130
ADOBE FRAMEMAKER 6.0
MIF Document Statements
Syntax
Usage
The TLOrigin statement specifies the baseline (Y) and the left, center, or right edge of the text line (X), 
depending on TLAlignment. The text line is rotated by the value specified in an Angle statement. The 
default angle is 0.
TextLine statement contains one or more String statements. Each String statement is preceded by an 
optional Font statement. The Char statements provide codes for characters outside the printable ASCII 
range. You can define macros that make Char statements more readable, and there are several predefined 
constants for character values. (See “Char statement” on page 136.)
TextRect statement
The TextRect statement defines a text frame. It can appear at the top level or in a Page or Frame statement. 
<TextLine
Generic object statements 
Information common to all objects (see page 111)
<TLOrigin X Y>
Alignment point origin
<TLAlignment keyword>
Alignment
keyword can be one of:
Center
Left
Right
<TLLanguage keyword>
Spell checking and hyphenation language for text line; for list of 
allowed keywords, see PgfLanguage on page 76
<Char integer>
Nonprinting ASCII character code
<Font…>
<String string>
Printable ASCII text in single quotation marks; required
>
End of TextLine statement