次の方法で共有


BodyProperties.ColumnSpacing プロパティ

定義

列間のスペース

スキーマ内の次の属性を表します: spcCol

[DocumentFormat.OpenXml.SchemaAttr(0, "spcCol")]
public DocumentFormat.OpenXml.Int32Value ColumnSpacing { get; set; }
public DocumentFormat.OpenXml.Int32Value ColumnSpacing { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "spcCol")]
public DocumentFormat.OpenXml.Int32Value? ColumnSpacing { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("spcCol")]
public DocumentFormat.OpenXml.Int32Value? ColumnSpacing { get; set; }
public DocumentFormat.OpenXml.Int32Value? ColumnSpacing { get; set; }
member this.ColumnSpacing : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "spcCol")>]
member this.ColumnSpacing : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("spcCol")>]
member this.ColumnSpacing : DocumentFormat.OpenXml.Int32Value with get, set
Public Property ColumnSpacing As Int32Value

プロパティ値

Int32Value を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

テキスト領域内のテキスト列間のスペースを指定します。 これは、1 つ以上の列が存在する場合にのみ適用する必要があります。 この属性を省略すると、 の 0 値が暗黙的に指定されます。

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

適用対象