Freigeben über


Shape-Klasse

Shape (Delimiters).When the object is serialized out as xml, its qualified name is m:shp.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Math.Shape

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

Syntax

'Declaration
Public Class Shape _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As Shape
public class Shape : OpenXmlLeafElement

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

22.1.2.97 shp (Shape (Delimiters))

This element specifies the shape of delimiters in the delimiter object d. Delimiters can be centered around the math axis of the mathematical text and still be made to fit the entire height of their contents (see right-hand example below), or their height and shape can be altered to exactly match their contents (see left-hand example below). These settings significantly impact the shape of the mathematical text. When this element is omitted, delimiters are 'centered'. Whether the element is absent or present without the val attribute, the default of the val attribute is centered. [Example: In the examples below, delimiters will be matched to the exact shape of their contents contents on the left, and will be centered on the right:

Match

Centered

<m:dPr>
<m:shp  m:val="match"/>
</m:dPr>
<m:dPr>
<m:shp  m:val="centered"/>
</m:dPr>

end example]

Parent Elements

dPr (§22.1.2.31)

Attributes

Description

val (Value)

Specifies the shape of the parent element. Possible values are match and centered.

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

[Note: The W3C XML Schema definition of this element's content model (CT_Shp) 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

Shape-Member

DocumentFormat.OpenXml.Math-Namespace