Adobe framemaker 6.0 Manuale Utente

Pagina di 323
178
ADOBE FRAMEMAKER 6.0
 MIF Statements for Structured Documents and Books
Elements
ElementBegin and ElementEnd statements
The ElementBegin and ElementEnd statements indicate where a structural element begins and ends. These 
statements must appear in a ParaLine statement (see page 183) or in a BookElements statement (see 
page 186).
Syntax
<PgfCellTMarginFixed 
boolean
>
Yes
 means the top cell margin is fixed
<PgfCellRMarginFixed 
boolean
>
Yes
 means the right cell margin is fixed
<PgfCellBMarginFixed 
boolean
>
Yes
 means the bottom cell margin is fixed
>
End of
 FmtChangeList 
statement.
<ElementBegin
Begin element
<Unique ID
>
ID, persistent across sessions, assigned when a FrameMaker product 
generates a MIF file; used by the API and should not be used by filters
<ElementReferenced boolean>
Yes means the element is marked as a PDF named destination for 
cross-references, hypertext markers, or bookmarks (version 6.0 or 
later)
<ETag 
tagstring
>
Tag name of element from Element Catalog
<Collapsed 
boolean
>
Collapse element in structure view
<SpecialCase 
boolean
>
Treat element as a special case for validation
<AttributeDisplay 
keyword
>
Default attribute display setting for element
keyword
 can be one of:
AllAttributes
: display all attributes
ReqAndSpec
: display required and specified attributes
None
: don’t display attributes
<Attributes
Element’s attributes
<Attribute
Attribute’s name and values
<AttrName 
string
>
Attribute name
<AttrValue 
string
>
Attribute value
<AttrValue 
string
>
Attribute value if attribute allows more than one value
>
End of
 Attribute 
statement
<Attribute…>
Additional statements as needed
>
End of
 Attributes 
statement
<UserString 
string
>
A string in which clients can store private data