Break.AlignAt Property
Index of Operator to Align To.Represents the attribte in schema: m:alnAt
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "alnAt")> _
Public Property AlignAt As IntegerValue
Get
Set
'Usage
Dim instance As Break
Dim value As IntegerValue
value = instance.AlignAt
instance.AlignAt = value
[SchemaAttrAttribute(, "alnAt")]
public IntegerValue AlignAt { get; set; }
Property Value
Type: DocumentFormat.OpenXml.IntegerValue
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the index of the operator on the previous line, which shall be used as the alignment point for the current line. A line can be aligned to any operator on the previous line in the equation; this attribute specifies exactly which operator shall be the target of that alignment in cases where there are multiple operators.
For example, consider the break in this equation:
The second line could theoretically be aligned to any of the four operators in the previous line.
Specifying an alnAt value of 3 for the second line resolves this ambiguity; the second line is aligned to the third operator in the previous line.
The possible values for this attribute are defined by the ST_Integer255 simple type.