Columns.Space 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
等宽列之间的间距
表示架构中的以下属性:w:space
[DocumentFormat.OpenXml.SchemaAttr(23, "space")]
public DocumentFormat.OpenXml.StringValue Space { get; set; }
public DocumentFormat.OpenXml.StringValue Space { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "space")]
public DocumentFormat.OpenXml.StringValue? Space { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:space")]
public DocumentFormat.OpenXml.StringValue? Space { get; set; }
public DocumentFormat.OpenXml.StringValue? Space { get; set; }
member this.Space : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "space")>]
member this.Space : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:space")>]
member this.Space : DocumentFormat.OpenXml.StringValue with get, set
Public Property Space As StringValue
属性值
返回 UInt64Value。
- 属性
注解
使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。
指定当前部分中文本列之间的间距。
如果所有列的宽度都不相等 (equalWidth
则属性未) 设置,则忽略此元素,列后的间距由 space
元素下cols
定义的每个col
元素上的 属性定义。
请考虑一个包含列信息定义的部分,如下所示:
<w:cols w:num="3" w:space="1440"
w:equalWidth="1">
…
</w:cols>
这组列 equalWidth
的值设置为 1
。 因此,有三个大小相等的列,每个列在 (space
值) 的 1440
二十分之二十后,每个列的空间为 1 英寸。
此属性的可能值由 ST_TwipsMeasure
简单类型定义。