次の方法で共有


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

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

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

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

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

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

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

適用対象