Adobe framemaker 6.0 User Manual

Page of 323
145
ADOBE FRAMEMAKER 6.0
MIF Document Statements
Note that this is not a comprehensive list of codes. Codes may be added to this list by Adobe or by devel-
opers at your site. 
platform is a code specifying the platform on which the filter was run. The code is a string of four 
characters. The following table lists some of the possible codes. 
filter_vers is a string of four characters identifying the version of the filter on that platform. For example, 
version 1.0 of a filter is represented by the string `1.0 '.
filter_name is a text string (less than 31 characters long) that describes the filter.
TiApiClient statement
The TiApiClient statement defines a text inset created and maintained by an FDK client application.
Syntax
Usage
When updating text insets, the FDK client can use the TiClientName substatement to determine if it 
should update a given text inset. 
`TXIS'
Text ISO Latin 1
`TXRM'
Text Roman 8
Code
Description
`MAC6'
Macintosh 68000 series
`MACP'
Power Macintosh
`WINT'
Windows NT
`WIN3'
Windows 3.1
`WIN4'
Windows 95
`UNIX'
Generic X/11 (Sun, HP)
<TiApiClient
<TiClientName string>
Specifies the name used to register the FDK client application with the 
FrameMaker product
<TiClientSource string>
Specifies the location of the source file for the text inset
<TiClientType string>
Specifies the type of the source file
<TiClientData string>
Specifies additional data that can be used by an FDK client (for exam-
ple, SQL query information)
>
End of TiApiClient statement
Code
Description