Download Adobe Framemaker MIF Reference Guide
Transcript
190 CHAPTER 3 MIF Document Statements Code Description ‘UNIX’ Generic X/11 (Sun, HP) 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 <TiApiClient <TiClientName string> Specifies the name used to register the FDK client application with FrameMaker <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 example, SQL query information) > End of TiApiClient statement Usage When updating text insets, the FDK client can use the TiClientName substatement to determine if it should update a given text inset. If the FDK client requires additional information, the client can store the information in the TiClientData substatement. For example, if the FDK client queries a database for text, the SQL query can be stored in the TiClientData substatement. TiFlow statement The TiFlow statement defines a text flow that is imported by reference from a FrameMaker document or a MIF file. The statement also defines imported text from other formatted documents that FrameMaker can filter (for example, a Microsoft Word document).