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
@@ -97,16 +97,14 @@
97
97
 
98
98
  <div class="note notetag">
99
99
  <strong>Note:</strong>
100
- <div class='inline'><p>
101
- Using Styles#add_style is the recommended way to manage cell styling.
102
- </p>
100
+ <div class='inline'>
101
+ <p>Using Styles#add_style is the recommended way to manage cell styling.</p>
103
102
  </div>
104
103
  </div>
105
104
 
106
- <p>
107
- CellStyle defines named styles that reference defined formatting records
108
- and can be used in your worksheet.
109
- </p>
105
+
106
+ <p>CellStyle defines named styles that reference defined formatting records
107
+ and can be used in your worksheet.</p>
110
108
 
111
109
 
112
110
  </div>
@@ -145,9 +143,8 @@ and can be used in your worksheet.
145
143
 
146
144
 
147
145
 
148
- <span class="summary_desc"><div class='inline'><p>
149
- The buildinId to use when this named style is applied.
150
- </p>
146
+ <span class="summary_desc"><div class='inline'>
147
+ <p>The buildinId to use when this named style is applied.</p>
151
148
  </div></span>
152
149
 
153
150
  </li>
@@ -172,9 +169,8 @@ The buildinId to use when this named style is applied.
172
169
 
173
170
 
174
171
 
175
- <span class="summary_desc"><div class='inline'><p>
176
- Indicates that the build in style reference has been customized.
177
- </p>
172
+ <span class="summary_desc"><div class='inline'>
173
+ <p>Indicates that the build in style reference has been customized.</p>
178
174
  </div></span>
179
175
 
180
176
  </li>
@@ -199,10 +195,9 @@ Indicates that the build in style reference has been customized.
199
195
 
200
196
 
201
197
 
202
- <span class="summary_desc"><div class='inline'><p>
203
- Determines if this named style should show in the list of styles when using
204
- excel.
205
- </p>
198
+ <span class="summary_desc"><div class='inline'>
199
+ <p>Determines if this named style should show in the list of styles when using
200
+ excel.</p>
206
201
  </div></span>
207
202
 
208
203
  </li>
@@ -227,10 +222,9 @@ excel.
227
222
 
228
223
 
229
224
 
230
- <span class="summary_desc"><div class='inline'><p>
231
- Determines if this formatting is for an outline style, and what level of
232
- the outline it is to be applied to.
233
- </p>
225
+ <span class="summary_desc"><div class='inline'>
226
+ <p>Determines if this formatting is for an outline style, and what level of
227
+ the outline it is to be applied to.</p>
234
228
  </div></span>
235
229
 
236
230
  </li>
@@ -255,9 +249,8 @@ the outline it is to be applied to.
255
249
 
256
250
 
257
251
 
258
- <span class="summary_desc"><div class='inline'><p>
259
- The name of this cell style.
260
- </p>
252
+ <span class="summary_desc"><div class='inline'>
253
+ <p>The name of this cell style.</p>
261
254
  </div></span>
262
255
 
263
256
  </li>
@@ -282,9 +275,8 @@ The name of this cell style.
282
275
 
283
276
 
284
277
 
285
- <span class="summary_desc"><div class='inline'><p>
286
- The formatting record id this named style utilizes.
287
- </p>
278
+ <span class="summary_desc"><div class='inline'>
279
+ <p>The formatting record id this named style utilizes.</p>
288
280
  </div></span>
289
281
 
290
282
  </li>
@@ -321,9 +313,8 @@ The formatting record id this named style utilizes.
321
313
 
322
314
 
323
315
 
324
- <span class="summary_desc"><div class='inline'><p>
325
- Creats a new CellStyle object.
326
- </p>
316
+ <span class="summary_desc"><div class='inline'>
317
+ <p>Creats a new CellStyle object.</p>
327
318
  </div></span>
328
319
 
329
320
  </li>
@@ -345,9 +336,8 @@ Creats a new CellStyle object.
345
336
 
346
337
 
347
338
 
348
- <span class="summary_desc"><div class='inline'><p>
349
- Serializes the cell style.
350
- </p>
339
+ <span class="summary_desc"><div class='inline'>
340
+ <p>Serializes the cell style.</p>
351
341
  </div></span>
352
342
 
353
343
  </li>
@@ -368,9 +358,8 @@ Serializes the cell style.
368
358
 
369
359
  </p><div class="docstring">
370
360
  <div class="discussion">
371
- <p>
372
- Creats a new CellStyle object
373
- </p>
361
+
362
+ <p>Creats a new CellStyle object</p>
374
363
 
375
364
 
376
365
  </div>
@@ -391,9 +380,8 @@ Creats a new CellStyle object
391
380
 
392
381
 
393
382
  &mdash;
394
- <div class='inline'><p>
395
- a customizable set of options
396
- </p>
383
+ <div class='inline'>
384
+ <p>a customizable set of options</p>
397
385
  </div>
398
386
 
399
387
  </li>
@@ -507,9 +495,8 @@ a customizable set of options
507
495
 
508
496
  </p><div class="docstring">
509
497
  <div class="discussion">
510
- <p>
511
- The buildinId to use when this named style is applied
512
- </p>
498
+
499
+ <p>The buildinId to use when this named style is applied</p>
513
500
 
514
501
 
515
502
  </div>
@@ -571,9 +558,8 @@ The buildinId to use when this named style is applied
571
558
 
572
559
  </p><div class="docstring">
573
560
  <div class="discussion">
574
- <p>
575
- Indicates that the build in style reference has been customized.
576
- </p>
561
+
562
+ <p>Indicates that the build in style reference has been customized.</p>
577
563
 
578
564
 
579
565
  </div>
@@ -628,10 +614,9 @@ Indicates that the build in style reference has been customized.
628
614
 
629
615
  </p><div class="docstring">
630
616
  <div class="discussion">
631
- <p>
632
- Determines if this named style should show in the list of styles when using
633
- excel
634
- </p>
617
+
618
+ <p>Determines if this named style should show in the list of styles when using
619
+ excel</p>
635
620
 
636
621
 
637
622
  </div>
@@ -686,10 +671,9 @@ excel
686
671
 
687
672
  </p><div class="docstring">
688
673
  <div class="discussion">
689
- <p>
690
- Determines if this formatting is for an outline style, and what level of
691
- the outline it is to be applied to.
692
- </p>
674
+
675
+ <p>Determines if this formatting is for an outline style, and what level of
676
+ the outline it is to be applied to.</p>
693
677
 
694
678
 
695
679
  </div>
@@ -744,9 +728,8 @@ the outline it is to be applied to.
744
728
 
745
729
  </p><div class="docstring">
746
730
  <div class="discussion">
747
- <p>
748
- The name of this cell style
749
- </p>
731
+
732
+ <p>The name of this cell style</p>
750
733
 
751
734
 
752
735
  </div>
@@ -801,9 +784,8 @@ The name of this cell style
801
784
 
802
785
  </p><div class="docstring">
803
786
  <div class="discussion">
804
- <p>
805
- The formatting record id this named style utilizes
806
- </p>
787
+
788
+ <p>The formatting record id this named style utilizes</p>
807
789
 
808
790
 
809
791
  </div>
@@ -869,9 +851,8 @@ The formatting record id this named style utilizes
869
851
 
870
852
  </p><div class="docstring">
871
853
  <div class="discussion">
872
- <p>
873
- Serializes the cell style
874
- </p>
854
+
855
+ <p>Serializes the cell style</p>
875
856
 
876
857
 
877
858
  </div>
@@ -890,9 +871,8 @@ Serializes the cell style
890
871
 
891
872
 
892
873
  &mdash;
893
- <div class='inline'><p>
894
- The document builder instance this objects xml will be added to.
895
- </p>
874
+ <div class='inline'>
875
+ <p>The document builder instance this objects xml will be added to.</p>
896
876
  </div>
897
877
 
898
878
  </li>
@@ -940,7 +920,7 @@ The document builder instance this objects xml will be added to.
940
920
  </div>
941
921
 
942
922
  <div id="footer">
943
- Generated on Sun Nov 27 21:54:18 2011 by
923
+ Generated on Wed Nov 30 08:53:44 2011 by
944
924
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
945
925
  0.7.3 (ruby-1.8.7).
946
926
  </div>
@@ -97,16 +97,14 @@
97
97
 
98
98
  <div class="note notetag">
99
99
  <strong>Note:</strong>
100
- <div class='inline'><p>
101
- Worksheet#add_chart is the recommended way to create charts for your
102
- worksheets.
103
- </p>
100
+ <div class='inline'>
101
+ <p>Worksheet#add_chart is the recommended way to create charts for your
102
+ worksheets.</p>
104
103
  </div>
105
104
  </div>
106
105
 
107
- <p>
108
- A Chart is the superclass for specific charts
109
- </p>
106
+
107
+ <p>A Chart is the superclass for specific charts</p>
110
108
 
111
109
 
112
110
  </div>
@@ -149,9 +147,8 @@ A Chart is the superclass for specific charts
149
147
 
150
148
 
151
149
 
152
- <span class="summary_desc"><div class='inline'><p>
153
- A reference to the graphic frame that owns this chart.
154
- </p>
150
+ <span class="summary_desc"><div class='inline'>
151
+ <p>A reference to the graphic frame that owns this chart.</p>
155
152
  </div></span>
156
153
 
157
154
  </li>
@@ -176,9 +173,8 @@ A reference to the graphic frame that owns this chart.
176
173
 
177
174
 
178
175
 
179
- <span class="summary_desc"><div class='inline'><p>
180
- A collection of series objects that are applied to the chart.
181
- </p>
176
+ <span class="summary_desc"><div class='inline'>
177
+ <p>A collection of series objects that are applied to the chart.</p>
182
178
  </div></span>
183
179
 
184
180
  </li>
@@ -203,9 +199,8 @@ A collection of series objects that are applied to the chart.
203
199
 
204
200
 
205
201
 
206
- <span class="summary_desc"><div class='inline'><p>
207
- The type of series to use for this chart.
208
- </p>
202
+ <span class="summary_desc"><div class='inline'>
203
+ <p>The type of series to use for this chart.</p>
209
204
  </div></span>
210
205
 
211
206
  </li>
@@ -230,9 +225,8 @@ The type of series to use for this chart.
230
225
 
231
226
 
232
227
 
233
- <span class="summary_desc"><div class='inline'><p>
234
- Show the legend in the chart.
235
- </p>
228
+ <span class="summary_desc"><div class='inline'>
229
+ <p>Show the legend in the chart.</p>
236
230
  </div></span>
237
231
 
238
232
  </li>
@@ -257,9 +251,8 @@ Show the legend in the chart.
257
251
 
258
252
 
259
253
 
260
- <span class="summary_desc"><div class='inline'><p>
261
- The style for the chart.
262
- </p>
254
+ <span class="summary_desc"><div class='inline'>
255
+ <p>The style for the chart.</p>
263
256
  </div></span>
264
257
 
265
258
  </li>
@@ -284,9 +277,8 @@ The style for the chart.
284
277
 
285
278
 
286
279
 
287
- <span class="summary_desc"><div class='inline'><p>
288
- The title object for the chart.
289
- </p>
280
+ <span class="summary_desc"><div class='inline'>
281
+ <p>The title object for the chart.</p>
290
282
  </div></span>
291
283
 
292
284
  </li>
@@ -311,9 +303,8 @@ The title object for the chart.
311
303
 
312
304
 
313
305
 
314
- <span class="summary_desc"><div class='inline'><p>
315
- The 3D view properties for the chart.
316
- </p>
306
+ <span class="summary_desc"><div class='inline'>
307
+ <p>The 3D view properties for the chart.</p>
317
308
  </div></span>
318
309
 
319
310
  </li>
@@ -348,9 +339,8 @@ The 3D view properties for the chart.
348
339
 
349
340
 
350
341
 
351
- <span class="summary_desc"><div class='inline'><p>
352
- Adds a new series to the chart&#8217;s series collection.
353
- </p>
342
+ <span class="summary_desc"><div class='inline'>
343
+ <p>Adds a new series to the charts series collection.</p>
354
344
  </div></span>
355
345
 
356
346
  </li>
@@ -372,10 +362,9 @@ Adds a new series to the chart&#8217;s series collection.
372
362
 
373
363
 
374
364
 
375
- <span class="summary_desc"><div class='inline'><p>
376
- This is a short cut method to set the end anchor position If you need finer
377
- granularity in positioning use graphic_frame.anchor.to.colOff / rowOff.
378
- </p>
365
+ <span class="summary_desc"><div class='inline'>
366
+ <p>This is a short cut method to set the end anchor position If you need finer
367
+ granularity in positioning use graphic_frame.anchor.to.colOff / rowOff.</p>
379
368
  </div></span>
380
369
 
381
370
  </li>
@@ -397,10 +386,9 @@ granularity in positioning use graphic_frame.anchor.to.colOff / rowOff.
397
386
 
398
387
 
399
388
 
400
- <span class="summary_desc"><div class='inline'><p>
401
- backwards compatibility to allow chart.to and chart.from access to anchor
402
- markers.
403
- </p>
389
+ <span class="summary_desc"><div class='inline'>
390
+ <p>backwards compatibility to allow chart.to and chart.from access to anchor
391
+ markers.</p>
404
392
  </div></span>
405
393
 
406
394
  </li>
@@ -422,9 +410,8 @@ markers.
422
410
 
423
411
 
424
412
 
425
- <span class="summary_desc"><div class='inline'><p>
426
- The index of this chart in the workbooks charts collection.
427
- </p>
413
+ <span class="summary_desc"><div class='inline'>
414
+ <p>The index of this chart in the workbooks charts collection.</p>
428
415
  </div></span>
429
416
 
430
417
  </li>
@@ -448,9 +435,8 @@ The index of this chart in the workbooks charts collection.
448
435
 
449
436
 
450
437
 
451
- <span class="summary_desc"><div class='inline'><p>
452
- Creates a new chart object.
453
- </p>
438
+ <span class="summary_desc"><div class='inline'>
439
+ <p>Creates a new chart object.</p>
454
440
  </div></span>
455
441
 
456
442
  </li>
@@ -472,9 +458,8 @@ Creates a new chart object.
472
458
 
473
459
 
474
460
 
475
- <span class="summary_desc"><div class='inline'><p>
476
- The part name for this chart.
477
- </p>
461
+ <span class="summary_desc"><div class='inline'>
462
+ <p>The part name for this chart.</p>
478
463
  </div></span>
479
464
 
480
465
  </li>
@@ -496,11 +481,10 @@ The part name for this chart.
496
481
 
497
482
 
498
483
 
499
- <span class="summary_desc"><div class='inline'><p>
500
- This is a short cut method to set the start anchor position If you need
484
+ <span class="summary_desc"><div class='inline'>
485
+ <p>This is a short cut method to set the start anchor position If you need
501
486
  finer granularity in positioning use graphic_frame.anchor.from.colOff /
502
- rowOff.
503
- </p>
487
+ rowOff.</p>
504
488
  </div></span>
505
489
 
506
490
  </li>
@@ -522,10 +506,9 @@ rowOff.
522
506
 
523
507
 
524
508
 
525
- <span class="summary_desc"><div class='inline'><p>
526
- backwards compatibility to allow chart.to and chart.from access to anchor
527
- markers.
528
- </p>
509
+ <span class="summary_desc"><div class='inline'>
510
+ <p>backwards compatibility to allow chart.to and chart.from access to anchor
511
+ markers.</p>
529
512
  </div></span>
530
513
 
531
514
  </li>
@@ -547,9 +530,8 @@ markers.
547
530
 
548
531
 
549
532
 
550
- <span class="summary_desc"><div class='inline'><p>
551
- Chart Serialization serializes the chart.
552
- </p>
533
+ <span class="summary_desc"><div class='inline'>
534
+ <p>Chart Serialization serializes the chart.</p>
553
535
  </div></span>
554
536
 
555
537
  </li>
@@ -570,9 +552,8 @@ Chart Serialization serializes the chart.
570
552
 
571
553
  </p><div class="docstring">
572
554
  <div class="discussion">
573
- <p>
574
- Creates a new chart object
575
- </p>
555
+
556
+ <p>Creates a new chart object</p>
576
557
 
577
558
 
578
559
  </div>
@@ -591,9 +572,8 @@ Creates a new chart object
591
572
 
592
573
 
593
574
  &mdash;
594
- <div class='inline'><p>
595
- The frame that holds this chart.
596
- </p>
575
+ <div class='inline'>
576
+ <p>The frame that holds this chart.</p>
597
577
  </div>
598
578
 
599
579
  </li>
@@ -610,9 +590,8 @@ The frame that holds this chart.
610
590
 
611
591
 
612
592
  &mdash;
613
- <div class='inline'><p>
614
- a customizable set of options
615
- </p>
593
+ <div class='inline'>
594
+ <p>a customizable set of options</p>
616
595
  </div>
617
596
 
618
597
  </li>
@@ -674,9 +653,8 @@ a customizable set of options
674
653
 
675
654
 
676
655
  &mdash;
677
- <div class='inline'><p>
678
- the object that the method was called on
679
- </p>
656
+ <div class='inline'>
657
+ <p>the object that the method was called on</p>
680
658
  </div>
681
659
 
682
660
  </li>
@@ -744,9 +722,8 @@ the object that the method was called on
744
722
 
745
723
  </p><div class="docstring">
746
724
  <div class="discussion">
747
- <p>
748
- A reference to the graphic frame that owns this chart
749
- </p>
725
+
726
+ <p>A reference to the graphic frame that owns this chart</p>
750
727
 
751
728
 
752
729
  </div>
@@ -801,9 +778,8 @@ A reference to the graphic frame that owns this chart
801
778
 
802
779
  </p><div class="docstring">
803
780
  <div class="discussion">
804
- <p>
805
- A collection of series objects that are applied to the chart
806
- </p>
781
+
782
+ <p>A collection of series objects that are applied to the chart</p>
807
783
 
808
784
 
809
785
  </div>
@@ -858,9 +834,8 @@ A collection of series objects that are applied to the chart
858
834
 
859
835
  </p><div class="docstring">
860
836
  <div class="discussion">
861
- <p>
862
- The type of series to use for this chart.
863
- </p>
837
+
838
+ <p>The type of series to use for this chart.</p>
864
839
 
865
840
 
866
841
  </div>
@@ -915,9 +890,8 @@ The type of series to use for this chart.
915
890
 
916
891
  </p><div class="docstring">
917
892
  <div class="discussion">
918
- <p>
919
- Show the legend in the chart
920
- </p>
893
+
894
+ <p>Show the legend in the chart</p>
921
895
 
922
896
 
923
897
  </div>
@@ -972,9 +946,8 @@ Show the legend in the chart
972
946
 
973
947
  </p><div class="docstring">
974
948
  <div class="discussion">
975
- <p>
976
- The style for the chart. see ECMA Part 1 §21.2.2.196
977
- </p>
949
+
950
+ <p>The style for the chart. see ECMA Part 1 §21.2.2.196</p>
978
951
 
979
952
 
980
953
  </div>
@@ -1029,9 +1002,8 @@ The style for the chart. see ECMA Part 1 §21.2.2.196
1029
1002
 
1030
1003
  </p><div class="docstring">
1031
1004
  <div class="discussion">
1032
- <p>
1033
- The title object for the chart.
1034
- </p>
1005
+
1006
+ <p>The title object for the chart.</p>
1035
1007
 
1036
1008
 
1037
1009
  </div>
@@ -1086,9 +1058,8 @@ The title object for the chart.
1086
1058
 
1087
1059
  </p><div class="docstring">
1088
1060
  <div class="discussion">
1089
- <p>
1090
- The 3D view properties for the chart
1091
- </p>
1061
+
1062
+ <p>The 3D view properties for the chart</p>
1092
1063
 
1093
1064
 
1094
1065
  </div>
@@ -1134,9 +1105,8 @@ The 3D view properties for the chart
1134
1105
 
1135
1106
  </p><div class="docstring">
1136
1107
  <div class="discussion">
1137
- <p>
1138
- Adds a new series to the chart&#8217;s series collection.
1139
- </p>
1108
+
1109
+ <p>Adds a new series to the charts series collection.</p>
1140
1110
 
1141
1111
 
1142
1112
  </div>
@@ -1197,10 +1167,9 @@ Adds a new series to the chart&#8217;s series collection.
1197
1167
 
1198
1168
  </p><div class="docstring">
1199
1169
  <div class="discussion">
1200
- <p>
1201
- This is a short cut method to set the end anchor position If you need finer
1202
- granularity in positioning use graphic_frame.anchor.to.colOff / rowOff
1203
- </p>
1170
+
1171
+ <p>This is a short cut method to set the end anchor position If you need finer
1172
+ granularity in positioning use graphic_frame.anchor.to.colOff / rowOff</p>
1204
1173
 
1205
1174
 
1206
1175
  </div>
@@ -1219,9 +1188,8 @@ granularity in positioning use graphic_frame.anchor.to.colOff / rowOff
1219
1188
 
1220
1189
 
1221
1190
  &mdash;
1222
- <div class='inline'><p>
1223
- The column
1224
- </p>
1191
+ <div class='inline'>
1192
+ <p>The column</p>
1225
1193
  </div>
1226
1194
 
1227
1195
  </li>
@@ -1236,9 +1204,8 @@ The column
1236
1204
 
1237
1205
 
1238
1206
  &mdash;
1239
- <div class='inline'><p>
1240
- The row
1241
- </p>
1207
+ <div class='inline'>
1208
+ <p>The row</p>
1242
1209
  </div>
1243
1210
 
1244
1211
  </li>
@@ -1295,16 +1262,14 @@ The row
1295
1262
 
1296
1263
  <div class="note notetag">
1297
1264
  <strong>Note:</strong>
1298
- <div class='inline'><p>
1299
- This will be disconinued in version 2.0.0. please use the start_at method
1300
- </p>
1265
+ <div class='inline'>
1266
+ <p>This will be disconinued in version 2.0.0. please use the start_at method</p>
1301
1267
  </div>
1302
1268
  </div>
1303
1269
 
1304
- <p>
1305
- backwards compatibility to allow chart.to and chart.from access to anchor
1306
- markers
1307
- </p>
1270
+
1271
+ <p>backwards compatibility to allow chart.to and chart.from access to anchor
1272
+ markers</p>
1308
1273
 
1309
1274
 
1310
1275
  </div>
@@ -1343,9 +1308,8 @@ markers
1343
1308
 
1344
1309
  </p><div class="docstring">
1345
1310
  <div class="discussion">
1346
- <p>
1347
- The index of this chart in the workbooks charts collection
1348
- </p>
1311
+
1312
+ <p>The index of this chart in the workbooks charts collection</p>
1349
1313
 
1350
1314
 
1351
1315
  </div>
@@ -1397,9 +1361,8 @@ The index of this chart in the workbooks charts collection
1397
1361
 
1398
1362
  </p><div class="docstring">
1399
1363
  <div class="discussion">
1400
- <p>
1401
- The part name for this chart
1402
- </p>
1364
+
1365
+ <p>The part name for this chart</p>
1403
1366
 
1404
1367
 
1405
1368
  </div>
@@ -1451,11 +1414,10 @@ The part name for this chart
1451
1414
 
1452
1415
  </p><div class="docstring">
1453
1416
  <div class="discussion">
1454
- <p>
1455
- This is a short cut method to set the start anchor position If you need
1417
+
1418
+ <p>This is a short cut method to set the start anchor position If you need
1456
1419
  finer granularity in positioning use graphic_frame.anchor.from.colOff /
1457
- rowOff
1458
- </p>
1420
+ rowOff</p>
1459
1421
 
1460
1422
 
1461
1423
  </div>
@@ -1474,9 +1436,8 @@ rowOff
1474
1436
 
1475
1437
 
1476
1438
  &mdash;
1477
- <div class='inline'><p>
1478
- The column
1479
- </p>
1439
+ <div class='inline'>
1440
+ <p>The column</p>
1480
1441
  </div>
1481
1442
 
1482
1443
  </li>
@@ -1491,9 +1452,8 @@ The column
1491
1452
 
1492
1453
 
1493
1454
  &mdash;
1494
- <div class='inline'><p>
1495
- The row
1496
- </p>
1455
+ <div class='inline'>
1456
+ <p>The row</p>
1497
1457
  </div>
1498
1458
 
1499
1459
  </li>
@@ -1550,16 +1510,14 @@ The row
1550
1510
 
1551
1511
  <div class="note notetag">
1552
1512
  <strong>Note:</strong>
1553
- <div class='inline'><p>
1554
- This will be disconinued in version 2.0.0. Please use the end_at method
1555
- </p>
1513
+ <div class='inline'>
1514
+ <p>This will be disconinued in version 2.0.0. Please use the end_at method</p>
1556
1515
  </div>
1557
1516
  </div>
1558
1517
 
1559
- <p>
1560
- backwards compatibility to allow chart.to and chart.from access to anchor
1561
- markers
1562
- </p>
1518
+
1519
+ <p>backwards compatibility to allow chart.to and chart.from access to anchor
1520
+ markers</p>
1563
1521
 
1564
1522
 
1565
1523
  </div>
@@ -1598,9 +1556,8 @@ markers
1598
1556
 
1599
1557
  </p><div class="docstring">
1600
1558
  <div class="discussion">
1601
- <p>
1602
- Chart Serialization serializes the chart
1603
- </p>
1559
+
1560
+ <p>Chart Serialization serializes the chart</p>
1604
1561
 
1605
1562
 
1606
1563
  </div>
@@ -1675,7 +1632,7 @@ Chart Serialization serializes the chart
1675
1632
  </div>
1676
1633
 
1677
1634
  <div id="footer">
1678
- Generated on Sun Nov 27 21:54:26 2011 by
1635
+ Generated on Wed Nov 30 08:53:36 2011 by
1679
1636
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1680
1637
  0.7.3 (ruby-1.8.7).
1681
1638
  </div>