VDocs.NET
Back to DOM

DOM.Enums.SchemeColorValues

Namespace: DOM.Enums

Represents the available scheme colors that can be used in a document.

17 members

Fields

Accent1

The first accent color in the scheme.

Accent2

The second accent color in the scheme.

Accent3

The third accent color in the scheme.

Accent4

The fourth accent color in the scheme.

Accent5

The fifth accent color in the scheme.

Accent6

The sixth accent color in the scheme.

Background1

The first background color in the scheme.

Background2

The second background color in the scheme.

Dark1

The first dark color in the scheme.

Dark2

The second dark color in the scheme.

FollowedHyperlink

The color used for followed hyperlinks in the scheme.

Hyperlink

The color used for hyperlinks in the scheme.

Light1

The first light color in the scheme.

Light2

The second light color in the scheme.

PhColor

The placeholder color in the scheme.

Text1

The first text color in the scheme.

Text2

The second text color in the scheme.

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.