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,22 +97,19 @@
97
97
 
98
98
  <div class="note notetag">
99
99
  <strong>Note:</strong>
100
- <div class='inline'><p>
101
- Support is not implemented for the following complex types:
102
- </p>
103
- <p>
104
- HeadingPairs (VectorVariant), TitlesOfParts (VectorLpstr), HLinks
105
- (VectorVariant), DigSig (DigSigBlob)
106
- </p>
100
+ <div class='inline'>
101
+ <p>Support is not implemented for the following complex types:</p>
102
+
103
+ <p>HeadingPairs (VectorVariant), TitlesOfParts (VectorLpstr), HLinks
104
+ (VectorVariant), DigSig (DigSigBlob)</p>
107
105
  </div>
108
106
  </div>
109
107
 
110
- <p>
111
- App represents the app.xml document. The attributes for this object are
108
+
109
+ <p>App represents the app.xml document. The attributes for this object are
112
110
  primarily managed by the application the end user uses to edit the
113
111
  document. None of the attributes are required to serialize a valid xlsx
114
- object.
115
- </p>
112
+ object.</p>
116
113
 
117
114
 
118
115
  </div>
@@ -151,9 +148,8 @@ object.
151
148
 
152
149
 
153
150
 
154
- <span class="summary_desc"><div class='inline'><p>
155
- The name of the application.
156
- </p>
151
+ <span class="summary_desc"><div class='inline'>
152
+ <p>The name of the application.</p>
157
153
  </div></span>
158
154
 
159
155
  </li>
@@ -178,9 +174,8 @@ The name of the application.
178
174
 
179
175
 
180
176
 
181
- <span class="summary_desc"><div class='inline'><p>
182
- The version of the application.
183
- </p>
177
+ <span class="summary_desc"><div class='inline'>
178
+ <p>The version of the application.</p>
184
179
  </div></span>
185
180
 
186
181
  </li>
@@ -205,9 +200,8 @@ The version of the application.
205
200
 
206
201
 
207
202
 
208
- <span class="summary_desc"><div class='inline'><p>
209
- The number of characters in the document.
210
- </p>
203
+ <span class="summary_desc"><div class='inline'>
204
+ <p>The number of characters in the document.</p>
211
205
  </div></span>
212
206
 
213
207
  </li>
@@ -232,9 +226,8 @@ The number of characters in the document.
232
226
 
233
227
 
234
228
 
235
- <span class="summary_desc"><div class='inline'><p>
236
- The number of characters in the document including spaces.
237
- </p>
229
+ <span class="summary_desc"><div class='inline'>
230
+ <p>The number of characters in the document including spaces.</p>
238
231
  </div></span>
239
232
 
240
233
  </li>
@@ -259,9 +252,8 @@ The number of characters in the document including spaces.
259
252
 
260
253
 
261
254
 
262
- <span class="summary_desc"><div class='inline'><p>
263
- The name of the company generating the document.
264
- </p>
255
+ <span class="summary_desc"><div class='inline'>
256
+ <p>The name of the company generating the document.</p>
265
257
  </div></span>
266
258
 
267
259
  </li>
@@ -286,9 +278,8 @@ The name of the company generating the document.
286
278
 
287
279
 
288
280
 
289
- <span class="summary_desc"><div class='inline'><p>
290
- Document security.
291
- </p>
281
+ <span class="summary_desc"><div class='inline'>
282
+ <p>Document security.</p>
292
283
  </div></span>
293
284
 
294
285
  </li>
@@ -313,9 +304,8 @@ Document security.
313
304
 
314
305
 
315
306
 
316
- <span class="summary_desc"><div class='inline'><p>
317
- The number of hidden slides.
318
- </p>
307
+ <span class="summary_desc"><div class='inline'>
308
+ <p>The number of hidden slides.</p>
319
309
  </div></span>
320
310
 
321
311
  </li>
@@ -340,9 +330,8 @@ The number of hidden slides.
340
330
 
341
331
 
342
332
 
343
- <span class="summary_desc"><div class='inline'><p>
344
- The base for hyper links in the document.
345
- </p>
333
+ <span class="summary_desc"><div class='inline'>
334
+ <p>The base for hyper links in the document.</p>
346
335
  </div></span>
347
336
 
348
337
  </li>
@@ -367,9 +356,8 @@ The base for hyper links in the document.
367
356
 
368
357
 
369
358
 
370
- <span class="summary_desc"><div class='inline'><p>
371
- Indicates that the hyper links in the document have been changed.
372
- </p>
359
+ <span class="summary_desc"><div class='inline'>
360
+ <p>Indicates that the hyper links in the document have been changed.</p>
373
361
  </div></span>
374
362
 
375
363
  </li>
@@ -394,9 +382,8 @@ Indicates that the hyper links in the document have been changed.
394
382
 
395
383
 
396
384
 
397
- <span class="summary_desc"><div class='inline'><p>
398
- The number of lines in the document.
399
- </p>
385
+ <span class="summary_desc"><div class='inline'>
386
+ <p>The number of lines in the document.</p>
400
387
  </div></span>
401
388
 
402
389
  </li>
@@ -421,9 +408,8 @@ The number of lines in the document.
421
408
 
422
409
 
423
410
 
424
- <span class="summary_desc"><div class='inline'><p>
425
- The links in the document are up to date.
426
- </p>
411
+ <span class="summary_desc"><div class='inline'>
412
+ <p>The links in the document are up to date.</p>
427
413
  </div></span>
428
414
 
429
415
  </li>
@@ -448,9 +434,8 @@ The links in the document are up to date.
448
434
 
449
435
 
450
436
 
451
- <span class="summary_desc"><div class='inline'><p>
452
- The name of the manager for the document.
453
- </p>
437
+ <span class="summary_desc"><div class='inline'>
438
+ <p>The name of the manager for the document.</p>
454
439
  </div></span>
455
440
 
456
441
  </li>
@@ -475,9 +460,8 @@ The name of the manager for the document.
475
460
 
476
461
 
477
462
 
478
- <span class="summary_desc"><div class='inline'><p>
479
- The total number multimedia clips.
480
- </p>
463
+ <span class="summary_desc"><div class='inline'>
464
+ <p>The total number multimedia clips.</p>
481
465
  </div></span>
482
466
 
483
467
  </li>
@@ -502,9 +486,8 @@ The total number multimedia clips.
502
486
 
503
487
 
504
488
 
505
- <span class="summary_desc"><div class='inline'><p>
506
- The number of slides that have notes.
507
- </p>
489
+ <span class="summary_desc"><div class='inline'>
490
+ <p>The number of slides that have notes.</p>
508
491
  </div></span>
509
492
 
510
493
  </li>
@@ -529,9 +512,8 @@ The number of slides that have notes.
529
512
 
530
513
 
531
514
 
532
- <span class="summary_desc"><div class='inline'><p>
533
- The number of pages in the document.
534
- </p>
515
+ <span class="summary_desc"><div class='inline'>
516
+ <p>The number of pages in the document.</p>
535
517
  </div></span>
536
518
 
537
519
  </li>
@@ -556,9 +538,8 @@ The number of pages in the document.
556
538
 
557
539
 
558
540
 
559
- <span class="summary_desc"><div class='inline'><p>
560
- The number of paragraphs in the document.
561
- </p>
541
+ <span class="summary_desc"><div class='inline'>
542
+ <p>The number of paragraphs in the document.</p>
562
543
  </div></span>
563
544
 
564
545
  </li>
@@ -583,9 +564,8 @@ The number of paragraphs in the document.
583
564
 
584
565
 
585
566
 
586
- <span class="summary_desc"><div class='inline'><p>
587
- The intended format of the presentation.
588
- </p>
567
+ <span class="summary_desc"><div class='inline'>
568
+ <p>The intended format of the presentation.</p>
589
569
  </div></span>
590
570
 
591
571
  </li>
@@ -610,9 +590,8 @@ The intended format of the presentation.
610
590
 
611
591
 
612
592
 
613
- <span class="summary_desc"><div class='inline'><p>
614
- The display mode for the document thumbnail.
615
- </p>
593
+ <span class="summary_desc"><div class='inline'>
594
+ <p>The display mode for the document thumbnail.</p>
616
595
  </div></span>
617
596
 
618
597
  </li>
@@ -637,9 +616,8 @@ The display mode for the document thumbnail.
637
616
 
638
617
 
639
618
 
640
- <span class="summary_desc"><div class='inline'><p>
641
- Indicates if the document is shared.
642
- </p>
619
+ <span class="summary_desc"><div class='inline'>
620
+ <p>Indicates if the document is shared.</p>
643
621
  </div></span>
644
622
 
645
623
  </li>
@@ -664,9 +642,8 @@ Indicates if the document is shared.
664
642
 
665
643
 
666
644
 
667
- <span class="summary_desc"><div class='inline'><p>
668
- The number of slides in the document.
669
- </p>
645
+ <span class="summary_desc"><div class='inline'>
646
+ <p>The number of slides in the document.</p>
670
647
  </div></span>
671
648
 
672
649
  </li>
@@ -691,9 +668,8 @@ The number of slides in the document.
691
668
 
692
669
 
693
670
 
694
- <span class="summary_desc"><div class='inline'><p>
695
- The name of the document template.
696
- </p>
671
+ <span class="summary_desc"><div class='inline'>
672
+ <p>The name of the document template.</p>
697
673
  </div></span>
698
674
 
699
675
  </li>
@@ -718,9 +694,8 @@ The name of the document template.
718
694
 
719
695
 
720
696
 
721
- <span class="summary_desc"><div class='inline'><p>
722
- The total amount of time spent editing.
723
- </p>
697
+ <span class="summary_desc"><div class='inline'>
698
+ <p>The total amount of time spent editing.</p>
724
699
  </div></span>
725
700
 
726
701
  </li>
@@ -745,9 +720,8 @@ The total amount of time spent editing.
745
720
 
746
721
 
747
722
 
748
- <span class="summary_desc"><div class='inline'><p>
749
- The number of words in the document.
750
- </p>
723
+ <span class="summary_desc"><div class='inline'>
724
+ <p>The number of words in the document.</p>
751
725
  </div></span>
752
726
 
753
727
  </li>
@@ -782,9 +756,8 @@ The number of words in the document.
782
756
 
783
757
 
784
758
 
785
- <span class="summary_desc"><div class='inline'><p>
786
- Creates an App object.
787
- </p>
759
+ <span class="summary_desc"><div class='inline'>
760
+ <p>Creates an App object.</p>
788
761
  </div></span>
789
762
 
790
763
  </li>
@@ -806,9 +779,8 @@ Creates an App object.
806
779
 
807
780
 
808
781
 
809
- <span class="summary_desc"><div class='inline'><p>
810
- Generate an app.xml document.
811
- </p>
782
+ <span class="summary_desc"><div class='inline'>
783
+ <p>Generate an app.xml document.</p>
812
784
  </div></span>
813
785
 
814
786
  </li>
@@ -833,9 +805,8 @@ Generate an app.xml document.
833
805
 
834
806
  </p><div class="docstring">
835
807
  <div class="discussion">
836
- <p>
837
- The name of the application
838
- </p>
808
+
809
+ <p>The name of the application</p>
839
810
 
840
811
 
841
812
  </div>
@@ -853,9 +824,8 @@ The name of the application
853
824
 
854
825
 
855
826
  &mdash;
856
- <div class='inline'><p>
857
- The name of the application
858
- </p>
827
+ <div class='inline'>
828
+ <p>The name of the application</p>
859
829
  </div>
860
830
 
861
831
  </li>
@@ -896,9 +866,8 @@ The name of the application
896
866
 
897
867
  </p><div class="docstring">
898
868
  <div class="discussion">
899
- <p>
900
- The version of the application.
901
- </p>
869
+
870
+ <p>The version of the application.</p>
902
871
 
903
872
 
904
873
  </div>
@@ -916,9 +885,8 @@ The version of the application.
916
885
 
917
886
 
918
887
  &mdash;
919
- <div class='inline'><p>
920
- The version of the application.
921
- </p>
888
+ <div class='inline'>
889
+ <p>The version of the application.</p>
922
890
  </div>
923
891
 
924
892
  </li>
@@ -959,9 +927,8 @@ The version of the application.
959
927
 
960
928
  </p><div class="docstring">
961
929
  <div class="discussion">
962
- <p>
963
- The number of characters in the document.
964
- </p>
930
+
931
+ <p>The number of characters in the document.</p>
965
932
 
966
933
 
967
934
  </div>
@@ -979,9 +946,8 @@ The number of characters in the document.
979
946
 
980
947
 
981
948
  &mdash;
982
- <div class='inline'><p>
983
- The number of characters in the document.
984
- </p>
949
+ <div class='inline'>
950
+ <p>The number of characters in the document.</p>
985
951
  </div>
986
952
 
987
953
  </li>
@@ -1022,9 +988,8 @@ The number of characters in the document.
1022
988
 
1023
989
  </p><div class="docstring">
1024
990
  <div class="discussion">
1025
- <p>
1026
- The number of characters in the document including spaces.
1027
- </p>
991
+
992
+ <p>The number of characters in the document including spaces.</p>
1028
993
 
1029
994
 
1030
995
  </div>
@@ -1042,9 +1007,8 @@ The number of characters in the document including spaces.
1042
1007
 
1043
1008
 
1044
1009
  &mdash;
1045
- <div class='inline'><p>
1046
- The number of characters in the document including spaces.
1047
- </p>
1010
+ <div class='inline'>
1011
+ <p>The number of characters in the document including spaces.</p>
1048
1012
  </div>
1049
1013
 
1050
1014
  </li>
@@ -1085,9 +1049,8 @@ The number of characters in the document including spaces.
1085
1049
 
1086
1050
  </p><div class="docstring">
1087
1051
  <div class="discussion">
1088
- <p>
1089
- The name of the company generating the document.
1090
- </p>
1052
+
1053
+ <p>The name of the company generating the document.</p>
1091
1054
 
1092
1055
 
1093
1056
  </div>
@@ -1105,9 +1068,8 @@ The name of the company generating the document.
1105
1068
 
1106
1069
 
1107
1070
  &mdash;
1108
- <div class='inline'><p>
1109
- The name of the company generating the document.
1110
- </p>
1071
+ <div class='inline'>
1072
+ <p>The name of the company generating the document.</p>
1111
1073
  </div>
1112
1074
 
1113
1075
  </li>
@@ -1148,9 +1110,8 @@ The name of the company generating the document.
1148
1110
 
1149
1111
  </p><div class="docstring">
1150
1112
  <div class="discussion">
1151
- <p>
1152
- Document security
1153
- </p>
1113
+
1114
+ <p>Document security</p>
1154
1115
 
1155
1116
 
1156
1117
  </div>
@@ -1168,9 +1129,8 @@ Document security
1168
1129
 
1169
1130
 
1170
1131
  &mdash;
1171
- <div class='inline'><p>
1172
- Document security
1173
- </p>
1132
+ <div class='inline'>
1133
+ <p>Document security</p>
1174
1134
  </div>
1175
1135
 
1176
1136
  </li>
@@ -1211,9 +1171,8 @@ Document security
1211
1171
 
1212
1172
  </p><div class="docstring">
1213
1173
  <div class="discussion">
1214
- <p>
1215
- The number of hidden slides.
1216
- </p>
1174
+
1175
+ <p>The number of hidden slides.</p>
1217
1176
 
1218
1177
 
1219
1178
  </div>
@@ -1231,9 +1190,8 @@ The number of hidden slides.
1231
1190
 
1232
1191
 
1233
1192
  &mdash;
1234
- <div class='inline'><p>
1235
- The number of hidden slides.
1236
- </p>
1193
+ <div class='inline'>
1194
+ <p>The number of hidden slides.</p>
1237
1195
  </div>
1238
1196
 
1239
1197
  </li>
@@ -1274,9 +1232,8 @@ The number of hidden slides.
1274
1232
 
1275
1233
  </p><div class="docstring">
1276
1234
  <div class="discussion">
1277
- <p>
1278
- The base for hyper links in the document.
1279
- </p>
1235
+
1236
+ <p>The base for hyper links in the document.</p>
1280
1237
 
1281
1238
 
1282
1239
  </div>
@@ -1294,9 +1251,8 @@ The base for hyper links in the document.
1294
1251
 
1295
1252
 
1296
1253
  &mdash;
1297
- <div class='inline'><p>
1298
- The base for hyper links in the document.
1299
- </p>
1254
+ <div class='inline'>
1255
+ <p>The base for hyper links in the document.</p>
1300
1256
  </div>
1301
1257
 
1302
1258
  </li>
@@ -1337,9 +1293,8 @@ The base for hyper links in the document.
1337
1293
 
1338
1294
  </p><div class="docstring">
1339
1295
  <div class="discussion">
1340
- <p>
1341
- Indicates that the hyper links in the document have been changed.
1342
- </p>
1296
+
1297
+ <p>Indicates that the hyper links in the document have been changed.</p>
1343
1298
 
1344
1299
 
1345
1300
  </div>
@@ -1357,9 +1312,8 @@ Indicates that the hyper links in the document have been changed.
1357
1312
 
1358
1313
 
1359
1314
  &mdash;
1360
- <div class='inline'><p>
1361
- Indicates that the hyper links in the document have been changed.
1362
- </p>
1315
+ <div class='inline'>
1316
+ <p>Indicates that the hyper links in the document have been changed.</p>
1363
1317
  </div>
1364
1318
 
1365
1319
  </li>
@@ -1400,9 +1354,8 @@ Indicates that the hyper links in the document have been changed.
1400
1354
 
1401
1355
  </p><div class="docstring">
1402
1356
  <div class="discussion">
1403
- <p>
1404
- The number of lines in the document.
1405
- </p>
1357
+
1358
+ <p>The number of lines in the document.</p>
1406
1359
 
1407
1360
 
1408
1361
  </div>
@@ -1420,9 +1373,8 @@ The number of lines in the document.
1420
1373
 
1421
1374
 
1422
1375
  &mdash;
1423
- <div class='inline'><p>
1424
- The number of lines in the document.
1425
- </p>
1376
+ <div class='inline'>
1377
+ <p>The number of lines in the document.</p>
1426
1378
  </div>
1427
1379
 
1428
1380
  </li>
@@ -1463,9 +1415,8 @@ The number of lines in the document.
1463
1415
 
1464
1416
  </p><div class="docstring">
1465
1417
  <div class="discussion">
1466
- <p>
1467
- The links in the document are up to date.
1468
- </p>
1418
+
1419
+ <p>The links in the document are up to date.</p>
1469
1420
 
1470
1421
 
1471
1422
  </div>
@@ -1483,9 +1434,8 @@ The links in the document are up to date.
1483
1434
 
1484
1435
 
1485
1436
  &mdash;
1486
- <div class='inline'><p>
1487
- The links in the document are up to date.
1488
- </p>
1437
+ <div class='inline'>
1438
+ <p>The links in the document are up to date.</p>
1489
1439
  </div>
1490
1440
 
1491
1441
  </li>
@@ -1526,9 +1476,8 @@ The links in the document are up to date.
1526
1476
 
1527
1477
  </p><div class="docstring">
1528
1478
  <div class="discussion">
1529
- <p>
1530
- The name of the manager for the document.
1531
- </p>
1479
+
1480
+ <p>The name of the manager for the document.</p>
1532
1481
 
1533
1482
 
1534
1483
  </div>
@@ -1546,9 +1495,8 @@ The name of the manager for the document.
1546
1495
 
1547
1496
 
1548
1497
  &mdash;
1549
- <div class='inline'><p>
1550
- The name of the manager for the document.
1551
- </p>
1498
+ <div class='inline'>
1499
+ <p>The name of the manager for the document.</p>
1552
1500
  </div>
1553
1501
 
1554
1502
  </li>
@@ -1589,9 +1537,8 @@ The name of the manager for the document.
1589
1537
 
1590
1538
  </p><div class="docstring">
1591
1539
  <div class="discussion">
1592
- <p>
1593
- The total number multimedia clips
1594
- </p>
1540
+
1541
+ <p>The total number multimedia clips</p>
1595
1542
 
1596
1543
 
1597
1544
  </div>
@@ -1609,9 +1556,8 @@ The total number multimedia clips
1609
1556
 
1610
1557
 
1611
1558
  &mdash;
1612
- <div class='inline'><p>
1613
- The total number multimedia clips
1614
- </p>
1559
+ <div class='inline'>
1560
+ <p>The total number multimedia clips</p>
1615
1561
  </div>
1616
1562
 
1617
1563
  </li>
@@ -1652,9 +1598,8 @@ The total number multimedia clips
1652
1598
 
1653
1599
  </p><div class="docstring">
1654
1600
  <div class="discussion">
1655
- <p>
1656
- The number of slides that have notes.
1657
- </p>
1601
+
1602
+ <p>The number of slides that have notes.</p>
1658
1603
 
1659
1604
 
1660
1605
  </div>
@@ -1672,9 +1617,8 @@ The number of slides that have notes.
1672
1617
 
1673
1618
 
1674
1619
  &mdash;
1675
- <div class='inline'><p>
1676
- The number of slides that have notes.
1677
- </p>
1620
+ <div class='inline'>
1621
+ <p>The number of slides that have notes.</p>
1678
1622
  </div>
1679
1623
 
1680
1624
  </li>
@@ -1715,9 +1659,8 @@ The number of slides that have notes.
1715
1659
 
1716
1660
  </p><div class="docstring">
1717
1661
  <div class="discussion">
1718
- <p>
1719
- The number of pages in the document.
1720
- </p>
1662
+
1663
+ <p>The number of pages in the document.</p>
1721
1664
 
1722
1665
 
1723
1666
  </div>
@@ -1735,9 +1678,8 @@ The number of pages in the document.
1735
1678
 
1736
1679
 
1737
1680
  &mdash;
1738
- <div class='inline'><p>
1739
- The number of pages in the document.
1740
- </p>
1681
+ <div class='inline'>
1682
+ <p>The number of pages in the document.</p>
1741
1683
  </div>
1742
1684
 
1743
1685
  </li>
@@ -1778,9 +1720,8 @@ The number of pages in the document.
1778
1720
 
1779
1721
  </p><div class="docstring">
1780
1722
  <div class="discussion">
1781
- <p>
1782
- The number of paragraphs in the document
1783
- </p>
1723
+
1724
+ <p>The number of paragraphs in the document</p>
1784
1725
 
1785
1726
 
1786
1727
  </div>
@@ -1798,9 +1739,8 @@ The number of paragraphs in the document
1798
1739
 
1799
1740
 
1800
1741
  &mdash;
1801
- <div class='inline'><p>
1802
- The number of paragraphs in the document
1803
- </p>
1742
+ <div class='inline'>
1743
+ <p>The number of paragraphs in the document</p>
1804
1744
  </div>
1805
1745
 
1806
1746
  </li>
@@ -1841,9 +1781,8 @@ The number of paragraphs in the document
1841
1781
 
1842
1782
  </p><div class="docstring">
1843
1783
  <div class="discussion">
1844
- <p>
1845
- The intended format of the presentation.
1846
- </p>
1784
+
1785
+ <p>The intended format of the presentation.</p>
1847
1786
 
1848
1787
 
1849
1788
  </div>
@@ -1861,9 +1800,8 @@ The intended format of the presentation.
1861
1800
 
1862
1801
 
1863
1802
  &mdash;
1864
- <div class='inline'><p>
1865
- The intended format of the presentation.
1866
- </p>
1803
+ <div class='inline'>
1804
+ <p>The intended format of the presentation.</p>
1867
1805
  </div>
1868
1806
 
1869
1807
  </li>
@@ -1904,9 +1842,8 @@ The intended format of the presentation.
1904
1842
 
1905
1843
  </p><div class="docstring">
1906
1844
  <div class="discussion">
1907
- <p>
1908
- The display mode for the document thumbnail.
1909
- </p>
1845
+
1846
+ <p>The display mode for the document thumbnail.</p>
1910
1847
 
1911
1848
 
1912
1849
  </div>
@@ -1924,9 +1861,8 @@ The display mode for the document thumbnail.
1924
1861
 
1925
1862
 
1926
1863
  &mdash;
1927
- <div class='inline'><p>
1928
- The display mode for the document thumbnail.
1929
- </p>
1864
+ <div class='inline'>
1865
+ <p>The display mode for the document thumbnail.</p>
1930
1866
  </div>
1931
1867
 
1932
1868
  </li>
@@ -1967,9 +1903,8 @@ The display mode for the document thumbnail.
1967
1903
 
1968
1904
  </p><div class="docstring">
1969
1905
  <div class="discussion">
1970
- <p>
1971
- Indicates if the document is shared.
1972
- </p>
1906
+
1907
+ <p>Indicates if the document is shared.</p>
1973
1908
 
1974
1909
 
1975
1910
  </div>
@@ -1987,9 +1922,8 @@ Indicates if the document is shared.
1987
1922
 
1988
1923
 
1989
1924
  &mdash;
1990
- <div class='inline'><p>
1991
- Indicates if the document is shared.
1992
- </p>
1925
+ <div class='inline'>
1926
+ <p>Indicates if the document is shared.</p>
1993
1927
  </div>
1994
1928
 
1995
1929
  </li>
@@ -2030,9 +1964,8 @@ Indicates if the document is shared.
2030
1964
 
2031
1965
  </p><div class="docstring">
2032
1966
  <div class="discussion">
2033
- <p>
2034
- The number of slides in the document.
2035
- </p>
1967
+
1968
+ <p>The number of slides in the document.</p>
2036
1969
 
2037
1970
 
2038
1971
  </div>
@@ -2050,9 +1983,8 @@ The number of slides in the document.
2050
1983
 
2051
1984
 
2052
1985
  &mdash;
2053
- <div class='inline'><p>
2054
- The number of slides in the document.
2055
- </p>
1986
+ <div class='inline'>
1987
+ <p>The number of slides in the document.</p>
2056
1988
  </div>
2057
1989
 
2058
1990
  </li>
@@ -2093,9 +2025,8 @@ The number of slides in the document.
2093
2025
 
2094
2026
  </p><div class="docstring">
2095
2027
  <div class="discussion">
2096
- <p>
2097
- The name of the document template.
2098
- </p>
2028
+
2029
+ <p>The name of the document template.</p>
2099
2030
 
2100
2031
 
2101
2032
  </div>
@@ -2113,9 +2044,8 @@ The name of the document template.
2113
2044
 
2114
2045
 
2115
2046
  &mdash;
2116
- <div class='inline'><p>
2117
- The name of the document template.
2118
- </p>
2047
+ <div class='inline'>
2048
+ <p>The name of the document template.</p>
2119
2049
  </div>
2120
2050
 
2121
2051
  </li>
@@ -2156,9 +2086,8 @@ The name of the document template.
2156
2086
 
2157
2087
  </p><div class="docstring">
2158
2088
  <div class="discussion">
2159
- <p>
2160
- The total amount of time spent editing.
2161
- </p>
2089
+
2090
+ <p>The total amount of time spent editing.</p>
2162
2091
 
2163
2092
 
2164
2093
  </div>
@@ -2176,9 +2105,8 @@ The total amount of time spent editing.
2176
2105
 
2177
2106
 
2178
2107
  &mdash;
2179
- <div class='inline'><p>
2180
- The total amount of time spent editing.
2181
- </p>
2108
+ <div class='inline'>
2109
+ <p>The total amount of time spent editing.</p>
2182
2110
  </div>
2183
2111
 
2184
2112
  </li>
@@ -2219,9 +2147,8 @@ The total amount of time spent editing.
2219
2147
 
2220
2148
  </p><div class="docstring">
2221
2149
  <div class="discussion">
2222
- <p>
2223
- The number of words in the document.
2224
- </p>
2150
+
2151
+ <p>The number of words in the document.</p>
2225
2152
 
2226
2153
 
2227
2154
  </div>
@@ -2239,9 +2166,8 @@ The number of words in the document.
2239
2166
 
2240
2167
 
2241
2168
  &mdash;
2242
- <div class='inline'><p>
2243
- The number of words in the document.
2244
- </p>
2169
+ <div class='inline'>
2170
+ <p>The number of words in the document.</p>
2245
2171
  </div>
2246
2172
 
2247
2173
  </li>
@@ -2286,9 +2212,8 @@ The number of words in the document.
2286
2212
 
2287
2213
  </p><div class="docstring">
2288
2214
  <div class="discussion">
2289
- <p>
2290
- Creates an App object
2291
- </p>
2215
+
2216
+ <p>Creates an App object</p>
2292
2217
 
2293
2218
 
2294
2219
  </div>
@@ -2309,9 +2234,8 @@ Creates an App object
2309
2234
 
2310
2235
 
2311
2236
  &mdash;
2312
- <div class='inline'><p>
2313
- a customizable set of options
2314
- </p>
2237
+ <div class='inline'>
2238
+ <p>a customizable set of options</p>
2315
2239
  </div>
2316
2240
 
2317
2241
  </li>
@@ -2561,9 +2485,8 @@ a customizable set of options
2561
2485
 
2562
2486
  </p><div class="docstring">
2563
2487
  <div class="discussion">
2564
- <p>
2565
- Generate an app.xml document
2566
- </p>
2488
+
2489
+ <p>Generate an app.xml document</p>
2567
2490
 
2568
2491
 
2569
2492
  </div>
@@ -2581,9 +2504,8 @@ Generate an app.xml document
2581
2504
 
2582
2505
 
2583
2506
  &mdash;
2584
- <div class='inline'><p>
2585
- The document as a string
2586
- </p>
2507
+ <div class='inline'>
2508
+ <p>The document as a string</p>
2587
2509
  </div>
2588
2510
 
2589
2511
  </li>
@@ -2631,7 +2553,7 @@ The document as a string
2631
2553
  </div>
2632
2554
 
2633
2555
  <div id="footer">
2634
- Generated on Sun Nov 27 21:54:30 2011 by
2556
+ Generated on Wed Nov 30 08:53:47 2011 by
2635
2557
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2636
2558
  0.7.3 (ruby-1.8.7).
2637
2559
  </div>