axlsx 1.0.10a → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. data/Gemfile +6 -2
  2. data/Gemfile.lock +9 -13
  3. data/README.md +15 -57
  4. data/axlsx.gemspec +4 -0
  5. data/doc/Axlsx.html +247 -361
  6. data/doc/Axlsx/App.html +159 -237
  7. data/doc/Axlsx/Ar.html +11 -15
  8. data/doc/Axlsx/Ar/ClassMethods.html +12 -16
  9. data/doc/Axlsx/Ar/InstanceMethods.html +5 -6
  10. data/doc/Axlsx/Ar/SingletonMethods.html +58 -50
  11. data/doc/Axlsx/Axis.html +51 -75
  12. data/doc/Axlsx/Bar3DChart.html +53 -75
  13. data/doc/Axlsx/BarSeries.html +31 -45
  14. data/doc/Axlsx/Border.html +50 -70
  15. data/doc/Axlsx/BorderPr.html +62 -80
  16. data/doc/Axlsx/CatAxis.html +43 -62
  17. data/doc/Axlsx/CatAxisData.html +16 -23
  18. data/doc/Axlsx/Cell.html +142 -215
  19. data/doc/Axlsx/CellAlignment.html +75 -103
  20. data/doc/Axlsx/CellProtection.html +30 -44
  21. data/doc/Axlsx/CellStyle.html +46 -66
  22. data/doc/Axlsx/Chart.html +96 -139
  23. data/doc/Axlsx/Color.html +34 -50
  24. data/doc/Axlsx/ContentType.html +14 -20
  25. data/doc/Axlsx/Core.html +20 -29
  26. data/doc/Axlsx/DataTypeValidator.html +19 -27
  27. data/doc/Axlsx/Default.html +27 -39
  28. data/doc/Axlsx/Drawing.html +70 -104
  29. data/doc/Axlsx/Fill.html +23 -33
  30. data/doc/Axlsx/Font.html +98 -132
  31. data/doc/Axlsx/GradientFill.html +48 -70
  32. data/doc/Axlsx/GradientStop.html +21 -31
  33. data/doc/Axlsx/GraphicFrame.html +27 -40
  34. data/doc/Axlsx/Line3DChart.html +43 -62
  35. data/doc/Axlsx/LineSeries.html +25 -37
  36. data/doc/Axlsx/Marker.html +43 -63
  37. data/doc/Axlsx/NumFmt.html +65 -79
  38. data/doc/Axlsx/OneCellAnchor.html +54 -78
  39. data/doc/Axlsx/Override.html +27 -39
  40. data/doc/Axlsx/Package.html +70 -96
  41. data/doc/Axlsx/PatternFill.html +51 -66
  42. data/doc/Axlsx/Pic.html +76 -110
  43. data/doc/Axlsx/Pie3DChart.html +16 -23
  44. data/doc/Axlsx/PieSeries.html +30 -44
  45. data/doc/Axlsx/RegexValidator.html +10 -14
  46. data/doc/Axlsx/Relationship.html +27 -40
  47. data/doc/Axlsx/Relationships.html +14 -20
  48. data/doc/Axlsx/RestrictionValidator.html +17 -25
  49. data/doc/Axlsx/Row.html +53 -73
  50. data/doc/Axlsx/Scaling.html +31 -46
  51. data/doc/Axlsx/SerAxis.html +33 -49
  52. data/doc/Axlsx/Series.html +35 -51
  53. data/doc/Axlsx/SeriesTitle.html +10 -14
  54. data/doc/Axlsx/Styles.html +156 -210
  55. data/doc/Axlsx/TableStyle.html +32 -47
  56. data/doc/Axlsx/TableStyleElement.html +61 -75
  57. data/doc/Axlsx/TableStyles.html +28 -42
  58. data/doc/Axlsx/Title.html +25 -36
  59. data/doc/Axlsx/TwoCellAnchor.html +58 -83
  60. data/doc/Axlsx/ValAxis.html +24 -35
  61. data/doc/Axlsx/ValAxisData.html +9 -13
  62. data/doc/Axlsx/View3D.html +43 -64
  63. data/doc/Axlsx/Workbook.html +98 -135
  64. data/doc/Axlsx/Worksheet.html +143 -210
  65. data/doc/Axlsx/Xf.html +77 -114
  66. data/doc/_index.html +7 -43
  67. data/doc/class_list.html +1 -1
  68. data/doc/css/style.css +1 -1
  69. data/doc/file.LICENSE.html +21 -25
  70. data/doc/file.README.html +17 -57
  71. data/doc/index.html +17 -57
  72. data/doc/js/app.js +4 -4
  73. data/doc/method_list.html +446 -470
  74. data/doc/top-level-namespace.html +1 -1
  75. data/examples/example.rb +1 -1
  76. data/lib/axlsx.rb +3 -6
  77. data/lib/axlsx/stylesheet/styles.rb +1 -1
  78. data/lib/axlsx/version.rb +1 -1
  79. data/lib/axlsx/workbook/worksheet/cell.rb +8 -13
  80. data/test/rels/tc_relationships.rb +2 -6
  81. data/test/workbook/worksheet/tc_worksheet.rb +1 -1
  82. metadata +57 -17
  83. data/lib/axlsx/ar.rb +0 -72
@@ -96,9 +96,8 @@
96
96
 
97
97
  <h2>Overview</h2><div class="docstring">
98
98
  <div class="discussion">
99
- <p>
100
- A SerAxis object defines a series axis
101
- </p>
99
+
100
+ <p>A SerAxis object defines a series axis</p>
102
101
 
103
102
 
104
103
  </div>
@@ -134,9 +133,8 @@ A SerAxis object defines a series axis
134
133
 
135
134
 
136
135
 
137
- <span class="summary_desc"><div class='inline'><p>
138
- The number of tick lables to skip between labels.
139
- </p>
136
+ <span class="summary_desc"><div class='inline'>
137
+ <p>The number of tick lables to skip between labels.</p>
140
138
  </div></span>
141
139
 
142
140
  </li>
@@ -161,9 +159,8 @@ The number of tick lables to skip between labels.
161
159
 
162
160
 
163
161
 
164
- <span class="summary_desc"><div class='inline'><p>
165
- The number of tickmarks to be skipped before the next one is rendered.
166
- </p>
162
+ <span class="summary_desc"><div class='inline'>
163
+ <p>The number of tickmarks to be skipped before the next one is rendered.</p>
167
164
  </div></span>
168
165
 
169
166
  </li>
@@ -208,9 +205,8 @@ The number of tickmarks to be skipped before the next one is rendered.
208
205
 
209
206
 
210
207
 
211
- <span class="summary_desc"><div class='inline'><p>
212
- Creates a new SerAxis object.
213
- </p>
208
+ <span class="summary_desc"><div class='inline'>
209
+ <p>Creates a new SerAxis object.</p>
214
210
  </div></span>
215
211
 
216
212
  </li>
@@ -232,9 +228,8 @@ Creates a new SerAxis object.
232
228
 
233
229
 
234
230
 
235
- <span class="summary_desc"><div class='inline'><p>
236
- Serializes the series axis.
237
- </p>
231
+ <span class="summary_desc"><div class='inline'>
232
+ <p>Serializes the series axis.</p>
238
233
  </div></span>
239
234
 
240
235
  </li>
@@ -260,9 +255,8 @@ Serializes the series axis.
260
255
 
261
256
  </p><div class="docstring">
262
257
  <div class="discussion">
263
- <p>
264
- Creates a new SerAxis object
265
- </p>
258
+
259
+ <p>Creates a new SerAxis object</p>
266
260
 
267
261
 
268
262
  </div>
@@ -281,9 +275,8 @@ Creates a new SerAxis object
281
275
 
282
276
 
283
277
  &mdash;
284
- <div class='inline'><p>
285
- the id of this axis. Inherited
286
- </p>
278
+ <div class='inline'>
279
+ <p>the id of this axis. Inherited</p>
287
280
  </div>
288
281
 
289
282
  </li>
@@ -298,9 +291,8 @@ the id of this axis. Inherited
298
291
 
299
292
 
300
293
  &mdash;
301
- <div class='inline'><p>
302
- the id of the perpendicular axis. Inherited
303
- </p>
294
+ <div class='inline'>
295
+ <p>the id of the perpendicular axis. Inherited</p>
304
296
  </div>
305
297
 
306
298
  </li>
@@ -317,9 +309,8 @@ the id of the perpendicular axis. Inherited
317
309
 
318
310
 
319
311
  &mdash;
320
- <div class='inline'><p>
321
- a customizable set of options
322
- </p>
312
+ <div class='inline'>
313
+ <p>a customizable set of options</p>
323
314
  </div>
324
315
 
325
316
  </li>
@@ -342,9 +333,8 @@ a customizable set of options
342
333
  <span class="default">
343
334
 
344
335
  </span>
345
- &mdash; <div class='inline'><p>
346
- Inherited
347
- </p>
336
+ &mdash; <div class='inline'>
337
+ <p>Inherited</p>
348
338
  </div>
349
339
  </li>
350
340
 
@@ -354,9 +344,8 @@ Inherited
354
344
  <span class="default">
355
345
 
356
346
  </span>
357
- &mdash; <div class='inline'><p>
358
- Inherited
359
- </p>
347
+ &mdash; <div class='inline'>
348
+ <p>Inherited</p>
360
349
  </div>
361
350
  </li>
362
351
 
@@ -366,9 +355,8 @@ Inherited
366
355
  <span class="default">
367
356
 
368
357
  </span>
369
- &mdash; <div class='inline'><p>
370
- Inherited
371
- </p>
358
+ &mdash; <div class='inline'>
359
+ <p>Inherited</p>
372
360
  </div>
373
361
  </li>
374
362
 
@@ -435,9 +423,8 @@ Inherited
435
423
 
436
424
  </p><div class="docstring">
437
425
  <div class="discussion">
438
- <p>
439
- The number of tick lables to skip between labels
440
- </p>
426
+
427
+ <p>The number of tick lables to skip between labels</p>
441
428
 
442
429
 
443
430
  </div>
@@ -492,9 +479,8 @@ The number of tick lables to skip between labels
492
479
 
493
480
  </p><div class="docstring">
494
481
  <div class="discussion">
495
- <p>
496
- The number of tickmarks to be skipped before the next one is rendered.
497
- </p>
482
+
483
+ <p>The number of tickmarks to be skipped before the next one is rendered.</p>
498
484
 
499
485
 
500
486
  </div>
@@ -553,9 +539,8 @@ The number of tickmarks to be skipped before the next one is rendered.
553
539
 
554
540
  </p><div class="docstring">
555
541
  <div class="discussion">
556
- <p>
557
- Serializes the series axis
558
- </p>
542
+
543
+ <p>Serializes the series axis</p>
559
544
 
560
545
 
561
546
  </div>
@@ -574,9 +559,8 @@ Serializes the series axis
574
559
 
575
560
 
576
561
  &mdash;
577
- <div class='inline'><p>
578
- The document builder instance this objects xml will be added to.
579
- </p>
562
+ <div class='inline'>
563
+ <p>The document builder instance this objects xml will be added to.</p>
580
564
  </div>
581
565
 
582
566
  </li>
@@ -632,7 +616,7 @@ The document builder instance this objects xml will be added to.
632
616
  </div>
633
617
 
634
618
  <div id="footer">
635
- Generated on Sun Nov 27 21:54:23 2011 by
619
+ Generated on Wed Nov 30 08:53:36 2011 by
636
620
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
637
621
  0.7.3 (ruby-1.8.7).
638
622
  </div>
@@ -97,16 +97,14 @@
97
97
 
98
98
  <div class="note notetag">
99
99
  <strong>Note:</strong>
100
- <div class='inline'><p>
101
- The recommended way to manage series is to use Chart#add_series
102
- </p>
100
+ <div class='inline'>
101
+ <p>The recommended way to manage series is to use Chart#add_series</p>
103
102
  </div>
104
103
  </div>
105
104
 
106
- <p>
107
- A Series defines the common series attributes and is the super class for
108
- all concrete series types.
109
- </p>
105
+
106
+ <p>A Series defines the common series attributes and is the super class for
107
+ all concrete series types.</p>
110
108
 
111
109
 
112
110
  </div>
@@ -151,9 +149,8 @@ all concrete series types.
151
149
 
152
150
 
153
151
 
154
- <span class="summary_desc"><div class='inline'><p>
155
- The chart that owns this series.
156
- </p>
152
+ <span class="summary_desc"><div class='inline'>
153
+ <p>The chart that owns this series.</p>
157
154
  </div></span>
158
155
 
159
156
  </li>
@@ -178,9 +175,8 @@ The chart that owns this series.
178
175
 
179
176
 
180
177
 
181
- <span class="summary_desc"><div class='inline'><p>
182
- The title of the series.
183
- </p>
178
+ <span class="summary_desc"><div class='inline'>
179
+ <p>The title of the series.</p>
184
180
  </div></span>
185
181
 
186
182
  </li>
@@ -215,9 +211,8 @@ The title of the series.
215
211
 
216
212
 
217
213
 
218
- <span class="summary_desc"><div class='inline'><p>
219
- The index of this series in the chart&#8217;s series.
220
- </p>
214
+ <span class="summary_desc"><div class='inline'>
215
+ <p>The index of this series in the charts series.</p>
221
216
  </div></span>
222
217
 
223
218
  </li>
@@ -241,9 +236,8 @@ The index of this series in the chart&#8217;s series.
241
236
 
242
237
 
243
238
 
244
- <span class="summary_desc"><div class='inline'><p>
245
- Creates a new series.
246
- </p>
239
+ <span class="summary_desc"><div class='inline'>
240
+ <p>Creates a new series.</p>
247
241
  </div></span>
248
242
 
249
243
  </li>
@@ -265,9 +259,8 @@ Creates a new series.
265
259
 
266
260
 
267
261
 
268
- <span class="summary_desc"><div class='inline'><p>
269
- The order of this series in the chart&#8217;s series.
270
- </p>
262
+ <span class="summary_desc"><div class='inline'>
263
+ <p>The order of this series in the charts series.</p>
271
264
  </div></span>
272
265
 
273
266
  </li>
@@ -310,9 +303,8 @@ The order of this series in the chart&#8217;s series.
310
303
 
311
304
 
312
305
 
313
- <span class="summary_desc"><div class='inline'><p>
314
- Serializes the series.
315
- </p>
306
+ <span class="summary_desc"><div class='inline'>
307
+ <p>Serializes the series.</p>
316
308
  </div></span>
317
309
 
318
310
  </li>
@@ -333,9 +325,8 @@ Serializes the series.
333
325
 
334
326
  </p><div class="docstring">
335
327
  <div class="discussion">
336
- <p>
337
- Creates a new series
338
- </p>
328
+
329
+ <p>Creates a new series</p>
339
330
 
340
331
 
341
332
  </div>
@@ -367,9 +358,8 @@ Creates a new series
367
358
 
368
359
 
369
360
  &mdash;
370
- <div class='inline'><p>
371
- a customizable set of options
372
- </p>
361
+ <div class='inline'>
362
+ <p>a customizable set of options</p>
373
363
  </div>
374
364
 
375
365
  </li>
@@ -455,9 +445,8 @@ a customizable set of options
455
445
 
456
446
  </p><div class="docstring">
457
447
  <div class="discussion">
458
- <p>
459
- The chart that owns this series
460
- </p>
448
+
449
+ <p>The chart that owns this series</p>
461
450
 
462
451
 
463
452
  </div>
@@ -512,9 +501,8 @@ The chart that owns this series
512
501
 
513
502
  </p><div class="docstring">
514
503
  <div class="discussion">
515
- <p>
516
- The title of the series
517
- </p>
504
+
505
+ <p>The title of the series</p>
518
506
 
519
507
 
520
508
  </div>
@@ -573,9 +561,8 @@ The title of the series
573
561
 
574
562
  </p><div class="docstring">
575
563
  <div class="discussion">
576
- <p>
577
- The index of this series in the chart&#8217;s series.
578
- </p>
564
+
565
+ <p>The index of this series in the charts series.</p>
579
566
 
580
567
 
581
568
  </div>
@@ -627,10 +614,9 @@ The index of this series in the chart&#8217;s series.
627
614
 
628
615
  </p><div class="docstring">
629
616
  <div class="discussion">
630
- <p>
631
- The order of this series in the chart&#8217;s series. By default the order
632
- is the index of the series.
633
- </p>
617
+
618
+ <p>The order of this series in the charts series. By default the order is
619
+ the index of the series.</p>
634
620
 
635
621
 
636
622
  </div>
@@ -723,9 +709,8 @@ is the index of the series.
723
709
 
724
710
  </p><div class="docstring">
725
711
  <div class="discussion">
726
- <p>
727
- Serializes the series
728
- </p>
712
+
713
+ <p>Serializes the series</p>
729
714
 
730
715
 
731
716
  </div>
@@ -744,9 +729,8 @@ Serializes the series
744
729
 
745
730
 
746
731
  &mdash;
747
- <div class='inline'><p>
748
- The document builder instance this objects xml will be added to.
749
- </p>
732
+ <div class='inline'>
733
+ <p>The document builder instance this objects xml will be added to.</p>
750
734
  </div>
751
735
 
752
736
  </li>
@@ -804,7 +788,7 @@ The document builder instance this objects xml will be added to.
804
788
  </div>
805
789
 
806
790
  <div id="footer">
807
- Generated on Sun Nov 27 21:54:17 2011 by
791
+ Generated on Wed Nov 30 08:53:41 2011 by
808
792
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
809
793
  0.7.3 (ruby-1.8.7).
810
794
  </div>
@@ -96,10 +96,9 @@
96
96
 
97
97
  <h2>Overview</h2><div class="docstring">
98
98
  <div class="discussion">
99
- <p>
100
- A series title is a Title with a slightly different serialization than
101
- chart titles.
102
- </p>
99
+
100
+ <p>A series title is a Title with a slightly different serialization than
101
+ chart titles.</p>
103
102
 
104
103
 
105
104
  </div>
@@ -148,9 +147,8 @@ chart titles.
148
147
 
149
148
 
150
149
 
151
- <span class="summary_desc"><div class='inline'><p>
152
- Serializes the series title.
153
- </p>
150
+ <span class="summary_desc"><div class='inline'>
151
+ <p>Serializes the series title.</p>
154
152
  </div></span>
155
153
 
156
154
  </li>
@@ -190,9 +188,8 @@ Serializes the series title.
190
188
 
191
189
  </p><div class="docstring">
192
190
  <div class="discussion">
193
- <p>
194
- Serializes the series title
195
- </p>
191
+
192
+ <p>Serializes the series title</p>
196
193
 
197
194
 
198
195
  </div>
@@ -211,9 +208,8 @@ Serializes the series title
211
208
 
212
209
 
213
210
  &mdash;
214
- <div class='inline'><p>
215
- The document builder instance this objects xml will be added to.
216
- </p>
211
+ <div class='inline'>
212
+ <p>The document builder instance this objects xml will be added to.</p>
217
213
  </div>
218
214
 
219
215
  </li>
@@ -281,7 +277,7 @@ The document builder instance this objects xml will be added to.
281
277
  </div>
282
278
 
283
279
  <div id="footer">
284
- Generated on Sun Nov 27 21:54:11 2011 by
280
+ Generated on Wed Nov 30 08:53:44 2011 by
285
281
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
286
282
  0.7.3 (ruby-1.8.7).
287
283
  </div>
@@ -97,20 +97,18 @@
97
97
 
98
98
  <div class="note notetag">
99
99
  <strong>Note:</strong>
100
- <div class='inline'><p>
101
- The recommended way to manage styles is with add_style
102
- </p>
100
+ <div class='inline'>
101
+ <p>The recommended way to manage styles is with add_style</p>
103
102
  </div>
104
103
  </div>
105
104
 
106
- <p>
107
- The Styles class manages worksheet styles In addition to creating the
105
+
106
+ <p>The Styles class manages worksheet styles In addition to creating the
108
107
  require style objects for a valid xlsx package, this class provides the key
109
108
  mechanism for adding styles to your workbook, and safely applying them to
110
109
  the cells of your worksheet. All portions of the stylesheet are implemented
111
110
  here exception colors, which specify legacy and modified pallete colors,
112
- and exLst, whic is used as a future feature data storage area.
113
- </p>
111
+ and exLst, whic is used as a future feature data storage area.</p>
114
112
 
115
113
 
116
114
  </div>
@@ -151,10 +149,9 @@ and exLst, whic is used as a future feature data storage area.
151
149
 
152
150
 
153
151
 
154
- <span class="summary_desc"><div class='inline'><p>
155
- The collection of borders used in this workbook Axlsx predefines
156
- THIN_BORDER which can be used to put a border around all of your cells.
157
- </p>
152
+ <span class="summary_desc"><div class='inline'>
153
+ <p>The collection of borders used in this workbook Axlsx predefines
154
+ THIN_BORDER which can be used to put a border around all of your cells.</p>
158
155
  </div></span>
159
156
 
160
157
  </li>
@@ -179,10 +176,9 @@ THIN_BORDER which can be used to put a border around all of your cells.
179
176
 
180
177
 
181
178
 
182
- <span class="summary_desc"><div class='inline'><p>
183
- The collection of named styles, referencing cellStyleXfs items in the
184
- workbook.
185
- </p>
179
+ <span class="summary_desc"><div class='inline'>
180
+ <p>The collection of named styles, referencing cellStyleXfs items in the
181
+ workbook.</p>
186
182
  </div></span>
187
183
 
188
184
  </li>
@@ -207,10 +203,9 @@ workbook.
207
203
 
208
204
 
209
205
 
210
- <span class="summary_desc"><div class='inline'><p>
211
- The collection of master formatting records for named cell styles, which
212
- means records defined in cellStyles, in the workbook.
213
- </p>
206
+ <span class="summary_desc"><div class='inline'>
207
+ <p>The collection of master formatting records for named cell styles, which
208
+ means records defined in cellStyles, in the workbook.</p>
214
209
  </div></span>
215
210
 
216
211
  </li>
@@ -235,9 +230,8 @@ means records defined in cellStyles, in the workbook.
235
230
 
236
231
 
237
232
 
238
- <span class="summary_desc"><div class='inline'><p>
239
- The collection of master formatting records.
240
- </p>
233
+ <span class="summary_desc"><div class='inline'>
234
+ <p>The collection of master formatting records.</p>
241
235
  </div></span>
242
236
 
243
237
  </li>
@@ -262,9 +256,8 @@ The collection of master formatting records.
262
256
 
263
257
 
264
258
 
265
- <span class="summary_desc"><div class='inline'><p>
266
- The collection of non-cell formatting records used in the worksheet.
267
- </p>
259
+ <span class="summary_desc"><div class='inline'>
260
+ <p>The collection of non-cell formatting records used in the worksheet.</p>
268
261
  </div></span>
269
262
 
270
263
  </li>
@@ -289,9 +282,8 @@ The collection of non-cell formatting records used in the worksheet.
289
282
 
290
283
 
291
284
 
292
- <span class="summary_desc"><div class='inline'><p>
293
- The collection of fills used in this workbook.
294
- </p>
285
+ <span class="summary_desc"><div class='inline'>
286
+ <p>The collection of fills used in this workbook.</p>
295
287
  </div></span>
296
288
 
297
289
  </li>
@@ -316,9 +308,8 @@ The collection of fills used in this workbook.
316
308
 
317
309
 
318
310
 
319
- <span class="summary_desc"><div class='inline'><p>
320
- The collection of fonts used in this workbook.
321
- </p>
311
+ <span class="summary_desc"><div class='inline'>
312
+ <p>The collection of fonts used in this workbook.</p>
322
313
  </div></span>
323
314
 
324
315
  </li>
@@ -343,9 +334,8 @@ The collection of fonts used in this workbook.
343
334
 
344
335
 
345
336
 
346
- <span class="summary_desc"><div class='inline'><p>
347
- numFmts for your styles.
348
- </p>
337
+ <span class="summary_desc"><div class='inline'>
338
+ <p>numFmts for your styles.</p>
349
339
  </div></span>
350
340
 
351
341
  </li>
@@ -370,10 +360,9 @@ numFmts for your styles.
370
360
 
371
361
 
372
362
 
373
- <span class="summary_desc"><div class='inline'><p>
374
- The collection of table styles that will be available to the user in the
375
- excel UI.
376
- </p>
363
+ <span class="summary_desc"><div class='inline'>
364
+ <p>The collection of table styles that will be available to the user in the
365
+ excel UI.</p>
377
366
  </div></span>
378
367
 
379
368
  </li>
@@ -408,9 +397,8 @@ excel UI.
408
397
 
409
398
 
410
399
 
411
- <span class="summary_desc"><div class='inline'><p>
412
- Drastically simplifies style creation and management.
413
- </p>
400
+ <span class="summary_desc"><div class='inline'>
401
+ <p>Drastically simplifies style creation and management.</p>
414
402
  </div></span>
415
403
 
416
404
  </li>
@@ -434,10 +422,9 @@ Drastically simplifies style creation and management.
434
422
 
435
423
 
436
424
 
437
- <span class="summary_desc"><div class='inline'><p>
438
- Creates a new Styles object and prepopulates it with the requires objects
439
- to generate a valid package style part.
440
- </p>
425
+ <span class="summary_desc"><div class='inline'>
426
+ <p>Creates a new Styles object and prepopulates it with the requires objects
427
+ to generate a valid package style part.</p>
441
428
  </div></span>
442
429
 
443
430
  </li>
@@ -459,9 +446,8 @@ to generate a valid package style part.
459
446
 
460
447
 
461
448
 
462
- <span class="summary_desc"><div class='inline'><p>
463
- Serializes the styles document.
464
- </p>
449
+ <span class="summary_desc"><div class='inline'>
450
+ <p>Serializes the styles document.</p>
465
451
  </div></span>
466
452
 
467
453
  </li>
@@ -482,10 +468,9 @@ Serializes the styles document.
482
468
 
483
469
  </p><div class="docstring">
484
470
  <div class="discussion">
485
- <p>
486
- Creates a new Styles object and prepopulates it with the requires objects
487
- to generate a valid package style part.
488
- </p>
471
+
472
+ <p>Creates a new Styles object and prepopulates it with the requires objects
473
+ to generate a valid package style part.</p>
489
474
 
490
475
 
491
476
  </div>
@@ -535,16 +520,14 @@ to generate a valid package style part.
535
520
 
536
521
  <div class="note notetag">
537
522
  <strong>Note:</strong>
538
- <div class='inline'><p>
539
- The recommended way to manage styles is with add_style
540
- </p>
523
+ <div class='inline'>
524
+ <p>The recommended way to manage styles is with add_style</p>
541
525
  </div>
542
526
  </div>
543
527
 
544
- <p>
545
- The collection of borders used in this workbook Axlsx predefines
546
- THIN_BORDER which can be used to put a border around all of your cells.
547
- </p>
528
+
529
+ <p>The collection of borders used in this workbook Axlsx predefines
530
+ THIN_BORDER which can be used to put a border around all of your cells.</p>
548
531
 
549
532
 
550
533
  </div>
@@ -609,16 +592,14 @@ THIN_BORDER which can be used to put a border around all of your cells.
609
592
 
610
593
  <div class="note notetag">
611
594
  <strong>Note:</strong>
612
- <div class='inline'><p>
613
- The recommended way to manage styles is with add_style
614
- </p>
595
+ <div class='inline'>
596
+ <p>The recommended way to manage styles is with add_style</p>
615
597
  </div>
616
598
  </div>
617
599
 
618
- <p>
619
- The collection of named styles, referencing cellStyleXfs items in the
620
- workbook.
621
- </p>
600
+
601
+ <p>The collection of named styles, referencing cellStyleXfs items in the
602
+ workbook.</p>
622
603
 
623
604
 
624
605
  </div>
@@ -683,16 +664,14 @@ workbook.
683
664
 
684
665
  <div class="note notetag">
685
666
  <strong>Note:</strong>
686
- <div class='inline'><p>
687
- The recommended way to manage styles is with add_style
688
- </p>
667
+ <div class='inline'>
668
+ <p>The recommended way to manage styles is with add_style</p>
689
669
  </div>
690
670
  </div>
691
671
 
692
- <p>
693
- The collection of master formatting records for named cell styles, which
694
- means records defined in cellStyles, in the workbook
695
- </p>
672
+
673
+ <p>The collection of master formatting records for named cell styles, which
674
+ means records defined in cellStyles, in the workbook</p>
696
675
 
697
676
 
698
677
  </div>
@@ -757,16 +736,14 @@ means records defined in cellStyles, in the workbook
757
736
 
758
737
  <div class="note notetag">
759
738
  <strong>Note:</strong>
760
- <div class='inline'><p>
761
- The recommended way to manage styles is with add_style
762
- </p>
739
+ <div class='inline'>
740
+ <p>The recommended way to manage styles is with add_style</p>
763
741
  </div>
764
742
  </div>
765
743
 
766
- <p>
767
- The collection of master formatting records. This is the list that you will
768
- actually use in styling a workbook.
769
- </p>
744
+
745
+ <p>The collection of master formatting records. This is the list that you will
746
+ actually use in styling a workbook.</p>
770
747
 
771
748
 
772
749
  </div>
@@ -831,15 +808,13 @@ actually use in styling a workbook.
831
808
 
832
809
  <div class="note notetag">
833
810
  <strong>Note:</strong>
834
- <div class='inline'><p>
835
- The recommended way to manage styles is with add_style
836
- </p>
811
+ <div class='inline'>
812
+ <p>The recommended way to manage styles is with add_style</p>
837
813
  </div>
838
814
  </div>
839
815
 
840
- <p>
841
- The collection of non-cell formatting records used in the worksheet.
842
- </p>
816
+
817
+ <p>The collection of non-cell formatting records used in the worksheet.</p>
843
818
 
844
819
 
845
820
  </div>
@@ -904,15 +879,13 @@ The collection of non-cell formatting records used in the worksheet.
904
879
 
905
880
  <div class="note notetag">
906
881
  <strong>Note:</strong>
907
- <div class='inline'><p>
908
- The recommended way to manage styles is with add_style
909
- </p>
882
+ <div class='inline'>
883
+ <p>The recommended way to manage styles is with add_style</p>
910
884
  </div>
911
885
  </div>
912
886
 
913
- <p>
914
- The collection of fills used in this workbook
915
- </p>
887
+
888
+ <p>The collection of fills used in this workbook</p>
916
889
 
917
890
 
918
891
  </div>
@@ -977,15 +950,13 @@ The collection of fills used in this workbook
977
950
 
978
951
  <div class="note notetag">
979
952
  <strong>Note:</strong>
980
- <div class='inline'><p>
981
- The recommended way to manage styles is with add_style
982
- </p>
953
+ <div class='inline'>
954
+ <p>The recommended way to manage styles is with add_style</p>
983
955
  </div>
984
956
  </div>
985
957
 
986
- <p>
987
- The collection of fonts used in this workbook
988
- </p>
958
+
959
+ <p>The collection of fonts used in this workbook</p>
989
960
 
990
961
 
991
962
  </div>
@@ -1050,50 +1021,48 @@ The collection of fonts used in this workbook
1050
1021
 
1051
1022
  <div class="note notetag">
1052
1023
  <strong>Note:</strong>
1053
- <div class='inline'><p>
1054
- The recommended way to manage styles is with add_style
1055
- </p>
1024
+ <div class='inline'>
1025
+ <p>The recommended way to manage styles is with add_style</p>
1056
1026
  </div>
1057
1027
  </div>
1058
1028
 
1059
- <p>
1060
- numFmts for your styles.
1061
- </p>
1062
- <pre class="code">
1063
- <span class='The constant id'>The</span> <span class='default identifier id'>default</span> <span class='styles identifier id'>styles</span><span class='comma token'>,</span> <span class='which identifier id'>which</span> <span class='change identifier id'>change</span> <span class='based identifier id'>based</span> <span class='on identifier id'>on</span> <span class='the identifier id'>the</span> <span class='system identifier id'>system</span> <span class='local identifier id'>local</span><span class='comma token'>,</span> <span class='are identifier id'>are</span> <span class='as identifier id'>as</span> <span class='follows identifier id'>follows</span><span class='dot token'>.</span>
1064
- <span class='id identifier id'>id</span> <span class='formatCode identifier id'>formatCode</span>
1065
- <span class='integer val'>0</span> <span class='General constant id'>General</span>
1066
- <span class='integer val'>1</span> <span class='integer val'>0</span>
1067
- <span class='integer val'>2</span> <span class='integer val'>0</span><span class='integer val'>.00</span>
1068
- <span class='integer val'>3</span> <span class='comment val'>#,##0</span>
1069
- <span class='integer val'>4</span> <span class='comment val'>#,##0.00</span>
1070
- <span class='integer val'>9</span> <span class='integer val'>0</span><span class='mod op'>%</span>
1071
- <span class='integer val'>10</span> <span class='integer val'>0</span><span class='integer val'>.00</span><span class='mod op'>%</span>
1072
- <span class='integer val'>11</span> <span class='integer val'>0</span><span class='float val'>.00E+00</span>
1073
- <span class='integer val'>12</span> <span class='comment val'># ?/?</span>
1074
- <span class='integer val'>13</span> <span class='comment val'># ??/??</span>
1075
- <span class='integer val'>14</span> <span class='mm identifier id'>mm</span><span class='minus op'>-</span><span class='dd identifier id'>dd</span><span class='minus op'>-</span><span class='yy identifier id'>yy</span>
1076
- <span class='integer val'>15</span> <span class='d identifier id'>d</span><span class='minus op'>-</span><span class='mmm identifier id'>mmm</span><span class='minus op'>-</span><span class='yy identifier id'>yy</span>
1077
- <span class='integer val'>16</span> <span class='d identifier id'>d</span><span class='minus op'>-</span><span class='mmm identifier id'>mmm</span>
1078
- <span class='integer val'>17</span> <span class='mmm identifier id'>mmm</span><span class='minus op'>-</span><span class='yy identifier id'>yy</span>
1079
- <span class='integer val'>18</span> <span class='h identifier id'>h</span><span class='symbol val'>:mm</span> <span class='AM constant id'>AM</span><span class='div op'>/</span><span class='PM constant id'>PM</span>
1080
- <span class='integer val'>19</span> <span class='h identifier id'>h</span><span class='symbol val'>:mm</span><span class='symbol val'>:ss</span> <span class='AM constant id'>AM</span><span class='div op'>/</span><span class='PM constant id'>PM</span>
1081
- <span class='integer val'>20</span> <span class='h identifier id'>h</span><span class='symbol val'>:mm</span>
1082
- <span class='integer val'>21</span> <span class='h identifier id'>h</span><span class='symbol val'>:mm</span><span class='symbol val'>:ss</span>
1083
- <span class='integer val'>22</span> <span class='m identifier id'>m</span><span class='div op'>/</span><span class='d identifier id'>d</span><span class='div op'>/</span><span class='yy identifier id'>yy</span> <span class='h identifier id'>h</span><span class='symbol val'>:mm</span>
1084
- <span class='integer val'>37</span> <span class='comment val'>#,##0 ;(#,##0)</span>
1085
- <span class='integer val'>38</span> <span class='comment val'>#,##0 ;[Red](#,##0)</span>
1086
- <span class='integer val'>39</span> <span class='comment val'>#,##0.00;(#,##0.00)</span>
1087
- <span class='integer val'>40</span> <span class='comment val'>#,##0.00;[Red](#,##0.00)</span>
1088
- <span class='integer val'>45</span> <span class='mm identifier id'>mm</span><span class='symbol val'>:ss</span>
1089
- <span class='integer val'>46</span> <span class='lbrack token'>[</span><span class='h identifier id'>h</span><span class='rbrack token'>]</span><span class='symbol val'>:mm</span><span class='symbol val'>:ss</span>
1090
- <span class='integer val'>47</span> <span class='mmss identifier id'>mmss</span><span class='integer val'>.0</span>
1091
- <span class='integer val'>48</span> <span class='comment val'>##0.0E+0</span>
1092
- <span class='integer val'>49</span> @
1093
- <span class='Axlsx constant id'>Axlsx</span> <span class='also identifier id'>also</span> <span class='defines identifier id'>defines</span> <span class='the identifier id'>the</span> <span class='following identifier id'>following</span> <span class='constants identifier id'>constants</span> <span class='which identifier id'>which</span> <span class='you identifier id'>you</span> <span class='can identifier id'>can</span> <span class='use identifier id'>use</span> <span class='in in kw'>in</span> <span class='add_style identifier id'>add_style</span><span class='dot token'>.</span>
1094
- <span class='NUM_FMT_PERCENT constant id'>NUM_FMT_PERCENT</span> <span class='formats identifier id'>formats</span> <span class='to identifier id'>to</span> <span class='string val'>&quot;0%&quot;</span>
1095
- <span class='NUM_FMT_YYYYMMDD constant id'>NUM_FMT_YYYYMMDD</span> <span class='formats identifier id'>formats</span> <span class='to identifier id'>to</span> <span class='string val'>&quot;yyyy/mm/dd&quot;</span>
1096
- <span class='NUM_FMT_YYYYMMDDHHMMSS constant id'>NUM_FMT_YYYYMMDDHHMMSS</span> <span class='formats identifier id'>formats</span> <span class='to identifier id'>to</span> <span class='string val'>&quot;yyyy/mm/dd hh:mm:ss&quot;</span>
1029
+
1030
+ <p>numFmts for your styles.</p>
1031
+
1032
+ <pre class="code"><span class='The constant id'>The</span> <span class='default identifier id'>default</span> <span class='styles identifier id'>styles</span><span class='comma token'>,</span> <span class='which identifier id'>which</span> <span class='change identifier id'>change</span> <span class='based identifier id'>based</span> <span class='on identifier id'>on</span> <span class='the identifier id'>the</span> <span class='system identifier id'>system</span> <span class='local identifier id'>local</span><span class='comma token'>,</span> <span class='are identifier id'>are</span> <span class='as identifier id'>as</span> <span class='follows identifier id'>follows</span><span class='dot token'>.</span>
1033
+ <span class='id identifier id'>id</span> <span class='formatCode identifier id'>formatCode</span>
1034
+ <span class='integer val'>0</span> <span class='General constant id'>General</span>
1035
+ <span class='integer val'>1</span> <span class='integer val'>0</span>
1036
+ <span class='integer val'>2</span> <span class='integer val'>0</span><span class='integer val'>.00</span>
1037
+ <span class='integer val'>3</span> <span class='comment val'>#,##0</span>
1038
+ <span class='integer val'>4</span> <span class='comment val'>#,##0.00</span>
1039
+ <span class='integer val'>9</span> <span class='integer val'>0</span><span class='mod op'>%</span>
1040
+ <span class='integer val'>10</span> <span class='integer val'>0</span><span class='integer val'>.00</span><span class='mod op'>%</span>
1041
+ <span class='integer val'>11</span> <span class='integer val'>0</span><span class='float val'>.00E+00</span>
1042
+ <span class='integer val'>12</span> <span class='comment val'># ?/?</span>
1043
+ <span class='integer val'>13</span> <span class='comment val'># ??/??</span>
1044
+ <span class='integer val'>14</span> <span class='mm identifier id'>mm</span><span class='minus op'>-</span><span class='dd identifier id'>dd</span><span class='minus op'>-</span><span class='yy identifier id'>yy</span>
1045
+ <span class='integer val'>15</span> <span class='d identifier id'>d</span><span class='minus op'>-</span><span class='mmm identifier id'>mmm</span><span class='minus op'>-</span><span class='yy identifier id'>yy</span>
1046
+ <span class='integer val'>16</span> <span class='d identifier id'>d</span><span class='minus op'>-</span><span class='mmm identifier id'>mmm</span>
1047
+ <span class='integer val'>17</span> <span class='mmm identifier id'>mmm</span><span class='minus op'>-</span><span class='yy identifier id'>yy</span>
1048
+ <span class='integer val'>18</span> <span class='h identifier id'>h</span><span class='symbol val'>:mm</span> <span class='AM constant id'>AM</span><span class='div op'>/</span><span class='PM constant id'>PM</span>
1049
+ <span class='integer val'>19</span> <span class='h identifier id'>h</span><span class='symbol val'>:mm</span><span class='symbol val'>:ss</span> <span class='AM constant id'>AM</span><span class='div op'>/</span><span class='PM constant id'>PM</span>
1050
+ <span class='integer val'>20</span> <span class='h identifier id'>h</span><span class='symbol val'>:mm</span>
1051
+ <span class='integer val'>21</span> <span class='h identifier id'>h</span><span class='symbol val'>:mm</span><span class='symbol val'>:ss</span>
1052
+ <span class='integer val'>22</span> <span class='m identifier id'>m</span><span class='div op'>/</span><span class='d identifier id'>d</span><span class='div op'>/</span><span class='yy identifier id'>yy</span> <span class='h identifier id'>h</span><span class='symbol val'>:mm</span>
1053
+ <span class='integer val'>37</span> <span class='comment val'>#,##0 ;(#,##0)</span>
1054
+ <span class='integer val'>38</span> <span class='comment val'>#,##0 ;[Red](#,##0)</span>
1055
+ <span class='integer val'>39</span> <span class='comment val'>#,##0.00;(#,##0.00)</span>
1056
+ <span class='integer val'>40</span> <span class='comment val'>#,##0.00;[Red](#,##0.00)</span>
1057
+ <span class='integer val'>45</span> <span class='mm identifier id'>mm</span><span class='symbol val'>:ss</span>
1058
+ <span class='integer val'>46</span> <span class='lbrack token'>[</span><span class='h identifier id'>h</span><span class='rbrack token'>]</span><span class='symbol val'>:mm</span><span class='symbol val'>:ss</span>
1059
+ <span class='integer val'>47</span> <span class='mmss identifier id'>mmss</span><span class='integer val'>.0</span>
1060
+ <span class='integer val'>48</span> <span class='comment val'>##0.0E+0</span>
1061
+ <span class='integer val'>49</span> @
1062
+ <span class='Axlsx constant id'>Axlsx</span> <span class='also identifier id'>also</span> <span class='defines identifier id'>defines</span> <span class='the identifier id'>the</span> <span class='following identifier id'>following</span> <span class='constants identifier id'>constants</span> <span class='which identifier id'>which</span> <span class='you identifier id'>you</span> <span class='can identifier id'>can</span> <span class='use identifier id'>use</span> <span class='in in kw'>in</span> <span class='add_style identifier id'>add_style</span><span class='dot token'>.</span>
1063
+ <span class='NUM_FMT_PERCENT constant id'>NUM_FMT_PERCENT</span> <span class='formats identifier id'>formats</span> <span class='to identifier id'>to</span> <span class='string val'>&quot;0%&quot;</span>
1064
+ <span class='NUM_FMT_YYYYMMDD constant id'>NUM_FMT_YYYYMMDD</span> <span class='formats identifier id'>formats</span> <span class='to identifier id'>to</span> <span class='string val'>&quot;yyyy/mm/dd&quot;</span>
1065
+ <span class='NUM_FMT_YYYYMMDDHHMMSS constant id'>NUM_FMT_YYYYMMDDHHMMSS</span> <span class='formats identifier id'>formats</span> <span class='to identifier id'>to</span> <span class='string val'>&quot;yyyy/mm/dd hh:mm:ss&quot;</span>
1097
1066
  </pre>
1098
1067
 
1099
1068
 
@@ -1161,16 +1130,14 @@ numFmts for your styles.
1161
1130
 
1162
1131
  <div class="note notetag">
1163
1132
  <strong>Note:</strong>
1164
- <div class='inline'><p>
1165
- The recommended way to manage styles is with add_style
1166
- </p>
1133
+ <div class='inline'>
1134
+ <p>The recommended way to manage styles is with add_style</p>
1167
1135
  </div>
1168
1136
  </div>
1169
1137
 
1170
- <p>
1171
- The collection of table styles that will be available to the user in the
1172
- excel UI
1173
- </p>
1138
+
1139
+ <p>The collection of table styles that will be available to the user in the
1140
+ excel UI</p>
1174
1141
 
1175
1142
 
1176
1143
  </div>
@@ -1236,9 +1203,8 @@ excel UI
1236
1203
 
1237
1204
  </p><div class="docstring">
1238
1205
  <div class="discussion">
1239
- <p>
1240
- Drastically simplifies style creation and management.
1241
- </p>
1206
+
1207
+ <p>Drastically simplifies style creation and management.</p>
1242
1208
 
1243
1209
 
1244
1210
  </div>
@@ -1248,9 +1214,8 @@ Drastically simplifies style creation and management.
1248
1214
  <div class="examples">
1249
1215
  <h3>Examples:</h3>
1250
1216
 
1251
- <h4><div class='inline'><p>
1252
- You Got Style
1253
- </p>
1217
+ <h4><div class='inline'>
1218
+ <p>You Got Style</p>
1254
1219
  </div></h4>
1255
1220
  <pre class="example code"><span class='require identifier id'>require</span> <span class='string val'>&quot;rubygems&quot;</span> <span class='comment val'># if that is your preferred way to manage gems!</span>
1256
1221
  <span class='require identifier id'>require</span> <span class='string val'>&quot;axlsx&quot;</span>
@@ -1268,9 +1233,8 @@ You Got Style
1268
1233
  <span class='p identifier id'>p</span><span class='dot token'>.</span><span class='serialize identifier id'>serialize</span><span class='lparen token'>(</span><span class='f identifier id'>f</span><span class='rparen token'>)</span>
1269
1234
  </pre>
1270
1235
 
1271
- <h4><div class='inline'><p>
1272
- Styling specifically
1273
- </p>
1236
+ <h4><div class='inline'>
1237
+ <p>Styling specifically</p>
1274
1238
  </div></h4>
1275
1239
  <pre class="example code"><span class='comment val'># an example of applying specific styles to specific cells</span>
1276
1240
  <span class='require identifier id'>require</span> <span class='string val'>&quot;rubygems&quot;</span> <span class='comment val'># if that is your preferred way to manage gems!</span>
@@ -1322,9 +1286,8 @@ Styling specifically
1322
1286
 
1323
1287
 
1324
1288
  &mdash;
1325
- <div class='inline'><p>
1326
- a customizable set of options
1327
- </p>
1289
+ <div class='inline'>
1290
+ <p>a customizable set of options</p>
1328
1291
  </div>
1329
1292
 
1330
1293
  </li>
@@ -1343,9 +1306,8 @@ a customizable set of options
1343
1306
  <span class="default">
1344
1307
 
1345
1308
  </span>
1346
- &mdash; <div class='inline'><p>
1347
- The text color
1348
- </p>
1309
+ &mdash; <div class='inline'>
1310
+ <p>The text color</p>
1349
1311
  </div>
1350
1312
  </li>
1351
1313
 
@@ -1355,9 +1317,8 @@ The text color
1355
1317
  <span class="default">
1356
1318
 
1357
1319
  </span>
1358
- &mdash; <div class='inline'><p>
1359
- The text size
1360
- </p>
1320
+ &mdash; <div class='inline'>
1321
+ <p>The text size</p>
1361
1322
  </div>
1362
1323
  </li>
1363
1324
 
@@ -1367,9 +1328,8 @@ The text size
1367
1328
  <span class="default">
1368
1329
 
1369
1330
  </span>
1370
- &mdash; <div class='inline'><p>
1371
- Indicates if the text should be bold
1372
- </p>
1331
+ &mdash; <div class='inline'>
1332
+ <p>Indicates if the text should be bold</p>
1373
1333
  </div>
1374
1334
  </li>
1375
1335
 
@@ -1379,9 +1339,8 @@ Indicates if the text should be bold
1379
1339
  <span class="default">
1380
1340
 
1381
1341
  </span>
1382
- &mdash; <div class='inline'><p>
1383
- Indicates if the text should be italicised
1384
- </p>
1342
+ &mdash; <div class='inline'>
1343
+ <p>Indicates if the text should be italicised</p>
1385
1344
  </div>
1386
1345
  </li>
1387
1346
 
@@ -1391,9 +1350,8 @@ Indicates if the text should be italicised
1391
1350
  <span class="default">
1392
1351
 
1393
1352
  </span>
1394
- &mdash; <div class='inline'><p>
1395
- Indicates if the text should be rendered with a strikethrough
1396
- </p>
1353
+ &mdash; <div class='inline'>
1354
+ <p>Indicates if the text should be rendered with a strikethrough</p>
1397
1355
  </div>
1398
1356
  </li>
1399
1357
 
@@ -1403,9 +1361,8 @@ Indicates if the text should be rendered with a strikethrough
1403
1361
  <span class="default">
1404
1362
 
1405
1363
  </span>
1406
- &mdash; <div class='inline'><p>
1407
- Indicates if the text should be rendered with a shadow
1408
- </p>
1364
+ &mdash; <div class='inline'>
1365
+ <p>Indicates if the text should be rendered with a shadow</p>
1409
1366
  </div>
1410
1367
  </li>
1411
1368
 
@@ -1415,9 +1372,8 @@ Indicates if the text should be rendered with a shadow
1415
1372
  <span class="default">
1416
1373
 
1417
1374
  </span>
1418
- &mdash; <div class='inline'><p>
1419
- The character set to use.
1420
- </p>
1375
+ &mdash; <div class='inline'>
1376
+ <p>The character set to use.</p>
1421
1377
  </div>
1422
1378
  </li>
1423
1379
 
@@ -1427,9 +1383,8 @@ The character set to use.
1427
1383
  <span class="default">
1428
1384
 
1429
1385
  </span>
1430
- &mdash; <div class='inline'><p>
1431
- The font family to use.
1432
- </p>
1386
+ &mdash; <div class='inline'>
1387
+ <p>The font family to use.</p>
1433
1388
  </div>
1434
1389
  </li>
1435
1390
 
@@ -1439,9 +1394,8 @@ The font family to use.
1439
1394
  <span class="default">
1440
1395
 
1441
1396
  </span>
1442
- &mdash; <div class='inline'><p>
1443
- The name of the font to use
1444
- </p>
1397
+ &mdash; <div class='inline'>
1398
+ <p>The name of the font to use</p>
1445
1399
  </div>
1446
1400
  </li>
1447
1401
 
@@ -1451,9 +1405,8 @@ The name of the font to use
1451
1405
  <span class="default">
1452
1406
 
1453
1407
  </span>
1454
- &mdash; <div class='inline'><p>
1455
- The number format to apply
1456
- </p>
1408
+ &mdash; <div class='inline'>
1409
+ <p>The number format to apply</p>
1457
1410
  </div>
1458
1411
  </li>
1459
1412
 
@@ -1463,9 +1416,8 @@ The number format to apply
1463
1416
  <span class="default">
1464
1417
 
1465
1418
  </span>
1466
- &mdash; <div class='inline'><p>
1467
- The formatting to apply. If this is specified, num_fmt is ignored.
1468
- </p>
1419
+ &mdash; <div class='inline'>
1420
+ <p>The formatting to apply. If this is specified, num_fmt is ignored.</p>
1469
1421
  </div>
1470
1422
  </li>
1471
1423
 
@@ -1475,9 +1427,8 @@ The formatting to apply. If this is specified, num_fmt is ignored.
1475
1427
  <span class="default">
1476
1428
 
1477
1429
  </span>
1478
- &mdash; <div class='inline'><p>
1479
- The border style to use.
1480
- </p>
1430
+ &mdash; <div class='inline'>
1431
+ <p>The border style to use.</p>
1481
1432
  </div>
1482
1433
  </li>
1483
1434
 
@@ -1487,9 +1438,8 @@ The border style to use.
1487
1438
  <span class="default">
1488
1439
 
1489
1440
  </span>
1490
- &mdash; <div class='inline'><p>
1491
- The background color to apply to the cell
1492
- </p>
1441
+ &mdash; <div class='inline'>
1442
+ <p>The background color to apply to the cell</p>
1493
1443
  </div>
1494
1444
  </li>
1495
1445
 
@@ -1499,9 +1449,8 @@ The background color to apply to the cell
1499
1449
  <span class="default">
1500
1450
 
1501
1451
  </span>
1502
- &mdash; <div class='inline'><p>
1503
- Indicates if the cell should be hidden
1504
- </p>
1452
+ &mdash; <div class='inline'>
1453
+ <p>Indicates if the cell should be hidden</p>
1505
1454
  </div>
1506
1455
  </li>
1507
1456
 
@@ -1511,9 +1460,8 @@ Indicates if the cell should be hidden
1511
1460
  <span class="default">
1512
1461
 
1513
1462
  </span>
1514
- &mdash; <div class='inline'><p>
1515
- Indicates if the cell should be locked
1516
- </p>
1463
+ &mdash; <div class='inline'>
1464
+ <p>Indicates if the cell should be locked</p>
1517
1465
  </div>
1518
1466
  </li>
1519
1467
 
@@ -1523,9 +1471,8 @@ Indicates if the cell should be locked
1523
1471
  <span class="default">
1524
1472
 
1525
1473
  </span>
1526
- &mdash; <div class='inline'><p>
1527
- A hash defining any of the attributes used in CellAlignment
1528
- </p>
1474
+ &mdash; <div class='inline'>
1475
+ <p>A hash defining any of the attributes used in CellAlignment</p>
1529
1476
  </div>
1530
1477
  </li>
1531
1478
 
@@ -1681,9 +1628,8 @@ A hash defining any of the attributes used in CellAlignment
1681
1628
 
1682
1629
  </p><div class="docstring">
1683
1630
  <div class="discussion">
1684
- <p>
1685
- Serializes the styles document
1686
- </p>
1631
+
1632
+ <p>Serializes the styles document</p>
1687
1633
 
1688
1634
 
1689
1635
  </div>
@@ -1745,7 +1691,7 @@ Serializes the styles document
1745
1691
  </div>
1746
1692
 
1747
1693
  <div id="footer">
1748
- Generated on Sun Nov 27 21:54:13 2011 by
1694
+ Generated on Wed Nov 30 08:53:46 2011 by
1749
1695
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1750
1696
  0.7.3 (ruby-1.8.7).
1751
1697
  </div>