EasyManua.ls Logo

Adobe FRAMEMAKER 10 - Page 131

Adobe FRAMEMAKER 10
294 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
ADOBE FRAMEMAKER 10
MIF Reference
126
Usage
A typical ParaLine statement consists of one or more String, Char, ATbl, AFrame, FNote, Variable, XRef, and
Marker statements that define the contents of the line of text. These statements are interspersed with statements that
indicate the scope of document components such as structure elements and conditional text.
The
VariableLocked statement is used for text insets that retain formatting information from the source document.
If the
<VariableLocked Yes> statement appears in a specific variable, that variable is part of a text inset that retains
formatting information from the source document. The variable is not affected by global formatting performed on
the document.
If the
<VariableLocked No> statement appears in a specific variable, that variable is not part of a text inset or is
part of a text inset that reads formatting information from the current document. The variable is affected by global
formatting performed on the document.
For more information about text insets, see “Text insets (text imported by reference)” on page 130.
Char statement
The Char statement inserts an extended ASCII character in a ParaLine statement. It must appear in a ParaLine,
TextLine, or BookXRef statement.
Syntax
Usage
To include an extended ASCII character in a ParaLine statement, use the Char statement with a predefined
character name.
For example, you can represent the pound sterling character (£) with the statement
<Char Pound>, as shown in the
following example:
<Para
<ParaLine
<String `the pound sterling'>
<Char Pound>
<String ` symbol'>
> # end of ParaLine
> # end of Para
<Para
<ParaLine
<String `the pound sterling \xa3 symbol'>
> # end of ParaLine
> # end of Para
You c an u s e th e <Char HardReturn> statement to insert a forced return in a paragraph. The <Char HardReturn>
statement must be the last substatement in a
ParaLine statement.
<Para
<ParaLine
<String `string 1'>
<Char HardReturn>
> # end of ParaLine
<ParaLine
<String `string 2'>
> # end of ParaLine
> # end of Para
<Char
keyword
>
Preset name for special character (for allowed
keyword
values, see “Usage,” next)

Table of Contents

Related product manuals