Init ColorScheme with new object for overriding ColorScheme of InheritedTheme. And initialize data of this new object with data of the ColorScheme of InheritedTheme.
Error
Error
Condition
com.aspose.ms.System.InvalidOperationException
Thrown if the ColorScheme is already initialized (not null).
initFontScheme
Name
Description
initFontScheme ()
Init FontScheme with new object for overriding FontScheme of InheritedTheme.
Error
Error
Condition
com.aspose.ms.System.InvalidOperationException
Thrown if the FontScheme is already initialized (not null).
Init FontScheme with new object for overriding FontScheme of InheritedTheme. And initialize data of this new object with data of the FontScheme of InheritedTheme.
Error
Error
Condition
com.aspose.ms.System.InvalidOperationException
Thrown if the FontScheme is already initialized (not null).
initFormatScheme
Name
Description
initFormatScheme ()
Init FormatScheme with new object for overriding FormatScheme of InheritedTheme.
Error
Error
Condition
com.aspose.ms.System.InvalidOperationException
Thrown if the FormatScheme is already initialized (not null).
Init FormatScheme with new object for overriding FormatScheme of InheritedTheme. And initialize data of this new object with data of the FormatScheme of InheritedTheme.
Error
Error
Condition
com.aspose.ms.System.InvalidOperationException
Thrown if the FormatScheme is already initialized (not null).
isEmpty
Name
Description
isEmpty ()
True value means that ColorScheme, FontScheme, FormatScheme is null and any overriding with this theme object are disabled. Read-only boolean.