次の方法で共有


EndChar Class

Delimiter Ending Character.When the object is serialized out as xml, its qualified name is m:endChr.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Math.CharType
DocumentFormat.OpenXml.Math.EndChar

Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Class EndChar _
    Inherits CharType
'使用
Dim instance As EndChar
public class EndChar : CharType

Remarks

[ISO/IEC 29500-1 初版]

22.1.2.33 endChr (Delimiter Ending Character)

This element specifies the ending, or closing, delimiter character. Mathematical delimiters are enclosing characters such as parentheses, brackets, and braces. If this element is omitted, the default endChr is ')'. In other words, when the element is absent, the default is for the delimiter object beginning character to be Unicode character U+0029 (RIGHT PARENTHESIS).

When the element is present and the val attribute is absent, the default of the val attribute is empty which means the delimiter object beginning character is absent.

[Example: In the following example, uses { and } as its enclosing characters:

<m:dPr>
<m:begChr  m:val="{"/>
<m:endChr m:val="}"/>
</m:dPr>

end example]

Parent Elements

dPr (§22.1.2.31)

Attributes

Description

val (value)

Specifies the character used by the parent element. When it is omitted, the parent uses its assigned default.

[Example: Accent object :

<m:accPr>
<m:chr m:val="&#771;"/>
</m:accPr>

end example]

The possible values for this attribute are defined by the ST_Char simple type (§22.1.3.3).

[Note: The W3C XML Schema definition of this element's content model (CT_Char) is located in §A.6.1. end note]

© ISO/IEC29500: 2008. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、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.

See Also

Reference

EndChar Members

DocumentFormat.OpenXml.Math Namespace