VDocs.NET
Back to DOM

DOM.Enums.PresetMaterialTypeValues

Namespace: DOM.Enums

Defines the PresetMaterialTypeValues enumeration.

16 members

Fields

Clear

clear. When the item is serialized out as xml, its value is "clear".

DarkEdge

dkEdge. When the item is serialized out as xml, its value is "dkEdge".

Flat

flat. When the item is serialized out as xml, its value is "flat".

LegacyMatte

legacyMatte. When the item is serialized out as xml, its value is "legacyMatte".

LegacyMetal

legacyMetal. When the item is serialized out as xml, its value is "legacyMetal".

LegacyPlastic

legacyPlastic. When the item is serialized out as xml, its value is "legacyPlastic".

LegacyWireframe

legacyWireframe. 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".

None

none. When the item is serialized out as xml, its value is "none".

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".

SoftEdge

softEdge. When the item is serialized out as xml, its value is "softEdge".

SoftMetal

softmetal. When the item is serialized out as xml, its value is "softmetal".

TranslucentPowder

translucentPowder. When the item is serialized out as xml, its value is "translucentPowder".

WarmMatte

warmMatte. When the item is serialized out as xml, its value is "warmMatte".

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Create Account

Create your VDocs account.

or

Already have an account? Sign in