17.3.2.33 smallCaps

This element specifies that all small letter characters in this text run shall be formatted for display only as their capital letter character equivalents in a font size two points smaller than the actual font size specified for this text. This property does not affect any non-alphabetic character in this run, and does not change the Unicode character for lowercase text, only the method in which it is displayed. If this font cannot be made two point smaller than the current size, then it shall be displayed as the smallest possible font size in capital letters.

This formatting property is a toggle property (17.7.3).

If this element is not present, the default value is to leave the formatting applied at previous level in the style hierarchy. If this element is never applied in the style hierarchy, then the characters are not formatted as capital letters.

This element shall not be present with the caps (17.3.2.5) property on the same run, since they are mutually exclusive in terms of appearance.

[Example: Consider the words Hello, world, which must be displayed in small capital letters in a document. This constraint is specified as follows in the WordprocessingML:

<w:r>
  <w:rPr>
    <w:smallCaps w:val="true" />
    <w:sz w:val="24" />
  </w:rPr>
  <w:t>Hello, world</w:t>
</w:r>

This run displays using a 12 point capital letter for the capital letter H and W, and a 10 point capital letter for the lowercase letters in the run, even though the lowercase characters are used in actual run contents. If this property is removed, the original character forms is displayed (they are not lost). end example]

This element’s content model is defined by the common boolean property definition in 17.17.4.

Last updated on