次の方法で共有


BaseJustification.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 VerticalAlignmentValues)
    Get
    Set
'使用
Dim instance As BaseJustification
Dim value As EnumValue(Of VerticalAlignmentValues)

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<VerticalAlignmentValues> Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<VerticalAlignmentValues>
Returns EnumValue<T>.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the vertical justification parent element respect to surrounding text. Possible values are top, bot, and center. The following examples illustrate baseJc on the matrix object m.

This matrix has centerbaseJc: Cc798637.m-baseJc01(ja-jp,office.14).png

This matrix has topbaseJc: Cc798637.66857fa3-2b06-46f3-b7d7-abdc9c050ad8(ja-jp,office.14).png

This matrix has botbaseJc: Cc798637.9702e906-4d0d-4fca-91e7-366f6d598dd0(ja-jp,office.14).png

The possible values for this attribute are defined by the ST_YAlign simple type.

See Also

Reference

BaseJustification Class

BaseJustification Members

DocumentFormat.OpenXml.Math Namespace