PresetMaterialTypeValues Enumeration
Preset Material Type
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration PresetMaterialTypeValues
用法
Dim instance As PresetMaterialTypeValues
public enum PresetMaterialTypeValues
Members
Member name | Description | |
---|---|---|
LegacyMatte | Legacy Matte. When the item is serialized out as xml, its value is "legacyMatte". | |
LegacyPlastic | Legacy Plastic. When the item is serialized out as xml, its value is "legacyPlastic". | |
LegacyMetal | Legacy Metal. When the item is serialized out as xml, its value is "legacyMetal". | |
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". | |
Plastic | Plastic. When the item is serialized out as xml, its value is "plastic". | |
Metal | Metal. When the item is serialized out as xml, its value is "metal". | |
WarmMatte | Warm Matte. When the item is serialized out as xml, its value is "warmMatte". | |
TranslucentPowder | Translucent Powder. When the item is serialized out as xml, its value is "translucentPowder". | |
Powder | Powder. When the item is serialized out as xml, its value is "powder". | |
DarkEdge | Dark Edge. When the item is serialized out as xml, its value is "dkEdge". | |
SoftEdge | Soft Edge. When the item is serialized out as xml, its value is "softEdge". | |
Clear | Clear. When the item is serialized out as xml, its value is "clear". | |
Flat | Flat. When the item is serialized out as xml, its value is "flat". | |
SoftMetal | Soft Metal. When the item is serialized out as xml, its value is "softmetal". |