Freigeben über


Justification-Klasse

Justification.When the object is serialized out as xml, its qualified name is m:jc.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Math.OfficeMathJustificationType
        DocumentFormat.OpenXml.Math.Justification

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

Syntax

'Declaration
Public Class Justification _
    Inherits OfficeMathJustificationType
'Usage
Dim instance As Justification
public class Justification : OfficeMathJustificationType

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

22.1.2.51 jc (Justification)

This element specifies justification of the math paragraph (a series of adjacent instances of mathematical text within the same paragraph). A math paragraph can be Left Justified, Right Justified, Centered, or Centered as Group. If this element is omitted, the math paragraph is Centered as Group. Whether the element is absent or present without the val attribute, the default of the val attribute is centerGroup. This means that the instances of mathematical text can be aligned with respect to each other, but the entire group of mathematical text is centered as a whole. [Example: An example of Centered as Group is the following example, in which each equation is left-aligned, but the series is centered:

The XML that demonstrates jc in use is:

<m:oMathParaPr>
<m:jc m:val="centerGroup"/>
</m:oMathParaPr>

end example]

Parent Elements

oMathParaPr (§22.1.2.79)

Attributes

Description

val (Value)

Specifies the default justification of mathematical text in the document. Possible values are center, centerGroup, left, and right.

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

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

Justification-Member

DocumentFormat.OpenXml.Math-Namespace