次の方法で共有


MatrixColumnJustification.Val Property

Value.Represents the attribte in schema: m:val

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

Syntax

'宣言
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of HorizontalAlignmentValues)
    Get
    Set
'使用
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

MatrixColumnJustification Members

DocumentFormat.OpenXml.Math Namespace