次の方法で共有


Cell3DProperties.PresetMaterial プロパティ

定義

プリセット マテリアル

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

[DocumentFormat.OpenXml.SchemaAttr(0, "prstMaterial")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues> PresetMaterial { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues> PresetMaterial { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "prstMaterial")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues>? PresetMaterial { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("prstMaterial")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues>? PresetMaterial { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues>? PresetMaterial { get; set; }
member this.PresetMaterial : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "prstMaterial")>]
member this.PresetMaterial : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("prstMaterial")>]
member this.PresetMaterial : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues> with get, set
Public Property PresetMaterial As EnumValue(Of PresetMaterialTypeValues)

プロパティ値

EnumValue<T> を返します。

属性

注釈

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

セルの材料特性を定義するために使用する材料タイプを指定します。 マテリアル プロパティとシーンの照明特性を組み合わせることで、セルの 3-D 外観の最終的な外観が定義されます。

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

適用対象