<characterSpacingControl>
(Character-Level Whitespace Compression)
If this element is omitted, then the default value shall be dontCompress
.
<w:characterSpacingControl w:val="dontCompress" />
The <characterSpacingControl>
element has a @val
attribute value of dontCompress
, which specifies that no character compression shall be applied to any character when the document is displayed. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the set(s) of characters which should be compressed when the contents of this document are displayed. <w:characterSpacingControl w:val="compressPunctuation"/> The The possible values for this attribute are defined by the ST_CharacterSpacing simple type (§2.18.10). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_CharacterSpacing">
<attribute name="val" type="ST_CharacterSpacing" use="required"/>
</complexType>