[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Theme

Class Theme

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

Holds all formatting options available to a document through a theme and defines the overall look and feel of the document when themed objects are used within the document.

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

Properties

ColorScheme

Gets a set of colors which are referred to as a color scheme. 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 ColorScheme ColorScheme { get; }

Property Value

ColorScheme

FontScheme

Gets definitions of the font scheme within the theme. The font scheme consists of a pair of major and minor fonts for which to use in a document. The major font corresponds well with the heading areas of a document, and the minor font corresponds well with the normal text or paragraph areas.

public FontScheme FontScheme { get; }

Property Value

FontScheme

FormatScheme

Gets the background fill styles, effect styles, fill styles, and line styles which define the style matrix for the 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 FormatScheme FormatScheme { get; }

Property Value

FormatScheme

Name

Gets the theme name.

public string Name { get; }

Property Value

string