MsoPresetMaterial Enumeration
Specifies the extrusion surface material.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoPresetMaterial
'Usage
Dim instance As MsoPresetMaterial
public enum MsoPresetMaterial
Members
Member name | Description | |
---|---|---|
msoPresetMaterialMixed | Return value only; indicates a combination of the other states. | |
msoMaterialMatte | Matte. | |
msoMaterialPlastic | Plastic. | |
msoMaterialMetal | Metal. | |
msoMaterialWireFrame | Wire frame. | |
msoMaterialMatte2 | Matte2 | |
msoMaterialPlastic2 | Plastic2 | |
msoMaterialMetal2 | Metal2 | |
msoMaterialWarmMatte | Warm Matte | |
msoMaterialTranslucentPowder | Translucent Powder | |
msoMaterialPowder | Powder | |
msoMaterialDarkEdge | DarkEdge | |
msoMaterialSoftEdge | Soft Edge | |
msoMaterialClear | Clear | |
msoMaterialFlat | Flat | |
msoMaterialSoftMetal | Soft Metal |
Remarks
Used with the PresetMaterial property of the ThreeDFormat object.