[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_LineWidth (Line Width)

This type specifies the width of a line in EMUs. 1 pt = 12700 EMUs.

This simple type's contents are a restriction of the ST_Coordinate32 simple type (§5.1.12.17).

This simple type also specifies the following restrictions:

This simple type has a minimum value of greater than or equal to 0.

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

Referenced By

ln@w5.1.2.1.24); lnB@w5.1.6.3); lnBlToTr@w5.1.6.4); lnL@w5.1.6.5); lnR@w5.1.6.6); lnT@w5.1.6.7); lnTlToBr@w5.1.6.8); uLn@w5.1.5.3.14)

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

<simpleType name="ST_LineWidth">

   <restriction base="ST_Coordinate32">

   <minInclusive value="0"/>

   <maxInclusive value="20116800"/>

   </restriction>

</simpleType>