Freigeben über


SeparatorChar-Klasse

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

Vererbungshierarchie

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

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

SeparatorChar-Member

DocumentFormat.OpenXml.Math-Namespace