<useAltKinsokuLineBreakRules>
(Use Alternate Set of East Asian Line Breaking Rules)
This element specifies an alternate set of characters which may be used to determine which characters can begin and/or end a line when kinsoku line breaking rules are enabled using the <kinsoku>
element (§2.3.1.16).
Typically, the characters used to determine which characters shall not end a line are those listed by the <kinsoku>
element in the paragraph properties subclause of this document. This element, when present with a @val
attribute value of true
(or equivalent), specifies that the following settings shall be used instead (for brevity, only those settings which are different are listed below):
Chinese (Simplified)
Cannot start a line:!),.:;?]}¨·ˇˉ―‖’”…∶、。〃々〉》」』】〕〗!"'),.:;?]`|}~¢
Cannot end a line:([{·‘“〈《「『【〔〖(.[{£¥
Chinese (Traditional)
Cannot start a line:!),.:;?]}¢·–—’”•‥…‧′╴、。〉》」』】〕〞︰︱︳︴︶︸︺︼︾﹀﹂﹄﹏﹐﹑﹒﹔﹕﹖﹗﹚﹜﹞!),.:;?|}、
Korean
Cannot end a line:([\{£¥‘“〈《「『【〔$([{₩
%...
Typically, the kinsoku settings for Chinese (Simplified) do not allow this character to begin a line, so the character before that symbol would be moved down onto this line:
〖%...
However, if this compatibility setting is turned on:
<w:compat> <w:useAltKinsokuLineBreakRules /> </w:compat>
Then the alternate kinsoku rules are in place, which do not prevent the % character from beginning the new line, resulting in the following output:
%...
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of example:
<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>