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:
This matrix has topbaseJc:
This matrix has botbaseJc:
The possible values for this attribute are defined by the ST_YAlign simple type.