[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Specifies printed page order.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
downThenOver (Down Then Over) |
Order pages vertically first, then move horizontally. |
overThenDown (Over Then Down) |
Order pages horizontally first, then move vertically |
Referenced By |
pageSetup@pageOrder (§3.3.1.61) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PageOrder">
<restriction base="xsd:string">
<enumeration value="downThenOver"/>
<enumeration value="overThenDown"/>
</restriction>
</simpleType>