InitFormatSchemeFrom
IOverrideTheme.InitFormatSchemeFrom method
Init FormatScheme with new object for overriding FormatScheme of InheritedTheme.
public void InitFormatSchemeFrom(IFormatScheme formatScheme)
Parameter | Type | Description |
---|---|---|
formatScheme | IFormatScheme | Data to initialize from. |
Exceptions
exception | condition |
---|---|
InvalidOperationException | Thrown if the FormatScheme is already initialized (not null). |
ArgumentNullException | Thrown if the formatScheme parameter is null. |
See Also
- interface IFormatScheme
- interface IOverrideTheme
- namespace Aspose.Slides.Theme
- assembly Aspose.Slides