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