[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FormatScheme

Class FormatScheme

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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.

public class FormatScheme : FormattingBag
Inheritance
object
FormatScheme
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

BackgroundFills

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

public FillFormatList BackgroundFills { get; }

Property Value

FillFormatList

Effects

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

public ShapeEffectsList Effects { get; }

Property Value

ShapeEffectsList

Fills

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

public FillFormatList Fills { get; }

Property Value

FillFormatList

Lines

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

public LineFormatList Lines { get; }

Property Value

LineFormatList

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.

public string Name { get; set; }

Property Value

string