次の方法で共有


Columns.Space プロパティ

定義

等しい幅の列間の間隔

スキーマ内の次の属性を表します: 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設定されていない) 場合、この要素は無視され、列の後の間隔は、 要素の下colsで定義されている各要素のcol属性によってspace定義されます。

列情報を次のように定義したセクションを考えてみましょう。

<w:cols w:num="3" w:space="1440"  
  w:equalWidth="1">  
  …  
</w:cols>  

この列セットの値は にequalWidth1設定されています。 したがって、3 つの等しいサイズの列があり、それぞれ 1 インチの後にスペースがあります (space ポイントの 1440 20ths の値)。

この属性に使用できる値は、単純型によって ST_TwipsMeasure 定義されます。

適用対象