<kinsoku>
(Kinsoku Settings)
This element specifies the presentation-wide kinsoku settings that define the line breaking behaviour of East Asian text within the corresponding presentation.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the characters that are not valid for ending a line of text with. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the characters that are not valid for starting a line of text with. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the corresponding East Asian language that these settings apply to. The possible values for this attribute are defined by the XML Schema string datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Kinsoku">
<attribute name="lang" type="xsd:string" use="optional"/>
<attribute name="invalStChars" type="xsd:string" use="required"/>
<attribute name="invalEndChars" type="xsd:string" use="required"/>
</complexType>