Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Value.Represents the attribte in schema: m:val
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of HorizontalAlignmentValues)
Get
Set
'Usage
Dim instance As MatrixColumnJustification
Dim value As EnumValue(Of HorizontalAlignmentValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<HorizontalAlignmentValues> Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<HorizontalAlignmentValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the horizontal alignment of the parent element. Possible values are left, right, and center.
<m:mcPr>
<m:mcJc m:val="center"/>
<m:count m:val="2"/>
</m:mcPr>
The possible values for this attribute are defined by the ST_XAlign simple type.
See Also
Reference
MatrixColumnJustification Class