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 International Standard ECMA-376 からの次の情報は、このクラスを操作するときに役立ちます。
現在のセクションのテキスト列間の間隔を指定します。
すべての列が等しい幅ではない場合 (equalWidth
属性が設定されていません)、この要素は無視され、cols
要素で定義されている各col
要素のspace
属性によって列の後の間隔が定義されます。
列情報を次のように定義したセクションを考えてみましょう。
<w:cols w:num="3" w:space="1440"
w:equalWidth="1">
…
</w:cols>
この列のセットには、 equalWidth
値が 1
に設定されています。 したがって、3 つの等しいサイズの列があり、それぞれに 1 インチの後の領域があります (ポイントの値1440
20 分space
)。
この属性に使用できる値は、 ST_TwipsMeasure
単純型によって定義されます。