Pages - Adobe FRAMEMAKER 6.0 Manual

Mif reference
Table of Contents

Advertisement

Pages

Pages in a MIF file are defined by a Page statement. A FrameMaker document can have four types of pages:
Body pages contain the document's text and graphics.
Master pages control the appearance of body pages.
Reference pages contain boilerplate material or graphic art that is used repeatedly in a document, or
custom math elements.
Hidden pages contain hidden conditional text in a special text flow.
When a FrameMaker product writes a MIF file, it writes a sequence of numbered body pages. When you
generate a MIF file, you should only define one body page and allow the MIF interpreter to automatically
create new body pages as needed. For more information about using body pages in a MIF file, see "Speci-
fying page layout" on page 41.
Page statement
The Page statement adds a new page to the document. Page statements must appear at the top level in the
order given in "MIF file layout" on page 66.
Syntax
<Page
<PageType keyword>
<PageNum string>
<PageTag tagstring>
<PageSize W H>
<PageAngle degrees>
<PageBackground keyword>
<TextRect...>
Page type
keyword can be one of:
LeftMasterPage
RightMasterPage
OtherMasterPage
ReferencePage
BodyPage
HiddenPage
Page number for additive pages (provided for output filters)
Names master or reference page; for a body page, specifies a different
page number (for example, a point page) to be used instead of the
default page number
Page width and height; written by a FrameMaker product but ignored
when a MIF file is read or imported (see DPageSize on page 100)
Rotation angle of page in degrees (0, 90, 180, 270); angles are mea-
sured in a counterclockwise direction with respect to the page's orig-
inal orientation as determined by the page size (see DPageSize on
page 100)
Names master page to use for current page background (body pages
only)
keyword can be one of:
None
Default
pagename
Defines text frame (see page 130)
ADOBE FRAMEMAKER 6.0
109
MIF Document Statements

Advertisement

Table of Contents
loading

Table of Contents