Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FormatScheme Class
Members

In This Topic
    FormatScheme Class
    In This Topic
    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.

    Object Model
    FormatScheme Class
    Syntax
    'Declaration
     
    Public Class FormatScheme 
       Inherits FormattingBag
    public class FormatScheme : FormattingBag 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.FormattingBag
          GrapeCity.Documents.Word.FormatScheme

    See Also