次の方法で共有


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

'宣言
<SchemaAttrAttribute(, "alnAt")> _
Public Property AlignAt As IntegerValue
    Get
    Set
'使用
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:

Cc846131.50489ccd-e509-41b8-9b7a-564b3ff02f68(ja-jp,office.14).png

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.

See Also

Reference

Break Class

Break Members

DocumentFormat.OpenXml.Math Namespace