VDocs.NET
Back to DOM

DOM.Enums.PresetLineDashValues

Namespace: DOM.Enums

Defines the PresetLineDashValues enumeration.

11 members

Fields

Dash

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

DashDot

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

Dot

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

LongDash

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

LongDashDot

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

LongDashDotDot

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

Solid

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

SysDash

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

SysDot

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

SystemDashDot

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

SystemDashDotDot

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

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");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.