[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_PageSetupOrientation (Printed Page Orientation)
This simple type specifies the page orientation of the printed page(s) on which this chart shall appear.
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 |
default (Default Page Orientation) |
Specifies that the page orientation shall be the default orientation of the system. |
landscape (Landscape Page) |
Specifies that the printed page shall have landscape orientation. |
portrait (Portrait Page) |
Specifies that the printed page shall have portrait orientation. |
Referenced By |
pageSetup@orientation (§5.7.2.135) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PageSetupOrientation">
<restriction base="xsd:string">
<enumeration value="default"/>
<enumeration value="portrait"/>
<enumeration value="landscape"/>
</restriction>
</simpleType>