[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

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@orientation3.3.1.62); pageSetup@orientation3.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>