[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

ST_SignedTwipsMeasure (Signed Measurement in Twentieths of a Point)

This simple type specifies that its contents will contain a positive or negative whole number, whose contents consist of a measurement in twentieths of a point (equivalent to 1/1440th of an inch).

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

[Example: Consider an attribute value of 720 whose type is ST_EighthPointMeasure. This attribute value specifies a size of one-half of an inch or 36 points (720 twentieths of a point = 36 points = 0.5 inches). end example]

This simple type's contents are a restriction of the XML Schema integer datatype.

Referenced By

framePr@x2.3.1.11); framePr@y2.3.1.11); ind@left2.3.1.12); ind@right2.3.1.12); legacy@legacyIndent2.9.5); marBottom@val2.15.2.23); marLeft@val2.15.2.25); marRight@val2.15.2.26); marTop@val2.15.2.27); pgMar@bottom2.6.11); pgMar@top2.6.11); spacing@line2.3.1.33); spacing@val2.3.2.33); tab@pos2.3.1.37); tblpPr@tblpX2.4.54); tblpPr@tblpY2.4.54)

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

<simpleType name="ST_SignedTwipsMeasure">

   <restriction base="xsd:integer"/>

</simpleType>