<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 |
---|---|
|
Specifies that the page orientation shall be the default orientation of the system. |
|
Specifies that the printed page shall have landscape orientation. |
|
Specifies that the printed page shall have portrait orientation. |
Referenced By |
---|
|
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>