<ST_TextPoint> (Text Point)

This type specifies a font size in hundredths of a point. This is restricted to the range [-400000, 400000], i.e from -4000 pt to 4000 pt.

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

This simple type also specifies the following restrictions:

  • This simple type has a minimum value of greater than or equal to -400000.

  • This simple type has a maximum value of less than or equal to 400000.

Referenced By

<defRPr@spc>5.1.5.3.2); <endParaRPr@spc>5.1.5.2.3); <rPr@spc>5.1.5.3.9)

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

<simpleType name="ST_TextPoint">
	<restriction base="xsd:int">
	<minInclusive value="-400000"/>
	<maxInclusive value="400000"/>
	</restriction>
</simpleType>