SpacingBetweenLines.BeforeLines 属性

定义

段落上方的间距(以行为单位)

表示架构中的以下属性:w:beforeLines

[DocumentFormat.OpenXml.SchemaAttr(23, "beforeLines")]
public DocumentFormat.OpenXml.Int32Value BeforeLines { get; set; }
public DocumentFormat.OpenXml.Int32Value BeforeLines { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "beforeLines")]
public DocumentFormat.OpenXml.Int32Value? BeforeLines { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:beforeLines")]
public DocumentFormat.OpenXml.Int32Value? BeforeLines { get; set; }
public DocumentFormat.OpenXml.Int32Value? BeforeLines { get; set; }
member this.BeforeLines : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "beforeLines")>]
member this.BeforeLines : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:beforeLines")>]
member this.BeforeLines : DocumentFormat.OpenXml.Int32Value with get, set
Public Property BeforeLines As Int32Value

属性值

返回 Int32Value

属性

注解

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

指定应在文档中此段落的第一行之前添加的间距(以行为单位)。

此属性的值以百分之一行为单位指定。

beforeAutoSpacing如果还指定了属性,则忽略此属性值。 如果从未在样式层次结构中指定此设置,则如果需要) ,其值应为零 (。

请考虑以下 WordprocessingML 段落:

<w:p>  
  <w:pPr>  
    <w:spacing w:beforeLines="100" />   
  </w:pPr>  
  ...  
</w:p>  

此段的第一行的最小间距应为 1 行,但实际间距可以由行间间距或上一段以下的间距确定(如果其中一行较大)。

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

适用于