ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
2
3
A sample range to be used as data for Bjorn's Label Studio
4
5
NameTitleColorFontSizeName Color
Name FontSize
6
Kalle AnkaCEORed18pt
7
Donald DuckVPRed18pt
8
Mickey MouseCTO
9
Musse PiggVP#008080
10
Daisy DuckPresident
11
Scrooge McDuckSupport
12
Ludwig Von DrakeInvestor
13
This is a long name that should wrap
14
15
This column (Color) sets the color for all fields in a label
16
This column (FontSize) sets the font size for all fields
17
This column (Name Color) sets the color for the Name field
18
This column (Name FontSize) sets the font size for the Name field
19
20
You can use CSS color names or CSS #RRGGBB color values
21
https://www.w3schools.com/cssref/css_colors.asp
22
23
Font sizes are set in CSS syntax, e.g. 36pt, 36px etc.
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100