[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

ST_PixelsMeasure (Measurement in Pixels)

This simple type specifies that its contents will contain a positive whole number, whose contents consist of a measurement in pixels.

The contents of this measurement are interpreted based on the context of the parent XML element.

[Example: Consider an attribute value of 96 whose type is ST_PixelsMeasure. This attribute value specifies a size of 96 pixels (one inch on a 96 pixels per inch display). end example]

This simple type's contents are a restriction of the ST_UnsignedDecimalNumber simple type2.18.108).

Referenced By

marH@val2.15.2.24); marW@val2.15.2.28); readModeInkLockDown@h2.15.1.66); readModeInkLockDown@w2.15.1.66)

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

<simpleType name="ST_PixelsMeasure">

   <restriction base="ST_UnsignedDecimalNumber"/>

</simpleType>