2.24.4.13 ST_PageOrientation

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_PageSetup

This simple type<594> specifies an enumeration of page orientations. Possible values are described in the following table.

Value

Meaning

default

The orientation is not specified, use the default.

portrait

Portrait orientation.

landscape

Landscape orientation.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_PageOrientation">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="default"/>
     <xsd:enumeration value="portrait"/>
     <xsd:enumeration value="landscape"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).