<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:

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

Referenced By

<framePr@x>2.3.1.11); <framePr@y>2.3.1.11); <ind@left>2.3.1.12); <ind@right>2.3.1.12); <legacy@legacyIndent>2.9.5); <marBottom@val>2.15.2.23); <marLeft@val>2.15.2.25); <marRight@val>2.15.2.26); <marTop@val>2.15.2.27); <pgMar@bottom>2.6.11); <pgMar@top>2.6.11); <spacing@line>2.3.1.33); <spacing@val>2.3.2.33); <tab@pos>2.3.1.37); <tblpPr@tblpX>2.4.54); <tblpPr@tblpY>2.4.54)

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

<simpleType name="ST_SignedTwipsMeasure">
	<restriction base="xsd:integer"/>
</simpleType>