Freigeben über


OfficeMathJustificationType.Val Property

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 JustificationValues)
    Get
    Set
'Usage
Dim instance As OfficeMathJustificationType
Dim value As EnumValue(Of JustificationValues)

value = instance.Val

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

Property Value

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

Remarks

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

Specifies the default justification of equations in the document. Possible values are center, centerGroup, left, and right.

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

See Also

Reference

OfficeMathJustificationType Class

OfficeMathJustificationType Members

DocumentFormat.OpenXml.Math Namespace