Schema Central > XSL-FO 1.1 > fo.xsd > fo:simple-page-master
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

fo:simple-page-master

Used in the generation of pages and specifies the geometry of the page. The page is subdivided into regions.

See http://www.w3.org/TR/xsl11/#fo_simple-page-master.

Element information

Namespace: http://www.w3.org/1999/XSL/Format

Schema document: fo.xsd

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
margin-top [0..1]fo:margin-widthThe top margin of a box. CSS2 Reference: from group fo:margin-top
margin-bottom [0..1]fo:margin-widthThe bottom margin of a box. CSS2 Reference: from group fo:margin-bottom
margin-left [0..1]fo:margin-widthThe left margin of a box. CSS2 Reference: from group fo:margin-left
margin-right [0..1]fo:margin-widthThe right margin of a box. CSS2 Reference: from group fo:margin-right
margin [0..1]AnonymousA shorthand property for setting margin-top, margin-right, margin-bottom, and margin-left of a block-area or inline-area. If there is only one value, it applies to all sides. If there are two values, the top and bottom margins are set to the first value and the right and left margins are set to the second. If there are three values, the top is set to the first value, the left and right are set to the second, and the bottom is set to the third. If there are four values, they apply to the top, right, bottom, and left, respectively. CSS2 Reference: from group fo:margin
space-before [0..1]fo:space-or-inheritThe space-specifier for the space before the areas generated by this formatting object.from group fo:space-before
space-before.minimum [0..1]fo:lengthfrom group fo:space-before
space-before.optimum [0..1]fo:lengthfrom group fo:space-before
space-before.maximum [0..1]fo:lengthfrom group fo:space-before
space-before.conditionality [0..1]fo:conditionalityfrom group fo:space-before
space-before.precedence [0..1]fo:precedencefrom group fo:space-before
space-after [0..1]fo:space-or-inheritThe space-specifier for the space after the areas generated by this formatting object.from group fo:space-after
space-after.minimum [0..1]fo:lengthfrom group fo:space-after
space-after.optimum [0..1]fo:lengthfrom group fo:space-after
space-after.maximum [0..1]fo:lengthfrom group fo:space-after
space-after.conditionality [0..1]fo:conditionalityfrom group fo:space-after
space-after.precedence [0..1]fo:precedencefrom group fo:space-after
start-indent [0..1]fo:length-percentage-or-inheritFor each block-area generated by this formatting object, specifies the distance from the start-edge of the content-rectangle of the containing reference-area to the start-edge of the content-rectangle of that block-area.from group fo:start-indent
end-indent [0..1]fo:length-percentage-or-inheritFor each block-area generated by this formatting object, specifies the distance from the end-edge of the content-rectangle of that block-area to the end-edge of the content-rectangle of the containing reference-area.from group fo:end-indent
master-name [0..1]fo:nameNames identify masters, may not be empty and must be unique.from group fo:master-name
page-height [0..1]AnonymousThe height of a page.from group fo:page-height
page-width [0..1]AnonymousThe width of a page.from group fo:page-width
size [0..1]AnonymousThe size and orientation of a page box. CSS2 Reference: from group fo:size
reference-orientation [0..1]AnonymousThe direction for "top" for the content-rectangle of the "reference-area". This is used as the reference for deriving directions, such as the block-progression-direction, inline-progression-direction, etc. as specified by the "writing-mode" and "direction" properties, and the orientation, placement, and tiling of the background.from group fo:reference-orientation
writing-mode [0..1]Anonymousfrom group fo:writing-mode

Used in

Sample instance

<fo:simple-page-master>
   <fo:region-body/>
   <fo:region-before/>
   <fo:region-after/>
   <fo:region-start/>
   <fo:region-end/>
</fo:simple-page-master>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com