UNPKG
@sheetxl/models
Version:
latest (0.1.89)
0.1.89
0.1.88
0.1.87
0.1.86
0.1.85
0.1.84
0.1.83
0.1.82
0.1.81
0.1.80
0.1.79
0.1.78
0.1.77
0.1.74
0.1.73
0.1.72
0.1.71
0.1.70
0.1.69
0.1.67
0.1.66
0.1.65
0.1.64
0.1.63
0.1.62
0.1.61
0.1.60
0.1.59
0.1.58
0.1.57
0.1.56
0.1.55
0.1.52
0.1.51
0.1.50
0.1.49
0.1.27
0.1.24
0.1.2
0.1.1
0.0.60
0.0.56
0.0.54
0.0.47
Models - A Headless javascript spreadsheet library.
www.sheetxl.com
sheetxl/sheetxl
@sheetxl/models
/
types
/
text
/
impl
/
WordWrapUtils.d.ts
10 lines
•
311 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
class
WordWrapUtils
{
static
TAB
:
string
;
static
NL
:
string
;
static
SPACE
:
string
;
static
PERIOD
:
string
;
static
DEFAULT_LINE_SPACING
:
number
;
static
DEFAULT_TAB_WIDTH
:
number
;
static
DEFAULT_LINE_HEIGHT_MULTIPIER
:
number
; }
//# sourceMappingURL=WordWrapUtils.d.ts.map