InitFontSchemeFromInherited

IOverrideTheme.InitFontSchemeFromInherited method

Init FontScheme with new object for overriding FontScheme of InheritedTheme. And initialize data of this new object with data of the FontScheme of InheritedTheme.

public void InitFontSchemeFromInherited()

Exceptions

exceptioncondition
InvalidOperationExceptionThrown if the FontScheme is already initialized (not null).

See Also