style:page-layout
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:style:1.0
Schema document: style.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- style:page-layout-properties [0..1]
- style:header-style [0..1]
- style:footer-style [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
style:name | [1..1] | text:styleName | from group style:name | |
style:page-usage | [0..1] | Anonymous | Default value is "all". from group text:style-page-layout-attlist |
Used in
- Anonymous type of element office:automatic-styles
Sample instance
<style:page-layout style:name="NCName"> <style:page-layout-properties> <style:background-image style:position="left" xlink:show="embed" xlink:actuate="onLoad"> <office:binary-data>GpM7</office:binary-data> </style:background-image> </style:page-layout-properties> <style:header-style> <style:header-footer-properties svg:height="string" fo:min-height="string"> <style:background-image style:position="left" xlink:show="embed" xlink:actuate="onLoad">... </style:background-image> </style:header-footer-properties> </style:header-style> <style:footer-style> <style:header-footer-properties svg:height="string" fo:min-height="string"> <style:background-image style:position="left" xlink:show="embed" xlink:actuate="onLoad">... </style:background-image> </style:header-footer-properties> </style:footer-style> </style:page-layout>