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
設定されていない) 場合、この要素は無視され、列の後の間隔は、 要素の下cols
で定義されている各要素のcol
属性によってspace
定義されます。
列情報を次のように定義したセクションを考えてみましょう。
<w:cols w:num="3" w:space="1440"
w:equalWidth="1">
…
</w:cols>
この列セットの値は にequalWidth
1
設定されています。 したがって、3 つの等しいサイズの列があり、それぞれ 1 インチの後にスペースがあります (space
ポイントの 1440
20ths の値)。
この属性に使用できる値は、単純型によって ST_TwipsMeasure
定義されます。