src/components/kendoUI/fontdialog/fontdialog.component.ts
Helper class for handling fonts
Properties |
Methods |
constructor(name: string, size: number, bold: boolean, italic: boolean, strikeout: boolean, underline: boolean)
|
Bold |
Type : boolean
|
Italic |
Type : boolean
|
Name |
Type : string
|
Size |
Type : number
|
Strikeout |
Type : boolean
|
Underline |
Type : boolean
|
ToJson |
ToJson()
|
Returns :
string
|