次の方法で共有


ColorType.Auto プロパティ

定義

自動

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

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

プロパティ値

BooleanValue を返します。

属性

注釈

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

色が自動であり、システムの色に依存することを示すブール値。

この属性に使用できる値は、XML スキーマ boolean データ型によって定義されます。

適用対象