[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

ST_TwipsMeasure (Measurement in Twentieths of a Point)

This simple type specifies that its contents will contain a positive 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_TwipsMeasure. 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 ST_UnsignedDecimalNumber simple type2.18.108).

Referenced By

col@space2.6.3); col@w2.6.3); cols@space2.6.4); defaultTabStop@val2.15.1.24); drawingGridHorizontalOrigin@val2.15.1.43); drawingGridHorizontalSpacing@val2.15.1.44); drawingGridVerticalOrigin@val2.15.1.45); drawingGridVerticalSpacing@val2.15.1.46); fitText@val2.3.2.12); framePr@h2.3.1.11); framePr@hSpace2.3.1.11); framePr@vSpace2.3.1.11); framePr@w2.3.1.11); gridCol@w2.4.12); hyphenationZone@val2.15.1.53); ind@firstLine2.3.1.12); ind@hanging2.3.1.12); legacy@legacySpace2.9.5); lnNumType@distance2.6.8); object@dxaOrig2.3.3.19); object@dyaOrig2.3.3.19); pgMar@footer2.6.11); pgMar@gutter2.6.11); pgMar@header2.6.11); pgMar@left2.6.11); pgMar@right2.6.11); pgSz@h2.6.13); pgSz@w2.6.13); spacing@after2.3.1.33); spacing@before2.3.1.33); tblpPr@bottomFromText2.4.54); tblpPr@leftFromText2.4.54); tblpPr@rightFromText2.4.54); tblpPr@topFromText2.4.54); trHeight@val2.4.77); w@val2.15.2.43)

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

<simpleType name="ST_TwipsMeasure">

   <restriction base="ST_UnsignedDecimalNumber"/>

</simpleType>