InitFormatSchemeFromInherited

IOverrideTheme.InitFormatSchemeFromInherited method

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

public void InitFormatSchemeFromInherited()

Exceptions

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

See Also