fo:layout-master-set
A wrapper around all masters used in the document.
Element information
Namespace: http://www.w3.org/1999/XSL/Format
Schema document: fo.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [1..*]
- fo:simple-page-masterUsed in the generation of pages and specifies the geometry of the page. The page is subdivided into regions.
- fo:page-sequence-masterSpecifies sequences of page-masters that are used when generating a sequence of pages.
- fo:flow-mapAssigns flows to regions.
Attributes
None
Used in
- Anonymous type of element fo:root
Sample instance
<fo:layout-master-set> <fo:simple-page-master> <fo:region-body/> <fo:region-before/> <fo:region-after/> <fo:region-start/> <fo:region-end/> </fo:simple-page-master> </fo:layout-master-set>