<ST_PageOrder>
(Page Order)
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 |
---|---|
|
Order pages vertically first, then move horizontally. |
|
Order pages horizontally first, then move vertically |
Referenced By |
---|
|
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>