[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

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

presentation4.3.1.24)

 

Attributes

Description

invalEndChars (Invalid Kinsoku End Characters)

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.

invalStChars (Invalid Kinsoku Start Characters)

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.

lang (Language)

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>