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 中的以下信息可能很有用。

指定用于定义单元格的材料特征的材料类型。 材料属性与场景的照明特性相结合,定义了单元格的三维外观的最终外观。

此属性的可能值由 ST_PresetMaterialType 简单类型定义。

适用于