PresetMaterialTypeValues Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
预设材料类型
public enum PresetMaterialTypeValues
public readonly struct PresetMaterialTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues>, IEquatable<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues>
type PresetMaterialTypeValues =
type PresetMaterialTypeValues = struct
interface IEnumValue
interface IEnumValueFactory<PresetMaterialTypeValues>
Public Enum PresetMaterialTypeValues
Public Structure PresetMaterialTypeValues
Implements IEnumValue, IEnumValueFactory(Of PresetMaterialTypeValues), IEquatable(Of PresetMaterialTypeValues)
- 继承
-
PresetMaterialTypeValues
- 继承
-
PresetMaterialTypeValues
字段
| 名称 | 值 | 说明 |
|---|---|---|
| LegacyMatte | 0 | 旧版哑光。 当项序列化为 xml 时,其值为“legacyMatte”。 |
| LegacyPlastic | 1 | 旧塑料。 当项序列化为 xml 时,其值为“legacyProcessing”。 |
| LegacyMetal | 2 | 旧版金属。 当项序列化为 xml 时,其值为“legacyMetal”。 |
| LegacyWireframe | 3 | 旧版线框。 将项序列化为 xml 时,其值为“legacyWireframe”。 |
| Matte | 4 | 冰铜。 当项序列化为 xml 时,其值为“matte”。 |
| Plastic | 5 | 塑胶。 当项序列化为 xml 时,其值为“plastic”。 |
| Metal | 6 | 金属。 当项序列化为 xml 时,其值为“metal”。 |
| WarmMatte | 7 | 暖哑光。 当项序列化为 xml 时,其值为“warmMatte”。 |
| TranslucentPowder | 8 | 半透明粉末。 当项序列化为 xml 时,其值为“半透明Powder”。 |
| Powder | 9 | 粉。 将项序列化为 xml 时,其值为“powder”。 |
| DarkEdge | 10 | 深色边缘。 当项序列化为 xml 时,其值为“dkEdge”。 |
| SoftEdge | 11 | 软边缘。 当项序列化为 xml 时,其值为“softEdge”。 |
| Clear | 12 | 明确。 当项序列化为 xml 时,其值为“clear”。 |
| Flat | 13 | 常规分布。 当项序列化为 xml 时,其值为“平面”。 |
| SoftMetal | 14 | 软金属。 当项序列化为 xml 时,其值为“softmetal”。 |
| Clear | 明确。 当项序列化为 xml 时,其值为“clear”。 |
|
| DarkEdge | 深色边缘。 当项序列化为 xml 时,其值为“dkEdge”。 |
|
| Equality(PresetMaterialTypeValues, PresetMaterialTypeValues) | ||
| Equals(Object) | ||
| Equals(PresetMaterialTypeValues) | ||
| Flat | 常规分布。 当项序列化为 xml 时,其值为“平面”。 |
|
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<PresetMaterialTypeValues>.Create(String) | ||
| Inequality(PresetMaterialTypeValues, PresetMaterialTypeValues) | ||
| LegacyMatte | 旧版哑光。 当项序列化为 xml 时,其值为“legacyMatte”。 |
|
| LegacyMetal | 旧版金属。 当项序列化为 xml 时,其值为“legacyMetal”。 |
|
| LegacyPlastic | 旧塑料。 当项序列化为 xml 时,其值为“legacyProcessing”。 |
|
| LegacyWireframe | 旧版线框。 将项序列化为 xml 时,其值为“legacyWireframe”。 |
|
| Matte | 冰铜。 当项序列化为 xml 时,其值为“matte”。 |
|
| Metal | 金属。 当项序列化为 xml 时,其值为“metal”。 |
|
| Plastic | 塑胶。 当项序列化为 xml 时,其值为“plastic”。 |
|
| Powder | 粉。 将项序列化为 xml 时,其值为“powder”。 |
|
| PresetMaterialTypeValues(String) | 创建新的 PresetMaterialTypeValues 枚举实例 |
|
| SoftEdge | 软边缘。 当项序列化为 xml 时,其值为“softEdge”。 |
|
| SoftMetal | 软金属。 当项序列化为 xml 时,其值为“softmetal”。 |
|
| ToString() | ||
| TranslucentPowder | 半透明粉末。 当项序列化为 xml 时,其值为“半透明Powder”。 |
|
| WarmMatte | 暖哑光。 当项序列化为 xml 时,其值为“warmMatte”。 |