Freigeben über


MatrixColumnJustification.Val Eigenschaft

Definition

Wert

Stellt das folgende Attribut im Schema dar: m:val

[DocumentFormat.OpenXml.SchemaAttr(21, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.HorizontalAlignmentValues> Val { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.HorizontalAlignmentValues> Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(21, "val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.HorizontalAlignmentValues>? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("m:val")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.HorizontalAlignmentValues>? Val { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.HorizontalAlignmentValues>? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.HorizontalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(21, "val")>]
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.HorizontalAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("m:val")>]
member this.Val : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Math.HorizontalAlignmentValues> with get, set
Public Property Val As EnumValue(Of HorizontalAlignmentValues)

Eigenschaftswert

Gibt zurück EnumValue<T>.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Gibt die horizontale Ausrichtung des übergeordneten Elements an. Mögliche Werte sind: left, right und center.

<m:mcPr>  
  <m:mcJc  m:val="center"/>  
  <m:count m:val="2"/>  
</m:mcPr>  

Die möglichen Werte für dieses Attribut werden durch den ST_XAlign einfachen Typ definiert.

Gilt für: