Adobe framemaker 6.0 Manuale Utente

Pagina di 323
152
ADOBE FRAMEMAKER 6.0
MIF Book File Statements
Syntax
View only book statements
In versions 6.0 and later, a book can be View Only. The following statements indicate whether the book is 
View Only, and how to display the book window when it is View Only.
Syntax
BDisplayText statement
The BDisplayText statement defines the the type of text to display in the book window next to the book 
component icons. It can appear anywhere in the file but normally appears just after the book’s View Only 
statements.
<PDFBookInfo
Specifies the information that appears in the Document Info dic-
tionary when you save the book as PDF
Each Document Info entry consists of one Key statement fol-
lowed by at least one Value statement. 
<Key string>
A string of up to 255 ASCII characters  that represents the name 
of a Document Info field; in PDF the name of a Document Info 
field must be  126 characters or less. 
Represent non-printable characters via 
#HH
, where 
#
 identifies a 
hexadecimal representation of a character, and 
HH
 is the hexa-
decimal value for the character. For example, use 
#23
 to repre-
sent the “#” character. Zero-value hex -codes (
#00
) are illegal. 
For more information, see “PDF Document Info” on page 99.
<Value string>
A string of up to 255 ASCII characters that represents the value 
of a Document Info field; because a single MIF string contains no 
more than 255 ASCII characters, you can use more than one 
Value statement for a given Key
A Value can include Unicode characters; represent Unicode char-
acters via 
&#xHHHH;
, where
&#x
opens the character code, the 
;
” character closes the character code, and 
HHHH
 are as many 
hexadecimal values as are required to represent the character.
For more information, see “PDF Document Info” on page 99.
...
You can repeat paired groupings of Key and Value statements
>
End of PDFBookInfo statement
<BViewOnly boolean>
Yes specifies View Only book (locked)
<BViewOnlyWinBorders boolean>
No suppresses display of scroll bars and border buttons in book 
window of View Only book
<BViewOnlyWinMenubar boolean>
No suppresses display of book window menu bar in View Only 
book ( Unix only)
<BViewOnlyPopup boolean>
No suppresses display of book context menus in View Only book
<BViewOnlyNoOp 0xnnn>
Disables a command in a View Only document; command is 
specified by hex function code (see page 59)