[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_SlideSizeCoordinate (Slide Size Coordinate)

This type specifies the slide size coordinate in EMUs (English Metric Units).

This simple type's contents are a restriction of the ST_PositiveCoordinate32 simple type (§5.1.12.43).

This simple type also specifies the following restrictions:

This simple type has a minimum value of greater than or equal to 914400.

This simple type has a maximum value of less than or equal to 51206400.

Referenced By

sldSz@cx4.3.1.34); sldSz@cy4.3.1.34)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_SlideSizeCoordinate">

   <restriction base="a:ST_PositiveCoordinate32">

   <minInclusive value="914400"/>

   <maxInclusive value="51206400"/>

   </restriction>

</simpleType>