[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_PositiveCoordinate32 (Positive Coordinate Point)
This type specifies the a positive coordinate point that has a maximum size of 32 bits.
NOTE: The units of measurement used here are EMUs (English Metric Units).
This simple type's contents are a restriction of the ST_Coordinate32 simple type (§5.1.12.17).
This simple type also specifies the following restrictions:
• This simple type has a minimum value of greater than or equal to 0.
Referenced By |
bodyPr@spcCol (§5.1.5.1.1); control@imgH (§4.4.2.1); control@imgW (§4.4.2.1); oleObj@imgH (§4.4.2.4); oleObj@imgW (§4.4.2.4); ST_SlideSizeCoordinate (§4.8.21) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PositiveCoordinate32">
<restriction base="ST_Coordinate32">
<minInclusive value="0"/>
</restriction>
</simpleType>