PresetMaterialTypeValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Preset Material Type
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)
- Inheritance
-
PresetMaterialTypeValues
- Inheritance
-
PresetMaterialTypeValues
Fields
Name | Value | Description |
---|---|---|
LegacyMatte | 0 | Legacy Matte. When the item is serialized out as xml, its value is "legacyMatte". |
LegacyPlastic | 1 | Legacy Plastic. When the item is serialized out as xml, its value is "legacyPlastic". |
LegacyMetal | 2 | Legacy Metal. When the item is serialized out as xml, its value is "legacyMetal". |
LegacyWireframe | 3 | Legacy Wireframe. When the item is serialized out as xml, its value is "legacyWireframe". |
Matte | 4 | Matte. When the item is serialized out as xml, its value is "matte". |
Plastic | 5 | Plastic. When the item is serialized out as xml, its value is "plastic". |
Metal | 6 | Metal. When the item is serialized out as xml, its value is "metal". |
WarmMatte | 7 | Warm Matte. When the item is serialized out as xml, its value is "warmMatte". |
TranslucentPowder | 8 | Translucent Powder. When the item is serialized out as xml, its value is "translucentPowder". |
Powder | 9 | Powder. When the item is serialized out as xml, its value is "powder". |
DarkEdge | 10 | Dark Edge. When the item is serialized out as xml, its value is "dkEdge". |
SoftEdge | 11 | Soft Edge. When the item is serialized out as xml, its value is "softEdge". |
Clear | 12 | Clear. When the item is serialized out as xml, its value is "clear". |
Flat | 13 | Flat. When the item is serialized out as xml, its value is "flat". |
SoftMetal | 14 | Soft Metal. When the item is serialized out as xml, its value is "softmetal". |
Clear | Clear. When the item is serialized out as xml, its value is "clear". |
|
DarkEdge | Dark Edge. When the item is serialized out as xml, its value is "dkEdge". |
|
Equality(PresetMaterialTypeValues, PresetMaterialTypeValues) | ||
Equals(Object) | ||
Equals(PresetMaterialTypeValues) | ||
Flat | Flat. When the item is serialized out as xml, its value is "flat". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PresetMaterialTypeValues>.Create(String) | ||
Inequality(PresetMaterialTypeValues, PresetMaterialTypeValues) | ||
LegacyMatte | Legacy Matte. When the item is serialized out as xml, its value is "legacyMatte". |
|
LegacyMetal | Legacy Metal. When the item is serialized out as xml, its value is "legacyMetal". |
|
LegacyPlastic | Legacy Plastic. When the item is serialized out as xml, its value is "legacyPlastic". |
|
LegacyWireframe | Legacy Wireframe. When the item is serialized out as xml, its value is "legacyWireframe". |
|
Matte | Matte. When the item is serialized out as xml, its value is "matte". |
|
Metal | Metal. When the item is serialized out as xml, its value is "metal". |
|
Plastic | Plastic. When the item is serialized out as xml, its value is "plastic". |
|
Powder | Powder. When the item is serialized out as xml, its value is "powder". |
|
PresetMaterialTypeValues(String) | Creates a new PresetMaterialTypeValues enum instance |
|
SoftEdge | Soft Edge. When the item is serialized out as xml, its value is "softEdge". |
|
SoftMetal | Soft Metal. When the item is serialized out as xml, its value is "softmetal". |
|
ToString() | ||
TranslucentPowder | Translucent Powder. When the item is serialized out as xml, its value is "translucentPowder". |
|
WarmMatte | Warm Matte. When the item is serialized out as xml, its value is "warmMatte". |