[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_TextSpacingPercent (Text Spacing Percent)
This type specifies the range that the spacing percent, in terms of a line. Represented in the file format from 0-1000 line hundredths, maps to 0.00-10.00 lines.
This simple type's contents are a restriction of the ST_Percentage simple type (§5.1.12.41).
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 13200000.
Referenced By |
normAutofit@lnSpcReduction (§5.1.5.1.3); spcPct@val (§5.1.5.2.10) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TextSpacingPercent">
<restriction base="ST_Percentage">
<minInclusive value="0"/>
<maxInclusive value="13200000"/>
</restriction>
</simpleType>