UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

20 lines (19 loc) 390 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum IGFormattedTextSettingsFlags { Font = 2, Bold = 4, Height = 8, Italic = 16, StrikeThrough = 32, SuperSubScript = 64, Foreground = 128, Underline = 256, All = 510 } /** * @hidden */ export declare let IGFormattedTextSettingsFlags_$type: Type;