init_format_scheme_from method

init_format_scheme_from

Init FormatScheme with new object for overriding FormatScheme of InheritedTheme.

def init_format_scheme_from(self, format_scheme):
    ...
ParameterTypeDescription
format_schemeIFormatSchemeData to initialize from.

Exceptions

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

See Also