[Table of Contents] [docx version]
Error! No text of specified style in document.
This simple type represents a percentage in 1000ths of a percent, e.g., a value of 1 represents 0.001% == 0.00001; a value of 100000 is equal to 100%. Percentages have no intrinsic units, but are used to scale other values with units.
This simple type's contents are a restriction of the XML Schema int datatype.
Referenced By |
blue@val (§5.1.2.2.4); blueMod@val (§5.1.2.2.5); blueOff@val (§5.1.2.2.6); by@x (§4.6.20); by@y (§4.6.20); cTn@spd (§4.6.33); defRPr@baseline (§5.1.5.3.2); endParaRPr@baseline (§5.1.5.2.3); fillRect@b (§5.1.10.30); fillRect@l (§5.1.10.30); fillRect@r (§5.1.10.30); fillRect@t (§5.1.10.30); fillToRect@b (§5.1.10.31); fillToRect@l (§5.1.10.31); fillToRect@r (§5.1.10.31); fillToRect@t (§5.1.10.31); from@x (§4.6.43); from@y (§4.6.43); green@val (§5.1.2.2.10); greenMod@val (§5.1.2.2.11); greenOff@val (§5.1.2.2.12); hslClr@lum (§5.1.2.2.13); hslClr@sat (§5.1.2.2.13); lum@val (§5.1.2.2.19); lumMod@val (§5.1.2.2.20); lumOff@val (§5.1.2.2.21); outerShdw@sx (§5.1.10.45); outerShdw@sy (§5.1.10.45); presentation@serverZoom (§4.3.1.24); rCtr@x (§4.6.62); rCtr@y (§4.6.62); red@val (§5.1.2.2.23); redMod@val (§5.1.2.2.24); redOff@val (§5.1.2.2.25); reflection@sx (§5.1.10.50); reflection@sy (§5.1.10.50); relOff@tx (§5.1.10.51); relOff@ty (§5.1.10.51); rPr@baseline (§5.1.5.3.9); sat@val (§5.1.2.2.26); satMod@val (§5.1.2.2.27); satOff@val (§5.1.2.2.28); scrgbClr@b (§5.1.2.2.30); scrgbClr@g (§5.1.2.2.30); scrgbClr@r (§5.1.2.2.30); srcRect@b (§5.1.10.55); srcRect@l (§5.1.10.55); srcRect@r (§5.1.10.55); srcRect@t (§5.1.10.55); ST_FixedPercentage (§5.1.12.22); ST_PositiveFixedPercentage (§5.1.12.45); ST_PositivePercentage (§5.1.12.46); ST_TextBulletSizePercent (§5.1.12.62); ST_TextFontScalePercent (§5.1.12.67); ST_TextSpacingPercent (§5.1.12.77); tile@sx (§5.1.10.58); tile@sy (§5.1.10.58); tileRect@b (§5.1.10.59); tileRect@l (§5.1.10.59); tileRect@r (§5.1.10.59); tileRect@t (§5.1.10.59); to@x (§4.6.88); to@y (§4.6.88); xfrm@sx (§5.1.10.61); xfrm@sy (§5.1.10.61) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Percentage">
<restriction base="xsd:int"/>
</simpleType>