fo:flow-map
Assigns flows to regions.
Element information
Namespace: http://www.w3.org/1999/XSL/Format
Schema document: fo.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- fo:flow-assignment [1..*]Assigns one sequence of flows to a sequence of regions.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
flow-map-name | [0..1] | fo:name | An identifying name for an fo:flow-map, which is subsequently referenced as the value of the flow-map-reference property on an fo:page-sequence. | from group fo:flow-map-name |
Used in
- Anonymous type of element fo:layout-master-set
Sample instance
<fo:flow-map> <fo:flow-assignment> <fo:flow-source-list> <fo:flow-name-specifier/> </fo:flow-source-list> <fo:flow-target-list> <fo:region-name-specifier/> </fo:flow-target-list> </fo:flow-assignment> </fo:flow-map>