init_font_scheme_from method
init_font_scheme_from
Init FontScheme with new object for overriding FontScheme of InheritedTheme.
def init_font_scheme_from(self, font_scheme):
...
Parameter | Type | Description |
---|---|---|
font_scheme | IFontScheme | Data to initialize from. |
Exceptions
Exception | Description |
---|---|
RuntimeError(Proxy error(InvalidOperationException)) | Thrown if the FontScheme is already initialized (not None). |
RuntimeError(Proxy error(ArgumentNullException)) | Thrown if the fontScheme parameter is None. |
See Also
- class
IFontScheme
- class
OverrideTheme
- module
aspose.slides.theme
- library
Aspose.Slides