VDocs.NET
Back to DOM

DOM.Styles.FillStyleList

Namespace: DOM.Styles

Represents a collection of fill styles that can be applied to shapes, table cells or other fillable elements.

is a lightweight container that groups one or more fill definitions (solid colors, gradients, pattern fills, etc.) so they can be queried or applied as a set. Theproperty is nullable to allow consumers to distinguish between "no fills configured" () and "an explicit empty set" (an empty list).

1 member

Properties

FillsIColor

Gets or sets the list of fill definitions available in this style list.

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