SheetService
-
class
wvc.SheetService()
Constructors
-
wvc.SheetService.constructor() - SheetService():
SheetServiceReturns:
SheetService
Properties
-
wvc.SheetService.DefaultConfiguration static readonly
DefaultConfiguration:SheetServiceConfiguration
-
wvc.SheetService.serviceName readonly
serviceName: “SheetService”
Accessors
-
wvc.SheetService.sheetManager() - get sheetManager(): (undefined | SheetManager)
Returns: (undefined | SheetManager)
set sheetManager(sheetManager: (undefined | SheetManager)): voidParameters
sheetManager: (undefined | SheetManager)Returns: void
Methods
-
wvc.SheetService.getBackgroundSheetEnabled() - getBackgroundSheetEnabled(): boolean
Returns: boolean
-
wvc.SheetService.getSheetBackgroundColor() - getSheetBackgroundColor(): string
Returns: string
-
wvc.SheetService.getSheetColor() - getSheetColor(): string
Returns: string
-
wvc.SheetService.getSheetShadowColor() - getSheetShadowColor(): string
Returns: string
-
wvc.SheetService.resetConfiguration() - resetConfiguration(obj: object): Promise
Parameters
obj: objectReturns: Promise
-
wvc.SheetService.setBackgroundSheetEnabled() - setBackgroundSheetEnabled(enabled: boolean): Promise
Parameters
enabled: booleanReturns: Promise
-
wvc.SheetService.setSheetColors() - setSheetColors(backgroundColor: string, sheetColor: string, sheetShadowColor: string): Promise
Parameters
backgroundColor: string
sheetColor: string
sheetShadowColor: string
Returns: Promise