次の方法で共有


Columns.Separator プロパティ

定義

列間に線を描画する

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

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

プロパティ値

EnumValue<T> を返します。

属性

注釈

ECMA International Standard ECMA-376 からの次の情報は、このクラスを操作するときに役立ちます。

このセクションの各テキスト列の間に垂直線を描画するかどうかを指定します。

trueon、または1に設定すると、このセクションの各列間の間隔の中央に垂直線が描画されます。

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

<w:cols w:sep="1">  
  …  
</w:cols>  

この列のセットには、 sep 値が 1 に設定されています。 したがって、このセクションでは、各列を区切る垂直線が存在する必要があります。

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

適用対象