StrictFirstAndLastChars Class
Use Strict Kinsoku Rules for Japanese Text.When the object is serialized out as xml, its qualified name is w:strictFirstAndLastChars.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Wordprocessing.OnOffType
DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Class StrictFirstAndLastChars _
Inherits OnOffType
用法
Dim instance As StrictFirstAndLastChars
public class StrictFirstAndLastChars : OnOffType
Remarks
[ISO/IEC 29500-1 第 1 个版本]
17.15.1.82 strictFirstAndLastChars (Use Strict Kinsoku Rules for Japanese Text)
This element specifies that the strict set of Kinsoku rules shall be applied to Japanese text in this document when the kinsoku element (§17.3.1.16) is applied to that text. The resulting line breaking rules are provided on the kinsoku element.
If this element is omitted, then standard rules shall apply to Japanese text when the kinsoku element is applied to that text.
[Example: Consider a WordprocessingML document that specifies that strict Kinsoku rules must be applied to Japanese text. This requirement would be specified using the following WordprocessingML in the document settings part:
<w:strictFirstAndLastChars w:val="true"/>
The strictFirstAndLastChars element's val attribute has a value of true specifying that a document must apply the strict set of disallowed characters for the start and end of a line. end example]
Parent Elements |
---|
settings (§17.15.1.78) |
This element's content model is defined by the common boolean property definition in §17.17.4.
© ISO/IEC29500: 2008. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.