ApiThemeFormatScheme
class ApiThemeFormatScheme
Description
Class representing a theme format scheme.
Instance Methods
- GetClassType
(): themeFormatScheme
Returns the type of the ApiThemeFormatScheme class.
- SetSchemeName
(sName): boolean
Sets a name to the current theme format scheme.
- ChangeFillStyles
(arrFill)
Sets the fill styles to the current theme format scheme.
- ChangeBgFillStyles
(arrBgFill)
Sets the background fill styles to the current theme format scheme.
- ChangeLineStyles
(arrLine)
Sets the line styles to the current theme format scheme.
- Copy
(): ApiThemeFormatScheme
Creates a copy of the current theme format scheme.
- ToJSON
(): JSON
Converts the ApiThemeFormatScheme object into the JSON object.