<ST_Orientation>
(Orientation)
Print orientation for this sheet.
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 |
---|---|
|
Orientation not specified, use the default. |
|
Landscape orientation. |
|
Portrait orientation. |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Orientation">
<restriction base="xsd:string">
<enumeration value="default"/>
<enumeration value="portrait"/>
<enumeration value="landscape"/>
</restriction>
</simpleType>