fo:page-sequence-wrapper
Specifies inherited properties for a group of fo:page-sequence formatting objects. It has no additional formatting semantics.
Element information
Namespace: http://www.w3.org/1999/XSL/Format
Schema document: fo.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [0..*]
- fo:page-sequenceSpecifies how to create a (sub-)sequence of pages within a document; for example, a chapter of a report. The content of these pages comes from flow children of the fo:page-sequence. Specifies that only the children of fo:markers that are descendants of any fo:flow within the containing fo:page-sequence may be retrieved by this fo:retrieve-marker.
- fo:page-sequence-wrapperSpecifies inherited properties for a group of fo:page-sequence formatting objects. It has no additional formatting semantics.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | fo:id | An identifier unique within all objects in the result tree with the fo: namespace. It allows references to this formatting object by other objects. | from group fo:id |
index-class | [0..1] | fo:string | Associates an index class with a formatting object that also has an index key specified. | from group fo:index-class |
index-key | [0..1] | fo:string | Associates an index key with the formatting object on which it is specified. | from group fo:index-key |
Used in
- Anonymous type of element fo:page-sequence-wrapper
- Anonymous type of element fo:root
Sample instance
<fo:page-sequence-wrapper> <fo:page-sequence> <fo:title>Any text, intermingled with: <fo:bidi-override>Any text, intermingled with:... </fo:bidi-override> </fo:title> <fo:folio-prefix>Any text, intermingled with: <fo:bidi-override>Any text, intermingled with:... </fo:bidi-override> </fo:folio-prefix> <fo:folio-suffix>Any text, intermingled with: <fo:bidi-override>Any text, intermingled with:... </fo:bidi-override> </fo:folio-suffix> <fo:static-content> <fo:block>Any text, intermingled with:... </fo:block> </fo:static-content> <fo:flow> <fo:block>Any text, intermingled with:... </fo:block> </fo:flow> </fo:page-sequence> </fo:page-sequence-wrapper>