<characterSpacingControl> (Character-Level Whitespace Compression)

This element specifies how full-width characters in the current WordprocessingML document should be compressed to remove additional whitespace when the contents of this document are displayed, specifically by specifying the set(s) of characters which may be compressed to remove additional whitespace.
Note: : The behavior of this element is functionally identical to the CSS text-justify-trim property.

If this element is omitted, then the default value shall be dontCompress.

example:
<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

<settings>2.15.1.78)

Attributes

Description

<val> (Value)

Specifies the set(s) of characters which should be compressed when the contents of this document are displayed.

<w:characterSpacingControl w:val="compressPunctuation"/>

The @val attribute value of compressPunctuation specifies that character compression shall be applied to full-width punctuation characters only when the document is displayed. ]

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>