Break.AlignAt 属性

定义

要对齐的运算符的索引

表示架构中的以下属性:m:alnAt

[DocumentFormat.OpenXml.SchemaAttr(21, "alnAt")]
public DocumentFormat.OpenXml.IntegerValue AlignAt { get; set; }
public DocumentFormat.OpenXml.IntegerValue AlignAt { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(21, "alnAt")]
public DocumentFormat.OpenXml.IntegerValue? AlignAt { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("m:alnAt")]
public DocumentFormat.OpenXml.IntegerValue? AlignAt { get; set; }
public DocumentFormat.OpenXml.IntegerValue? AlignAt { get; set; }
member this.AlignAt : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(21, "alnAt")>]
member this.AlignAt : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("m:alnAt")>]
member this.AlignAt : DocumentFormat.OpenXml.IntegerValue with get, set
Public Property AlignAt As IntegerValue

属性值

返回 Int32Value

属性

注解

使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。

指定上一行运算符的索引,该索引应用作当前行的对齐点。 一条线可以与公式中上一行上的任何运算符对齐;此属性指定在有多个运算符的情况下,哪个运算符应成为该对齐的目标。

例如,请考虑以下公式中的中断:

50489ccd-e509-41b8-9b7a-564b3ff02f68

从理论上讲,第二条线可以与上一行中的四个运算符中的任何一条对齐。

alnAt 第二行指定值 3 可解决此多义性问题;第二行与上一行中的第三个运算符对齐。

此属性的可能值由 ST_Integer255 简单类型定义。

适用于