<doNotHyphenateCaps>
(Do Not Hyphenate Words in ALL CAPITAL LETTERS)
This element specifies whether or not words comprised of all capital letters shall be hyphenated within a given document when automatic hyphenation is specified via the <autoHyphenation>
element (§2.15.1.10).
If this element is omitted, then words in ALL CAPITAL LETTERS shall be hyphenated when the document is hyphenated.
If words in ALL CAPITAL LETTERS shall not be hyphenated, this requirement would be specified by adding the following WordprocessingML to the document settings part:
<w:doNotHyphenateCaps w:val="true"/>
The resulting content would not be hyphenated:
The <doNotHyphenateCaps>
element< >
@val
< >
set to< >
true
, specifying that the first line of text to end with the word SHORT
as the word HYPHENATION
had to be moved to the second line since it could not fit in its entirety on the first line.
Conversely, setting the <doNotHyphenateCaps>
element< >
@val
< >
set to< >
off
(the default) caused the first line of text to contain a hyphenated portion of the word HYPHENATION
as hyphenation of words comprised of all capital letters is permitted. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of <w:… w:val="off"/> The The possible values for this attribute are defined by the ST_OnOff simple type (§2.18.67). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>