init_format_scheme_from_inherited method

init_format_scheme_from_inherited

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

def init_format_scheme_from_inherited(self):
    ...

Exceptions

ExceptionDescription
RuntimeError(Proxy error(InvalidOperationException))Thrown if the FormatScheme is already initialized (not null).

See Also