[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FormatScheme

FormatScheme Class

Represents the background fill styles, effect styles, fill styles, and line styles which define the style matrix for a theme.

The style matrix consists of subtle, moderate, and intense fills, lines, and effects.

The background fills are not generally thought of to directly be associated with the matrix, but do play a role in the style of the overall document.

Usually, a given object chooses a single line style, a single fill style, and a single effect style in order to define the overall final look of the object.

Inheritance
FormatScheme
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class FormatScheme : FormattingBag
Public Class FormatScheme
    Inherits FormattingBag

Properties

Name Description
BackgroundFills

Gets a set of three or more background fills that are used within the theme.

Effects

Gets a list of three or more shape effects styles that are used within the theme.

Fills

Gets a set of three or more fill styles that are used within the theme.

Lines

Gets a set of three or more line styles that are used within the theme.

Name

Gets or sets the name for the format scheme.

The name is simply a human readable string which identifies the format scheme in the user interface.