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):
...
| Parameter | Type | Description |
|---|---|---|
| format_scheme | IFormatScheme | Data to initialize from. |
Exceptions
| Exception | Description |
|---|---|
| RuntimeError(Proxy error(InvalidOperationException)) | Thrown if the FormatScheme is already initialized (not None). |
| RuntimeError(Proxy error(ArgumentNullException)) | Thrown if the formatScheme parameter is None. |
See Also
- class
IFormatScheme - class
OverrideTheme - module
aspose.slides.theme - library
Aspose.Slides