Share via


BaseJustification.Val Property

Definition

Value

Represents the following attribute in the schema: m:val

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

Property Value

Returns EnumValue<T>.

Attributes

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 center``baseJc: 5359b397-cee3-4c71-a9a8-390270b9d23d

This matrix has top``baseJc: 66857fa3-2b06-46f3-b7d7-abdc9c050ad8

This matrix has bot``baseJc: 9702e906-4d0d-4fca-91e7-366f6d598dd0

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

Applies to