VDocs.NET
Back to DOM

DOM.Styles.FormatScheme

Namespace: DOM.Styles

Represents a named collection of formatting resources (fills, lines and effects) that can be applied together as a coherent style palette.

groups visual resources used by themes and elements: fill styles for shapes and backgrounds, outline/line styles and effect presets. Consumers should treat the lists as the authoritative source for the scheme's visual assets. Lists may be empty when no entries are defined.

5 members

Properties

BackgroundFillStyleListBaseFill

Gets or sets the background fill styles associated with the scheme.

EffectStylesIEffectStyle

Gets or sets the effect presets (shadows, glows, 3D effects) provided by the scheme.

FillStyleListBaseFill

Gets or sets the primary fill styles used by the scheme.

LineStyleListIOutLine

Gets or sets the collection of outline/line styles used by the scheme.

Name

Gets or sets the human-readable name of the format 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");

Create Account

Create your VDocs account.

or

Already have an account? Sign in