[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ColorScheme

Class ColorScheme

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

Represents the color scheme of a Microsoft Office theme. The color scheme is responsible for defining a list of twelve colors. The twelve colors consist of six accent colors, two dark colors, two light colors and a color for each of a hyperlink and followed hyperlink.

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

Properties

this[ThemeColorSchemeId]

Gets a ThemeColor from the scheme by its ThemeColorSchemeId.

public ThemeColor this[ThemeColorSchemeId id] { get; }

Parameters

id ThemeColorSchemeId

The color Id in the color scheme of a theme.

Property Value

ThemeColor

A ThemeColor in the color scheme.

Name

Gets the scheme name.

public string Name { get; }

Property Value

string