<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

<default> (Default)

Orientation not specified, use the default.

<landscape> (Landscape)

Landscape orientation.

<portrait> (Portrait)

Portrait orientation.

Referenced By

<pageSetup@orientation>3.3.1.62); <pageSetup@orientation>3.3.1.61)

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>