IFormatScheme

IFormatScheme interface

Stores theme-defined formats for the shapes.

public interface IFormatScheme : ISlideComponent

Properties

NameDescription
AsISlideComponent { get; }Allows to get base ISlideComponent interface. Read-only ISlideComponent.
BackgroundFillStyles { get; }Returns a collection of theme defined background fill styles. Read-only IFillFormatCollection.
EffectStyles { get; }Returns a collection of theme defined effect styles. Read-only IEffectStyleCollection.
FillStyles { get; }Returns a collection of theme defined fill styles. Read-only IFillFormatCollection.
LineStyles { get; }Returns a collection of theme defined line styles. Read-only ILineFormatCollection.

See Also