[]
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
Gets a set of three or more background fills that are used within the theme.
public FillFormatList BackgroundFills { get; }
Gets a list of three or more shape effects styles that are used within the theme.
public ShapeEffectsList Effects { get; }
Gets a set of three or more fill styles that are used within the theme.
public FillFormatList Fills { get; }
Gets a set of three or more line styles that are used within the theme.
public LineFormatList Lines { get; }
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; }