SeparatorChar Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class SeparatorChar _
    Inherits CharType
'Usage
Dim instance As SeparatorChar
public class SeparatorChar : CharType

Remarks

[ISO/IEC 29500-1 1st Edition]

22.1.2.95 sepChr (Delimiter Separator Character)

This element specifies the character that separates base arguments e in the delimiter object d. If this element is omitted, the default sepChr is '|'. In other words, when the element is absent, the default is for the delimiter object separator character to be U+2502 (BOX DRAWINGS LIGHT VERTICAL).

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

[Example: Examples of d, each with a different sepChr, are: . The following example describes a separator character if :.

<m:dPr>
<m:sepChr val=&#0058/>
</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.

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

SeparatorChar Members

DocumentFormat.OpenXml.Math Namespace