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
@@ -99,16 +99,14 @@
99
99
 
100
100
  <div class="note notetag">
101
101
  <strong>Note:</strong>
102
- <div class='inline'><p>
103
- Table are not supported in this version and only the defaults required for
104
- a valid workbook are created.
105
- </p>
102
+ <div class='inline'>
103
+ <p>Table are not supported in this version and only the defaults required for
104
+ a valid workbook are created.</p>
106
105
  </div>
107
106
  </div>
108
107
 
109
- <p>
110
- A single table style definition and is a collection for tableStyleElements
111
- </p>
108
+
109
+ <p>A single table style definition and is a collection for tableStyleElements</p>
112
110
 
113
111
 
114
112
  </div>
@@ -144,9 +142,8 @@ A single table style definition and is a collection for tableStyleElements
144
142
 
145
143
 
146
144
 
147
- <span class="summary_desc"><div class='inline'><p>
148
- The name of this table style.
149
- </p>
145
+ <span class="summary_desc"><div class='inline'>
146
+ <p>The name of this table style.</p>
150
147
  </div></span>
151
148
 
152
149
  </li>
@@ -171,9 +168,8 @@ The name of this table style.
171
168
 
172
169
 
173
170
 
174
- <span class="summary_desc"><div class='inline'><p>
175
- indicates if this style should be applied to pivot tables.
176
- </p>
171
+ <span class="summary_desc"><div class='inline'>
172
+ <p>indicates if this style should be applied to pivot tables.</p>
177
173
  </div></span>
178
174
 
179
175
  </li>
@@ -198,9 +194,8 @@ indicates if this style should be applied to pivot tables.
198
194
 
199
195
 
200
196
 
201
- <span class="summary_desc"><div class='inline'><p>
202
- indicates if this style should be applied to tables.
203
- </p>
197
+ <span class="summary_desc"><div class='inline'>
198
+ <p>indicates if this style should be applied to tables.</p>
204
199
  </div></span>
205
200
 
206
201
  </li>
@@ -245,9 +240,8 @@ indicates if this style should be applied to tables.
245
240
 
246
241
 
247
242
 
248
- <span class="summary_desc"><div class='inline'><p>
249
- creates a new TableStyle object.
250
- </p>
243
+ <span class="summary_desc"><div class='inline'>
244
+ <p>creates a new TableStyle object.</p>
251
245
  </div></span>
252
246
 
253
247
  </li>
@@ -269,9 +263,8 @@ creates a new TableStyle object.
269
263
 
270
264
 
271
265
 
272
- <span class="summary_desc"><div class='inline'><p>
273
- Serializes the table style.
274
- </p>
266
+ <span class="summary_desc"><div class='inline'>
267
+ <p>Serializes the table style.</p>
275
268
  </div></span>
276
269
 
277
270
  </li>
@@ -297,9 +290,8 @@ Serializes the table style.
297
290
 
298
291
  </p><div class="docstring">
299
292
  <div class="discussion">
300
- <p>
301
- creates a new TableStyle object
302
- </p>
293
+
294
+ <p>creates a new TableStyle object</p>
303
295
 
304
296
 
305
297
  </div>
@@ -331,9 +323,8 @@ creates a new TableStyle object
331
323
 
332
324
 
333
325
  &mdash;
334
- <div class='inline'><p>
335
- a customizable set of options
336
- </p>
326
+ <div class='inline'>
327
+ <p>a customizable set of options</p>
337
328
  </div>
338
329
 
339
330
  </li>
@@ -380,9 +371,8 @@ a customizable set of options
380
371
 
381
372
 
382
373
  &mdash;
383
- <div class='inline'><p>
384
- if name option is not provided.
385
- </p>
374
+ <div class='inline'>
375
+ <p>if name option is not provided.</p>
386
376
  </div>
387
377
 
388
378
  </li>
@@ -446,9 +436,8 @@ if name option is not provided.
446
436
 
447
437
  </p><div class="docstring">
448
438
  <div class="discussion">
449
- <p>
450
- The name of this table style
451
- </p>
439
+
440
+ <p>The name of this table style</p>
452
441
 
453
442
 
454
443
  </div>
@@ -503,9 +492,8 @@ The name of this table style
503
492
 
504
493
  </p><div class="docstring">
505
494
  <div class="discussion">
506
- <p>
507
- indicates if this style should be applied to pivot tables
508
- </p>
495
+
496
+ <p>indicates if this style should be applied to pivot tables</p>
509
497
 
510
498
 
511
499
  </div>
@@ -560,9 +548,8 @@ indicates if this style should be applied to pivot tables
560
548
 
561
549
  </p><div class="docstring">
562
550
  <div class="discussion">
563
- <p>
564
- indicates if this style should be applied to tables
565
- </p>
551
+
552
+ <p>indicates if this style should be applied to tables</p>
566
553
 
567
554
 
568
555
  </div>
@@ -621,9 +608,8 @@ indicates if this style should be applied to tables
621
608
 
622
609
  </p><div class="docstring">
623
610
  <div class="discussion">
624
- <p>
625
- Serializes the table style
626
- </p>
611
+
612
+ <p>Serializes the table style</p>
627
613
 
628
614
 
629
615
  </div>
@@ -642,9 +628,8 @@ Serializes the table style
642
628
 
643
629
 
644
630
  &mdash;
645
- <div class='inline'><p>
646
- The document builder instance this objects xml will be added to.
647
- </p>
631
+ <div class='inline'>
632
+ <p>The document builder instance this objects xml will be added to.</p>
648
633
  </div>
649
634
 
650
635
  </li>
@@ -696,7 +681,7 @@ The document builder instance this objects xml will be added to.
696
681
  </div>
697
682
 
698
683
  <div id="footer">
699
- Generated on Sun Nov 27 21:54:14 2011 by
684
+ Generated on Wed Nov 30 08:53:35 2011 by
700
685
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
701
686
  0.7.3 (ruby-1.8.7).
702
687
  </div>
@@ -97,16 +97,14 @@
97
97
 
98
98
  <div class="note notetag">
99
99
  <strong>Note:</strong>
100
- <div class='inline'><p>
101
- tables and table styles are not supported in this version. This class
102
- exists in preparation for that support.
103
- </p>
100
+ <div class='inline'>
101
+ <p>tables and table styles are not supported in this version. This class
102
+ exists in preparation for that support.</p>
104
103
  </div>
105
104
  </div>
106
105
 
107
- <p>
108
- an element of style that belongs to a table style.
109
- </p>
106
+
107
+ <p>an element of style that belongs to a table style.</p>
110
108
 
111
109
 
112
110
  </div>
@@ -138,9 +136,8 @@ an element of style that belongs to a table style.
138
136
 
139
137
 
140
138
 
141
- <span class="summary_desc"><div class='inline'><p>
142
- The dxfId this style element points to.
143
- </p>
139
+ <span class="summary_desc"><div class='inline'>
140
+ <p>The dxfId this style element points to.</p>
144
141
  </div></span>
145
142
 
146
143
  </li>
@@ -165,10 +162,9 @@ The dxfId this style element points to.
165
162
 
166
163
 
167
164
 
168
- <span class="summary_desc"><div class='inline'><p>
169
- Number of rows or columns used in striping when the type is firstRowStripe,
170
- secondRowStripe, firstColumnStripe, or secondColumnStripe.
171
- </p>
165
+ <span class="summary_desc"><div class='inline'>
166
+ <p>Number of rows or columns used in striping when the type is firstRowStripe,
167
+ secondRowStripe, firstColumnStripe, or secondColumnStripe.</p>
172
168
  </div></span>
173
169
 
174
170
  </li>
@@ -193,9 +189,8 @@ secondRowStripe, firstColumnStripe, or secondColumnStripe.
193
189
 
194
190
 
195
191
 
196
- <span class="summary_desc"><div class='inline'><p>
197
- The type of style element.
198
- </p>
192
+ <span class="summary_desc"><div class='inline'>
193
+ <p>The type of style element.</p>
199
194
  </div></span>
200
195
 
201
196
  </li>
@@ -232,9 +227,8 @@ The type of style element.
232
227
 
233
228
 
234
229
 
235
- <span class="summary_desc"><div class='inline'><p>
236
- creates a new TableStyleElement object.
237
- </p>
230
+ <span class="summary_desc"><div class='inline'>
231
+ <p>creates a new TableStyleElement object.</p>
238
232
  </div></span>
239
233
 
240
234
  </li>
@@ -256,9 +250,8 @@ creates a new TableStyleElement object.
256
250
 
257
251
 
258
252
 
259
- <span class="summary_desc"><div class='inline'><p>
260
- Serializes the table style element.
261
- </p>
253
+ <span class="summary_desc"><div class='inline'>
254
+ <p>Serializes the table style element.</p>
262
255
  </div></span>
263
256
 
264
257
  </li>
@@ -279,9 +272,8 @@ Serializes the table style element.
279
272
 
280
273
  </p><div class="docstring">
281
274
  <div class="discussion">
282
- <p>
283
- creates a new TableStyleElement object
284
- </p>
275
+
276
+ <p>creates a new TableStyleElement object</p>
285
277
 
286
278
 
287
279
  </div>
@@ -302,9 +294,8 @@ creates a new TableStyleElement object
302
294
 
303
295
 
304
296
  &mdash;
305
- <div class='inline'><p>
306
- a customizable set of options
307
- </p>
297
+ <div class='inline'>
298
+ <p>a customizable set of options</p>
308
299
  </div>
309
300
 
310
301
  </li>
@@ -391,9 +382,8 @@ a customizable set of options
391
382
 
392
383
  </p><div class="docstring">
393
384
  <div class="discussion">
394
- <p>
395
- The dxfId this style element points to
396
- </p>
385
+
386
+ <p>The dxfId this style element points to</p>
397
387
 
398
388
 
399
389
  </div>
@@ -448,10 +438,9 @@ The dxfId this style element points to
448
438
 
449
439
  </p><div class="docstring">
450
440
  <div class="discussion">
451
- <p>
452
- Number of rows or columns used in striping when the type is firstRowStripe,
453
- secondRowStripe, firstColumnStripe, or secondColumnStripe.
454
- </p>
441
+
442
+ <p>Number of rows or columns used in striping when the type is firstRowStripe,
443
+ secondRowStripe, firstColumnStripe, or secondColumnStripe.</p>
455
444
 
456
445
 
457
446
  </div>
@@ -506,38 +495,37 @@ secondRowStripe, firstColumnStripe, or secondColumnStripe.
506
495
 
507
496
  </p><div class="docstring">
508
497
  <div class="discussion">
509
- <p>
510
- The type of style element. The following type are allowed
511
- </p>
512
- <pre class="code">
513
- <span class='symbol val'>:wholeTable</span>
514
- <span class='symbol val'>:headerRow</span>
515
- <span class='symbol val'>:totalRow</span>
516
- <span class='symbol val'>:firstColumn</span>
517
- <span class='symbol val'>:lastColumn</span>
518
- <span class='symbol val'>:firstRowStripe</span>
519
- <span class='symbol val'>:secondRowStripe</span>
520
- <span class='symbol val'>:firstColumnStripe</span>
521
- <span class='symbol val'>:secondColumnStripe</span>
522
- <span class='symbol val'>:firstHeaderCell</span>
523
- <span class='symbol val'>:lastHeaderCell</span>
524
- <span class='symbol val'>:firstTotalCell</span>
525
- <span class='symbol val'>:lastTotalCell</span>
526
- <span class='symbol val'>:firstSubtotalColumn</span>
527
- <span class='symbol val'>:secondSubtotalColumn</span>
528
- <span class='symbol val'>:thirdSubtotalColumn</span>
529
- <span class='symbol val'>:firstSubtotalRow</span>
530
- <span class='symbol val'>:secondSubtotalRow</span>
531
- <span class='symbol val'>:thirdSubtotalRow</span>
532
- <span class='symbol val'>:blankRow</span>
533
- <span class='symbol val'>:firstColumnSubheading</span>
534
- <span class='symbol val'>:secondColumnSubheading</span>
535
- <span class='symbol val'>:thirdColumnSubheading</span>
536
- <span class='symbol val'>:firstRowSubheading</span>
537
- <span class='symbol val'>:secondRowSubheading</span>
538
- <span class='symbol val'>:thirdRowSubheading</span>
539
- <span class='symbol val'>:pageFieldLabels</span>
540
- <span class='symbol val'>:pageFieldValues</span>
498
+
499
+ <p>The type of style element. The following type are allowed</p>
500
+
501
+ <pre class="code"><span class='symbol val'>:wholeTable</span>
502
+ <span class='symbol val'>:headerRow</span>
503
+ <span class='symbol val'>:totalRow</span>
504
+ <span class='symbol val'>:firstColumn</span>
505
+ <span class='symbol val'>:lastColumn</span>
506
+ <span class='symbol val'>:firstRowStripe</span>
507
+ <span class='symbol val'>:secondRowStripe</span>
508
+ <span class='symbol val'>:firstColumnStripe</span>
509
+ <span class='symbol val'>:secondColumnStripe</span>
510
+ <span class='symbol val'>:firstHeaderCell</span>
511
+ <span class='symbol val'>:lastHeaderCell</span>
512
+ <span class='symbol val'>:firstTotalCell</span>
513
+ <span class='symbol val'>:lastTotalCell</span>
514
+ <span class='symbol val'>:firstSubtotalColumn</span>
515
+ <span class='symbol val'>:secondSubtotalColumn</span>
516
+ <span class='symbol val'>:thirdSubtotalColumn</span>
517
+ <span class='symbol val'>:firstSubtotalRow</span>
518
+ <span class='symbol val'>:secondSubtotalRow</span>
519
+ <span class='symbol val'>:thirdSubtotalRow</span>
520
+ <span class='symbol val'>:blankRow</span>
521
+ <span class='symbol val'>:firstColumnSubheading</span>
522
+ <span class='symbol val'>:secondColumnSubheading</span>
523
+ <span class='symbol val'>:thirdColumnSubheading</span>
524
+ <span class='symbol val'>:firstRowSubheading</span>
525
+ <span class='symbol val'>:secondRowSubheading</span>
526
+ <span class='symbol val'>:thirdRowSubheading</span>
527
+ <span class='symbol val'>:pageFieldLabels</span>
528
+ <span class='symbol val'>:pageFieldValues</span>
541
529
  </pre>
542
530
 
543
531
 
@@ -597,9 +585,8 @@ The type of style element. The following type are allowed
597
585
 
598
586
  </p><div class="docstring">
599
587
  <div class="discussion">
600
- <p>
601
- Serializes the table style element
602
- </p>
588
+
589
+ <p>Serializes the table style element</p>
603
590
 
604
591
 
605
592
  </div>
@@ -618,9 +605,8 @@ Serializes the table style element
618
605
 
619
606
 
620
607
  &mdash;
621
- <div class='inline'><p>
622
- The document builder instance this objects xml will be added to.
623
- </p>
608
+ <div class='inline'>
609
+ <p>The document builder instance this objects xml will be added to.</p>
624
610
  </div>
625
611
 
626
612
  </li>
@@ -668,7 +654,7 @@ The document builder instance this objects xml will be added to.
668
654
  </div>
669
655
 
670
656
  <div id="footer">
671
- Generated on Sun Nov 27 21:54:22 2011 by
657
+ Generated on Wed Nov 30 08:53:42 2011 by
672
658
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
673
659
  0.7.3 (ruby-1.8.7).
674
660
  </div>
@@ -99,18 +99,16 @@
99
99
 
100
100
  <div class="note notetag">
101
101
  <strong>Note:</strong>
102
- <div class='inline'><p>
103
- Support for custom table styles does not exist in this version. Many of the
102
+ <div class='inline'>
103
+ <p>Support for custom table styles does not exist in this version. Many of the
104
104
  classes required are defined in preparation for future release. Please do
105
- not attempt to add custom table styles.
106
- </p>
105
+ not attempt to add custom table styles.</p>
107
106
  </div>
108
107
  </div>
109
108
 
110
- <p>
111
- TableStyles represents a collection of style definitions for table styles
112
- and pivot table styles.
113
- </p>
109
+
110
+ <p>TableStyles represents a collection of style definitions for table styles
111
+ and pivot table styles.</p>
114
112
 
115
113
 
116
114
  </div>
@@ -146,9 +144,8 @@ and pivot table styles.
146
144
 
147
145
 
148
146
 
149
- <span class="summary_desc"><div class='inline'><p>
150
- The default pivot table style.
151
- </p>
147
+ <span class="summary_desc"><div class='inline'>
148
+ <p>The default pivot table style.</p>
152
149
  </div></span>
153
150
 
154
151
  </li>
@@ -173,9 +170,8 @@ The default pivot table style.
173
170
 
174
171
 
175
172
 
176
- <span class="summary_desc"><div class='inline'><p>
177
- The default table style.
178
- </p>
173
+ <span class="summary_desc"><div class='inline'>
174
+ <p>The default table style.</p>
179
175
  </div></span>
180
176
 
181
177
  </li>
@@ -220,10 +216,9 @@ The default table style.
220
216
 
221
217
 
222
218
 
223
- <span class="summary_desc"><div class='inline'><p>
224
- Creates a new TableStyles object that is a container for TableStyle
225
- objects.
226
- </p>
219
+ <span class="summary_desc"><div class='inline'>
220
+ <p>Creates a new TableStyles object that is a container for TableStyle
221
+ objects.</p>
227
222
  </div></span>
228
223
 
229
224
  </li>
@@ -245,9 +240,8 @@ objects.
245
240
 
246
241
 
247
242
 
248
- <span class="summary_desc"><div class='inline'><p>
249
- Serializes the table styles element.
250
- </p>
243
+ <span class="summary_desc"><div class='inline'>
244
+ <p>Serializes the table styles element.</p>
251
245
  </div></span>
252
246
 
253
247
  </li>
@@ -273,9 +267,8 @@ Serializes the table styles element.
273
267
 
274
268
  </p><div class="docstring">
275
269
  <div class="discussion">
276
- <p>
277
- Creates a new TableStyles object that is a container for TableStyle objects
278
- </p>
270
+
271
+ <p>Creates a new TableStyles object that is a container for TableStyle objects</p>
279
272
 
280
273
 
281
274
  </div>
@@ -296,9 +289,8 @@ Creates a new TableStyles object that is a container for TableStyle objects
296
289
 
297
290
 
298
291
  &mdash;
299
- <div class='inline'><p>
300
- a customizable set of options
301
- </p>
292
+ <div class='inline'>
293
+ <p>a customizable set of options</p>
302
294
  </div>
303
295
 
304
296
  </li>
@@ -386,10 +378,8 @@ a customizable set of options
386
378
 
387
379
  </p><div class="docstring">
388
380
  <div class="discussion">
389
- <p>
390
- The default pivot table style. The default value is
391
- &#8216;PivotStyleLight6&#8217;
392
- </p>
381
+
382
+ <p>The default pivot table style. The default value is ‘PivotStyleLight6’</p>
393
383
 
394
384
 
395
385
  </div>
@@ -444,10 +434,8 @@ The default pivot table style. The default value is
444
434
 
445
435
  </p><div class="docstring">
446
436
  <div class="discussion">
447
- <p>
448
- The default table style. The default value is
449
- &#8216;TableStyleMedium9&#8217;
450
- </p>
437
+
438
+ <p>The default table style. The default value is ‘TableStyleMedium9’</p>
451
439
 
452
440
 
453
441
  </div>
@@ -506,9 +494,8 @@ The default table style. The default value is
506
494
 
507
495
  </p><div class="docstring">
508
496
  <div class="discussion">
509
- <p>
510
- Serializes the table styles element
511
- </p>
497
+
498
+ <p>Serializes the table styles element</p>
512
499
 
513
500
 
514
501
  </div>
@@ -527,9 +514,8 @@ Serializes the table styles element
527
514
 
528
515
 
529
516
  &mdash;
530
- <div class='inline'><p>
531
- The document builder instance this objects xml will be added to.
532
- </p>
517
+ <div class='inline'>
518
+ <p>The document builder instance this objects xml will be added to.</p>
533
519
  </div>
534
520
 
535
521
  </li>
@@ -585,7 +571,7 @@ The document builder instance this objects xml will be added to.
585
571
  </div>
586
572
 
587
573
  <div id="footer">
588
- Generated on Sun Nov 27 21:54:25 2011 by
574
+ Generated on Wed Nov 30 08:53:48 2011 by
589
575
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
590
576
  0.7.3 (ruby-1.8.7).
591
577
  </div>