axlsx 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +14 -0
- data/README.md +22 -21
- data/Rakefile +1 -1
- data/axlsx.gemspec +36 -0
- data/doc/Axlsx.html +373 -559
- data/doc/Axlsx/App.html +257 -360
- data/doc/Axlsx/Axis.html +113 -144
- data/doc/Axlsx/Bar3DChart.html +122 -152
- data/doc/Axlsx/BarSeries.html +67 -81
- data/doc/Axlsx/Border.html +96 -119
- data/doc/Axlsx/BorderPr.html +89 -114
- data/doc/Axlsx/CatAxis.html +79 -104
- data/doc/Axlsx/CatAxisData.html +40 -54
- data/doc/Axlsx/Cell.html +193 -679
- data/doc/Axlsx/CellAlignment.html +116 -157
- data/doc/Axlsx/CellProtection.html +50 -68
- data/doc/Axlsx/CellStyle.html +78 -106
- data/doc/Axlsx/Chart.html +361 -432
- data/doc/Axlsx/Color.html +56 -78
- data/doc/Axlsx/ContentType.html +28 -41
- data/doc/Axlsx/Core.html +43 -55
- data/doc/Axlsx/DataTypeValidator.html +34 -43
- data/doc/Axlsx/Default.html +55 -81
- data/doc/Axlsx/Drawing.html +322 -412
- data/doc/Axlsx/Fill.html +34 -47
- data/doc/Axlsx/Font.html +157 -207
- data/doc/Axlsx/GradientFill.html +90 -122
- data/doc/Axlsx/GradientStop.html +36 -50
- data/doc/Axlsx/GraphicFrame.html +106 -130
- data/doc/Axlsx/Line3DChart.html +108 -134
- data/doc/Axlsx/LineSeries.html +58 -67
- data/doc/Axlsx/Marker.html +84 -111
- data/doc/Axlsx/NumFmt.html +83 -102
- data/doc/Axlsx/OneCellAnchor.html +158 -196
- data/doc/Axlsx/Override.html +60 -92
- data/doc/Axlsx/Package.html +190 -759
- data/doc/Axlsx/PatternFill.html +78 -99
- data/doc/Axlsx/Pic.html +451 -405
- data/doc/Axlsx/Pie3DChart.html +33 -42
- data/doc/Axlsx/PieSeries.html +68 -80
- data/doc/Axlsx/RegexValidator.html +15 -20
- data/doc/Axlsx/Relationship.html +49 -66
- data/doc/Axlsx/Relationships.html +28 -41
- data/doc/Axlsx/RestrictionValidator.html +23 -32
- data/doc/Axlsx/Row.html +132 -161
- data/doc/Axlsx/Scaling.html +71 -90
- data/doc/Axlsx/SerAxis.html +61 -79
- data/doc/Axlsx/Series.html +125 -201
- data/doc/Axlsx/SeriesTitle.html +26 -31
- data/doc/Axlsx/Styles.html +286 -355
- data/doc/Axlsx/TableStyle.html +62 -87
- data/doc/Axlsx/TableStyleElement.html +84 -104
- data/doc/Axlsx/TableStyles.html +59 -82
- data/doc/Axlsx/Title.html +58 -155
- data/doc/Axlsx/TwoCellAnchor.html +165 -204
- data/doc/Axlsx/ValAxis.html +39 -53
- data/doc/Axlsx/ValAxisData.html +29 -39
- data/doc/Axlsx/View3D.html +93 -122
- data/doc/Axlsx/Workbook.html +359 -362
- data/doc/Axlsx/Worksheet.html +471 -816
- data/doc/Axlsx/Xf.html +341 -296
- data/doc/_index.html +7 -11
- data/doc/class_list.html +1 -1
- data/doc/file.LICENSE.html +86 -0
- data/doc/file.README.html +105 -107
- data/doc/file_list.html +3 -0
- data/doc/frames.html +1 -1
- data/doc/index.html +105 -107
- data/doc/method_list.html +426 -602
- data/doc/top-level-namespace.html +3 -3
- data/examples/example.rb +20 -1
- data/lib/axlsx.rb +20 -15
- data/lib/axlsx/content_type/default.rb +8 -3
- data/lib/axlsx/content_type/override.rb +11 -4
- data/lib/axlsx/doc_props/app.rb +53 -23
- data/lib/axlsx/drawing/axis.rb +16 -5
- data/lib/axlsx/drawing/bar_3D_chart.rb +15 -7
- data/lib/axlsx/drawing/bar_series.rb +7 -5
- data/lib/axlsx/drawing/cat_axis.rb +10 -3
- data/lib/axlsx/drawing/chart.rb +21 -15
- data/lib/axlsx/drawing/drawing.rb +16 -30
- data/lib/axlsx/drawing/graphic_frame.rb +2 -4
- data/lib/axlsx/drawing/line_3D_chart.rb +5 -2
- data/lib/axlsx/drawing/line_series.rb +6 -5
- data/lib/axlsx/drawing/marker.rb +9 -5
- data/lib/axlsx/drawing/one_cell_anchor.rb +7 -7
- data/lib/axlsx/drawing/pic.rb +29 -37
- data/lib/axlsx/drawing/pie_series.rb +7 -5
- data/lib/axlsx/drawing/scaling.rb +11 -5
- data/lib/axlsx/drawing/ser_axis.rb +6 -2
- data/lib/axlsx/drawing/series.rb +11 -11
- data/lib/axlsx/drawing/series_title.rb +1 -1
- data/lib/axlsx/drawing/title.rb +5 -12
- data/lib/axlsx/drawing/two_cell_anchor.rb +2 -3
- data/lib/axlsx/drawing/val_axis.rb +2 -2
- data/lib/axlsx/drawing/view_3D.rb +16 -9
- data/lib/axlsx/package.rb +25 -27
- data/lib/axlsx/rels/relationship.rb +4 -2
- data/lib/axlsx/stylesheet/border.rb +9 -4
- data/lib/axlsx/stylesheet/border_pr.rb +7 -4
- data/lib/axlsx/stylesheet/cell_alignment.rb +18 -9
- data/lib/axlsx/stylesheet/cell_protection.rb +5 -2
- data/lib/axlsx/stylesheet/cell_style.rb +12 -7
- data/lib/axlsx/stylesheet/color.rb +8 -6
- data/lib/axlsx/stylesheet/fill.rb +2 -1
- data/lib/axlsx/stylesheet/font.rb +24 -13
- data/lib/axlsx/stylesheet/gradient_fill.rb +16 -10
- data/lib/axlsx/stylesheet/gradient_stop.rb +5 -3
- data/lib/axlsx/stylesheet/num_fmt.rb +4 -2
- data/lib/axlsx/stylesheet/pattern_fill.rb +6 -4
- data/lib/axlsx/stylesheet/styles.rb +12 -12
- data/lib/axlsx/stylesheet/table_style.rb +6 -3
- data/lib/axlsx/stylesheet/table_style_element.rb +9 -4
- data/lib/axlsx/stylesheet/table_styles.rb +4 -4
- data/lib/axlsx/stylesheet/xf.rb +52 -31
- data/lib/axlsx/util/validators.rb +3 -3
- data/lib/axlsx/version.rb +1 -1
- data/lib/axlsx/workbook/workbook.rb +8 -9
- data/lib/axlsx/workbook/worksheet/cell.rb +25 -16
- data/lib/axlsx/workbook/worksheet/row.rb +2 -4
- data/lib/axlsx/workbook/worksheet/worksheet.rb +23 -32
- data/test/drawing/tc_one_cell_anchor.rb +1 -1
- metadata +135 -165
- data/doc/Axlsx/SimpleTypedList.html +0 -1686
- data/lib/schema/dc.xsd~ +0 -118
- data/lib/schema/dcterms.xsd~ +0 -331
- data/lib/schema/opc-coreProperties.xsd~ +0 -50
- data/test/drawing/tc_line_series.tc~ +0 -34
data/doc/Axlsx/App.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: Axlsx::App
|
|
8
8
|
|
|
9
|
-
—
|
|
9
|
+
— AXLSX
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -97,22 +97,19 @@
|
|
|
97
97
|
|
|
98
98
|
<div class="note notetag">
|
|
99
99
|
<strong>Note:</strong>
|
|
100
|
-
<div class='inline'
|
|
101
|
-
Support is not implemented for the following complex types
|
|
102
|
-
|
|
103
|
-
<p>
|
|
104
|
-
|
|
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
|
-
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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'
|
|
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
|
-
|
|
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
|
—
|
|
856
|
-
<div class='inline'
|
|
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>
|
|
@@ -875,10 +845,9 @@ The name of the application
|
|
|
875
845
|
<td>
|
|
876
846
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 74</span>
|
|
877
847
|
|
|
878
|
-
<span class='
|
|
879
|
-
<span class='
|
|
880
|
-
<span class='
|
|
881
|
-
</pre>
|
|
848
|
+
<span class='kw'>def</span> <span class='const'>Application</span>
|
|
849
|
+
<span class='ivar'>@Application</span>
|
|
850
|
+
<span class='kw'>end</span></pre>
|
|
882
851
|
</td>
|
|
883
852
|
</tr>
|
|
884
853
|
</table>
|
|
@@ -896,9 +865,8 @@ The name of the application
|
|
|
896
865
|
|
|
897
866
|
</p><div class="docstring">
|
|
898
867
|
<div class="discussion">
|
|
899
|
-
|
|
900
|
-
The version of the application
|
|
901
|
-
</p>
|
|
868
|
+
|
|
869
|
+
<p>The version of the application.</p>
|
|
902
870
|
|
|
903
871
|
|
|
904
872
|
</div>
|
|
@@ -916,9 +884,8 @@ The version of the application.
|
|
|
916
884
|
|
|
917
885
|
|
|
918
886
|
—
|
|
919
|
-
<div class='inline'
|
|
920
|
-
The version of the application
|
|
921
|
-
</p>
|
|
887
|
+
<div class='inline'>
|
|
888
|
+
<p>The version of the application.</p>
|
|
922
889
|
</div>
|
|
923
890
|
|
|
924
891
|
</li>
|
|
@@ -938,10 +905,9 @@ The version of the application.
|
|
|
938
905
|
<td>
|
|
939
906
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 77</span>
|
|
940
907
|
|
|
941
|
-
<span class='
|
|
942
|
-
<span class='
|
|
943
|
-
<span class='
|
|
944
|
-
</pre>
|
|
908
|
+
<span class='kw'>def</span> <span class='const'>AppVersion</span>
|
|
909
|
+
<span class='ivar'>@AppVersion</span>
|
|
910
|
+
<span class='kw'>end</span></pre>
|
|
945
911
|
</td>
|
|
946
912
|
</tr>
|
|
947
913
|
</table>
|
|
@@ -959,9 +925,8 @@ The version of the application.
|
|
|
959
925
|
|
|
960
926
|
</p><div class="docstring">
|
|
961
927
|
<div class="discussion">
|
|
962
|
-
|
|
963
|
-
The number of characters in the document
|
|
964
|
-
</p>
|
|
928
|
+
|
|
929
|
+
<p>The number of characters in the document.</p>
|
|
965
930
|
|
|
966
931
|
|
|
967
932
|
</div>
|
|
@@ -979,9 +944,8 @@ The number of characters in the document.
|
|
|
979
944
|
|
|
980
945
|
|
|
981
946
|
—
|
|
982
|
-
<div class='inline'
|
|
983
|
-
The number of characters in the document
|
|
984
|
-
</p>
|
|
947
|
+
<div class='inline'>
|
|
948
|
+
<p>The number of characters in the document.</p>
|
|
985
949
|
</div>
|
|
986
950
|
|
|
987
951
|
</li>
|
|
@@ -1001,10 +965,9 @@ The number of characters in the document.
|
|
|
1001
965
|
<td>
|
|
1002
966
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 29</span>
|
|
1003
967
|
|
|
1004
|
-
<span class='
|
|
1005
|
-
<span class='
|
|
1006
|
-
<span class='
|
|
1007
|
-
</pre>
|
|
968
|
+
<span class='kw'>def</span> <span class='const'>Characters</span>
|
|
969
|
+
<span class='ivar'>@Characters</span>
|
|
970
|
+
<span class='kw'>end</span></pre>
|
|
1008
971
|
</td>
|
|
1009
972
|
</tr>
|
|
1010
973
|
</table>
|
|
@@ -1022,9 +985,8 @@ The number of characters in the document.
|
|
|
1022
985
|
|
|
1023
986
|
</p><div class="docstring">
|
|
1024
987
|
<div class="discussion">
|
|
1025
|
-
|
|
1026
|
-
The number of characters in the document including spaces
|
|
1027
|
-
</p>
|
|
988
|
+
|
|
989
|
+
<p>The number of characters in the document including spaces.</p>
|
|
1028
990
|
|
|
1029
991
|
|
|
1030
992
|
</div>
|
|
@@ -1042,9 +1004,8 @@ The number of characters in the document including spaces.
|
|
|
1042
1004
|
|
|
1043
1005
|
|
|
1044
1006
|
—
|
|
1045
|
-
<div class='inline'
|
|
1046
|
-
The number of characters in the document including spaces
|
|
1047
|
-
</p>
|
|
1007
|
+
<div class='inline'>
|
|
1008
|
+
<p>The number of characters in the document including spaces.</p>
|
|
1048
1009
|
</div>
|
|
1049
1010
|
|
|
1050
1011
|
</li>
|
|
@@ -1064,10 +1025,9 @@ The number of characters in the document including spaces.
|
|
|
1064
1025
|
<td>
|
|
1065
1026
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 62</span>
|
|
1066
1027
|
|
|
1067
|
-
<span class='
|
|
1068
|
-
<span class='
|
|
1069
|
-
<span class='
|
|
1070
|
-
</pre>
|
|
1028
|
+
<span class='kw'>def</span> <span class='const'>CharactersWithSpaces</span>
|
|
1029
|
+
<span class='ivar'>@CharactersWithSpaces</span>
|
|
1030
|
+
<span class='kw'>end</span></pre>
|
|
1071
1031
|
</td>
|
|
1072
1032
|
</tr>
|
|
1073
1033
|
</table>
|
|
@@ -1085,9 +1045,8 @@ The number of characters in the document including spaces.
|
|
|
1085
1045
|
|
|
1086
1046
|
</p><div class="docstring">
|
|
1087
1047
|
<div class="discussion">
|
|
1088
|
-
|
|
1089
|
-
The name of the company generating the document
|
|
1090
|
-
</p>
|
|
1048
|
+
|
|
1049
|
+
<p>The name of the company generating the document.</p>
|
|
1091
1050
|
|
|
1092
1051
|
|
|
1093
1052
|
</div>
|
|
@@ -1105,9 +1064,8 @@ The name of the company generating the document.
|
|
|
1105
1064
|
|
|
1106
1065
|
|
|
1107
1066
|
—
|
|
1108
|
-
<div class='inline'
|
|
1109
|
-
The name of the company generating the document
|
|
1110
|
-
</p>
|
|
1067
|
+
<div class='inline'>
|
|
1068
|
+
<p>The name of the company generating the document.</p>
|
|
1111
1069
|
</div>
|
|
1112
1070
|
|
|
1113
1071
|
</li>
|
|
@@ -1127,10 +1085,9 @@ The name of the company generating the document.
|
|
|
1127
1085
|
<td>
|
|
1128
1086
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 20</span>
|
|
1129
1087
|
|
|
1130
|
-
<span class='
|
|
1131
|
-
<span class='
|
|
1132
|
-
<span class='
|
|
1133
|
-
</pre>
|
|
1088
|
+
<span class='kw'>def</span> <span class='const'>Company</span>
|
|
1089
|
+
<span class='ivar'>@Company</span>
|
|
1090
|
+
<span class='kw'>end</span></pre>
|
|
1134
1091
|
</td>
|
|
1135
1092
|
</tr>
|
|
1136
1093
|
</table>
|
|
@@ -1148,9 +1105,8 @@ The name of the company generating the document.
|
|
|
1148
1105
|
|
|
1149
1106
|
</p><div class="docstring">
|
|
1150
1107
|
<div class="discussion">
|
|
1151
|
-
|
|
1152
|
-
Document security
|
|
1153
|
-
</p>
|
|
1108
|
+
|
|
1109
|
+
<p>Document security</p>
|
|
1154
1110
|
|
|
1155
1111
|
|
|
1156
1112
|
</div>
|
|
@@ -1168,9 +1124,8 @@ Document security
|
|
|
1168
1124
|
|
|
1169
1125
|
|
|
1170
1126
|
—
|
|
1171
|
-
<div class='inline'
|
|
1172
|
-
Document security
|
|
1173
|
-
</p>
|
|
1127
|
+
<div class='inline'>
|
|
1128
|
+
<p>Document security</p>
|
|
1174
1129
|
</div>
|
|
1175
1130
|
|
|
1176
1131
|
</li>
|
|
@@ -1190,10 +1145,9 @@ Document security
|
|
|
1190
1145
|
<td>
|
|
1191
1146
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 80</span>
|
|
1192
1147
|
|
|
1193
|
-
<span class='
|
|
1194
|
-
<span class='
|
|
1195
|
-
<span class='
|
|
1196
|
-
</pre>
|
|
1148
|
+
<span class='kw'>def</span> <span class='const'>DocSecurity</span>
|
|
1149
|
+
<span class='ivar'>@DocSecurity</span>
|
|
1150
|
+
<span class='kw'>end</span></pre>
|
|
1197
1151
|
</td>
|
|
1198
1152
|
</tr>
|
|
1199
1153
|
</table>
|
|
@@ -1211,9 +1165,8 @@ Document security
|
|
|
1211
1165
|
|
|
1212
1166
|
</p><div class="docstring">
|
|
1213
1167
|
<div class="discussion">
|
|
1214
|
-
|
|
1215
|
-
The number of hidden slides
|
|
1216
|
-
</p>
|
|
1168
|
+
|
|
1169
|
+
<p>The number of hidden slides.</p>
|
|
1217
1170
|
|
|
1218
1171
|
|
|
1219
1172
|
</div>
|
|
@@ -1231,9 +1184,8 @@ The number of hidden slides.
|
|
|
1231
1184
|
|
|
1232
1185
|
|
|
1233
1186
|
—
|
|
1234
|
-
<div class='inline'
|
|
1235
|
-
The number of hidden slides
|
|
1236
|
-
</p>
|
|
1187
|
+
<div class='inline'>
|
|
1188
|
+
<p>The number of hidden slides.</p>
|
|
1237
1189
|
</div>
|
|
1238
1190
|
|
|
1239
1191
|
</li>
|
|
@@ -1253,10 +1205,9 @@ The number of hidden slides.
|
|
|
1253
1205
|
<td>
|
|
1254
1206
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 50</span>
|
|
1255
1207
|
|
|
1256
|
-
<span class='
|
|
1257
|
-
<span class='
|
|
1258
|
-
<span class='
|
|
1259
|
-
</pre>
|
|
1208
|
+
<span class='kw'>def</span> <span class='const'>HiddenSlides</span>
|
|
1209
|
+
<span class='ivar'>@HiddenSlides</span>
|
|
1210
|
+
<span class='kw'>end</span></pre>
|
|
1260
1211
|
</td>
|
|
1261
1212
|
</tr>
|
|
1262
1213
|
</table>
|
|
@@ -1274,9 +1225,8 @@ The number of hidden slides.
|
|
|
1274
1225
|
|
|
1275
1226
|
</p><div class="docstring">
|
|
1276
1227
|
<div class="discussion">
|
|
1277
|
-
|
|
1278
|
-
The base for hyper links in the document
|
|
1279
|
-
</p>
|
|
1228
|
+
|
|
1229
|
+
<p>The base for hyper links in the document.</p>
|
|
1280
1230
|
|
|
1281
1231
|
|
|
1282
1232
|
</div>
|
|
@@ -1294,9 +1244,8 @@ The base for hyper links in the document.
|
|
|
1294
1244
|
|
|
1295
1245
|
|
|
1296
1246
|
—
|
|
1297
|
-
<div class='inline'
|
|
1298
|
-
The base for hyper links in the document
|
|
1299
|
-
</p>
|
|
1247
|
+
<div class='inline'>
|
|
1248
|
+
<p>The base for hyper links in the document.</p>
|
|
1300
1249
|
</div>
|
|
1301
1250
|
|
|
1302
1251
|
</li>
|
|
@@ -1316,10 +1265,9 @@ The base for hyper links in the document.
|
|
|
1316
1265
|
<td>
|
|
1317
1266
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 68</span>
|
|
1318
1267
|
|
|
1319
|
-
<span class='
|
|
1320
|
-
<span class='
|
|
1321
|
-
<span class='
|
|
1322
|
-
</pre>
|
|
1268
|
+
<span class='kw'>def</span> <span class='const'>HyperLinkBase</span>
|
|
1269
|
+
<span class='ivar'>@HyperLinkBase</span>
|
|
1270
|
+
<span class='kw'>end</span></pre>
|
|
1323
1271
|
</td>
|
|
1324
1272
|
</tr>
|
|
1325
1273
|
</table>
|
|
@@ -1337,9 +1285,8 @@ The base for hyper links in the document.
|
|
|
1337
1285
|
|
|
1338
1286
|
</p><div class="docstring">
|
|
1339
1287
|
<div class="discussion">
|
|
1340
|
-
|
|
1341
|
-
Indicates that the hyper links in the document have been changed
|
|
1342
|
-
</p>
|
|
1288
|
+
|
|
1289
|
+
<p>Indicates that the hyper links in the document have been changed.</p>
|
|
1343
1290
|
|
|
1344
1291
|
|
|
1345
1292
|
</div>
|
|
@@ -1357,9 +1304,8 @@ Indicates that the hyper links in the document have been changed.
|
|
|
1357
1304
|
|
|
1358
1305
|
|
|
1359
1306
|
—
|
|
1360
|
-
<div class='inline'
|
|
1361
|
-
Indicates that the hyper links in the document have been changed
|
|
1362
|
-
</p>
|
|
1307
|
+
<div class='inline'>
|
|
1308
|
+
<p>Indicates that the hyper links in the document have been changed.</p>
|
|
1363
1309
|
</div>
|
|
1364
1310
|
|
|
1365
1311
|
</li>
|
|
@@ -1379,10 +1325,9 @@ Indicates that the hyper links in the document have been changed.
|
|
|
1379
1325
|
<td>
|
|
1380
1326
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 71</span>
|
|
1381
1327
|
|
|
1382
|
-
<span class='
|
|
1383
|
-
<span class='
|
|
1384
|
-
<span class='
|
|
1385
|
-
</pre>
|
|
1328
|
+
<span class='kw'>def</span> <span class='const'>HyperlinksChanged</span>
|
|
1329
|
+
<span class='ivar'>@HyperlinksChanged</span>
|
|
1330
|
+
<span class='kw'>end</span></pre>
|
|
1386
1331
|
</td>
|
|
1387
1332
|
</tr>
|
|
1388
1333
|
</table>
|
|
@@ -1400,9 +1345,8 @@ Indicates that the hyper links in the document have been changed.
|
|
|
1400
1345
|
|
|
1401
1346
|
</p><div class="docstring">
|
|
1402
1347
|
<div class="discussion">
|
|
1403
|
-
|
|
1404
|
-
The number of lines in the document
|
|
1405
|
-
</p>
|
|
1348
|
+
|
|
1349
|
+
<p>The number of lines in the document.</p>
|
|
1406
1350
|
|
|
1407
1351
|
|
|
1408
1352
|
</div>
|
|
@@ -1420,9 +1364,8 @@ The number of lines in the document.
|
|
|
1420
1364
|
|
|
1421
1365
|
|
|
1422
1366
|
—
|
|
1423
|
-
<div class='inline'
|
|
1424
|
-
The number of lines in the document
|
|
1425
|
-
</p>
|
|
1367
|
+
<div class='inline'>
|
|
1368
|
+
<p>The number of lines in the document.</p>
|
|
1426
1369
|
</div>
|
|
1427
1370
|
|
|
1428
1371
|
</li>
|
|
@@ -1442,10 +1385,9 @@ The number of lines in the document.
|
|
|
1442
1385
|
<td>
|
|
1443
1386
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 35</span>
|
|
1444
1387
|
|
|
1445
|
-
<span class='
|
|
1446
|
-
<span class='
|
|
1447
|
-
<span class='
|
|
1448
|
-
</pre>
|
|
1388
|
+
<span class='kw'>def</span> <span class='const'>Lines</span>
|
|
1389
|
+
<span class='ivar'>@Lines</span>
|
|
1390
|
+
<span class='kw'>end</span></pre>
|
|
1449
1391
|
</td>
|
|
1450
1392
|
</tr>
|
|
1451
1393
|
</table>
|
|
@@ -1463,9 +1405,8 @@ The number of lines in the document.
|
|
|
1463
1405
|
|
|
1464
1406
|
</p><div class="docstring">
|
|
1465
1407
|
<div class="discussion">
|
|
1466
|
-
|
|
1467
|
-
The links in the document are up to date
|
|
1468
|
-
</p>
|
|
1408
|
+
|
|
1409
|
+
<p>The links in the document are up to date.</p>
|
|
1469
1410
|
|
|
1470
1411
|
|
|
1471
1412
|
</div>
|
|
@@ -1483,9 +1424,8 @@ The links in the document are up to date.
|
|
|
1483
1424
|
|
|
1484
1425
|
|
|
1485
1426
|
—
|
|
1486
|
-
<div class='inline'
|
|
1487
|
-
The links in the document are up to date
|
|
1488
|
-
</p>
|
|
1427
|
+
<div class='inline'>
|
|
1428
|
+
<p>The links in the document are up to date.</p>
|
|
1489
1429
|
</div>
|
|
1490
1430
|
|
|
1491
1431
|
</li>
|
|
@@ -1505,10 +1445,9 @@ The links in the document are up to date.
|
|
|
1505
1445
|
<td>
|
|
1506
1446
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 59</span>
|
|
1507
1447
|
|
|
1508
|
-
<span class='
|
|
1509
|
-
<span class='
|
|
1510
|
-
<span class='
|
|
1511
|
-
</pre>
|
|
1448
|
+
<span class='kw'>def</span> <span class='const'>LinksUpToDate</span>
|
|
1449
|
+
<span class='ivar'>@LinksUpToDate</span>
|
|
1450
|
+
<span class='kw'>end</span></pre>
|
|
1512
1451
|
</td>
|
|
1513
1452
|
</tr>
|
|
1514
1453
|
</table>
|
|
@@ -1526,9 +1465,8 @@ The links in the document are up to date.
|
|
|
1526
1465
|
|
|
1527
1466
|
</p><div class="docstring">
|
|
1528
1467
|
<div class="discussion">
|
|
1529
|
-
|
|
1530
|
-
The name of the manager for the document
|
|
1531
|
-
</p>
|
|
1468
|
+
|
|
1469
|
+
<p>The name of the manager for the document.</p>
|
|
1532
1470
|
|
|
1533
1471
|
|
|
1534
1472
|
</div>
|
|
@@ -1546,9 +1484,8 @@ The name of the manager for the document.
|
|
|
1546
1484
|
|
|
1547
1485
|
|
|
1548
1486
|
—
|
|
1549
|
-
<div class='inline'
|
|
1550
|
-
The name of the manager for the document
|
|
1551
|
-
</p>
|
|
1487
|
+
<div class='inline'>
|
|
1488
|
+
<p>The name of the manager for the document.</p>
|
|
1552
1489
|
</div>
|
|
1553
1490
|
|
|
1554
1491
|
</li>
|
|
@@ -1568,10 +1505,9 @@ The name of the manager for the document.
|
|
|
1568
1505
|
<td>
|
|
1569
1506
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 17</span>
|
|
1570
1507
|
|
|
1571
|
-
<span class='
|
|
1572
|
-
<span class='
|
|
1573
|
-
<span class='
|
|
1574
|
-
</pre>
|
|
1508
|
+
<span class='kw'>def</span> <span class='const'>Manager</span>
|
|
1509
|
+
<span class='ivar'>@Manager</span>
|
|
1510
|
+
<span class='kw'>end</span></pre>
|
|
1575
1511
|
</td>
|
|
1576
1512
|
</tr>
|
|
1577
1513
|
</table>
|
|
@@ -1589,9 +1525,8 @@ The name of the manager for the document.
|
|
|
1589
1525
|
|
|
1590
1526
|
</p><div class="docstring">
|
|
1591
1527
|
<div class="discussion">
|
|
1592
|
-
|
|
1593
|
-
The total number multimedia clips
|
|
1594
|
-
</p>
|
|
1528
|
+
|
|
1529
|
+
<p>The total number multimedia clips</p>
|
|
1595
1530
|
|
|
1596
1531
|
|
|
1597
1532
|
</div>
|
|
@@ -1609,9 +1544,8 @@ The total number multimedia clips
|
|
|
1609
1544
|
|
|
1610
1545
|
|
|
1611
1546
|
—
|
|
1612
|
-
<div class='inline'
|
|
1613
|
-
The total number multimedia clips
|
|
1614
|
-
</p>
|
|
1547
|
+
<div class='inline'>
|
|
1548
|
+
<p>The total number multimedia clips</p>
|
|
1615
1549
|
</div>
|
|
1616
1550
|
|
|
1617
1551
|
</li>
|
|
@@ -1631,10 +1565,9 @@ The total number multimedia clips
|
|
|
1631
1565
|
<td>
|
|
1632
1566
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 53</span>
|
|
1633
1567
|
|
|
1634
|
-
<span class='
|
|
1635
|
-
<span class='
|
|
1636
|
-
<span class='
|
|
1637
|
-
</pre>
|
|
1568
|
+
<span class='kw'>def</span> <span class='const'>MMClips</span>
|
|
1569
|
+
<span class='ivar'>@MMClips</span>
|
|
1570
|
+
<span class='kw'>end</span></pre>
|
|
1638
1571
|
</td>
|
|
1639
1572
|
</tr>
|
|
1640
1573
|
</table>
|
|
@@ -1652,9 +1585,8 @@ The total number multimedia clips
|
|
|
1652
1585
|
|
|
1653
1586
|
</p><div class="docstring">
|
|
1654
1587
|
<div class="discussion">
|
|
1655
|
-
|
|
1656
|
-
The number of slides that have notes
|
|
1657
|
-
</p>
|
|
1588
|
+
|
|
1589
|
+
<p>The number of slides that have notes.</p>
|
|
1658
1590
|
|
|
1659
1591
|
|
|
1660
1592
|
</div>
|
|
@@ -1672,9 +1604,8 @@ The number of slides that have notes.
|
|
|
1672
1604
|
|
|
1673
1605
|
|
|
1674
1606
|
—
|
|
1675
|
-
<div class='inline'
|
|
1676
|
-
The number of slides that have notes
|
|
1677
|
-
</p>
|
|
1607
|
+
<div class='inline'>
|
|
1608
|
+
<p>The number of slides that have notes.</p>
|
|
1678
1609
|
</div>
|
|
1679
1610
|
|
|
1680
1611
|
</li>
|
|
@@ -1694,10 +1625,9 @@ The number of slides that have notes.
|
|
|
1694
1625
|
<td>
|
|
1695
1626
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 44</span>
|
|
1696
1627
|
|
|
1697
|
-
<span class='
|
|
1698
|
-
<span class='
|
|
1699
|
-
<span class='
|
|
1700
|
-
</pre>
|
|
1628
|
+
<span class='kw'>def</span> <span class='const'>Notes</span>
|
|
1629
|
+
<span class='ivar'>@Notes</span>
|
|
1630
|
+
<span class='kw'>end</span></pre>
|
|
1701
1631
|
</td>
|
|
1702
1632
|
</tr>
|
|
1703
1633
|
</table>
|
|
@@ -1715,9 +1645,8 @@ The number of slides that have notes.
|
|
|
1715
1645
|
|
|
1716
1646
|
</p><div class="docstring">
|
|
1717
1647
|
<div class="discussion">
|
|
1718
|
-
|
|
1719
|
-
The number of pages in the document
|
|
1720
|
-
</p>
|
|
1648
|
+
|
|
1649
|
+
<p>The number of pages in the document.</p>
|
|
1721
1650
|
|
|
1722
1651
|
|
|
1723
1652
|
</div>
|
|
@@ -1735,9 +1664,8 @@ The number of pages in the document.
|
|
|
1735
1664
|
|
|
1736
1665
|
|
|
1737
1666
|
—
|
|
1738
|
-
<div class='inline'
|
|
1739
|
-
The number of pages in the document
|
|
1740
|
-
</p>
|
|
1667
|
+
<div class='inline'>
|
|
1668
|
+
<p>The number of pages in the document.</p>
|
|
1741
1669
|
</div>
|
|
1742
1670
|
|
|
1743
1671
|
</li>
|
|
@@ -1757,10 +1685,9 @@ The number of pages in the document.
|
|
|
1757
1685
|
<td>
|
|
1758
1686
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 23</span>
|
|
1759
1687
|
|
|
1760
|
-
<span class='
|
|
1761
|
-
<span class='
|
|
1762
|
-
<span class='
|
|
1763
|
-
</pre>
|
|
1688
|
+
<span class='kw'>def</span> <span class='const'>Pages</span>
|
|
1689
|
+
<span class='ivar'>@Pages</span>
|
|
1690
|
+
<span class='kw'>end</span></pre>
|
|
1764
1691
|
</td>
|
|
1765
1692
|
</tr>
|
|
1766
1693
|
</table>
|
|
@@ -1778,9 +1705,8 @@ The number of pages in the document.
|
|
|
1778
1705
|
|
|
1779
1706
|
</p><div class="docstring">
|
|
1780
1707
|
<div class="discussion">
|
|
1781
|
-
|
|
1782
|
-
The number of paragraphs in the document
|
|
1783
|
-
</p>
|
|
1708
|
+
|
|
1709
|
+
<p>The number of paragraphs in the document</p>
|
|
1784
1710
|
|
|
1785
1711
|
|
|
1786
1712
|
</div>
|
|
@@ -1798,9 +1724,8 @@ The number of paragraphs in the document
|
|
|
1798
1724
|
|
|
1799
1725
|
|
|
1800
1726
|
—
|
|
1801
|
-
<div class='inline'
|
|
1802
|
-
The number of paragraphs in the document
|
|
1803
|
-
</p>
|
|
1727
|
+
<div class='inline'>
|
|
1728
|
+
<p>The number of paragraphs in the document</p>
|
|
1804
1729
|
</div>
|
|
1805
1730
|
|
|
1806
1731
|
</li>
|
|
@@ -1820,10 +1745,9 @@ The number of paragraphs in the document
|
|
|
1820
1745
|
<td>
|
|
1821
1746
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 38</span>
|
|
1822
1747
|
|
|
1823
|
-
<span class='
|
|
1824
|
-
<span class='
|
|
1825
|
-
<span class='
|
|
1826
|
-
</pre>
|
|
1748
|
+
<span class='kw'>def</span> <span class='const'>Paragraphs</span>
|
|
1749
|
+
<span class='ivar'>@Paragraphs</span>
|
|
1750
|
+
<span class='kw'>end</span></pre>
|
|
1827
1751
|
</td>
|
|
1828
1752
|
</tr>
|
|
1829
1753
|
</table>
|
|
@@ -1841,9 +1765,8 @@ The number of paragraphs in the document
|
|
|
1841
1765
|
|
|
1842
1766
|
</p><div class="docstring">
|
|
1843
1767
|
<div class="discussion">
|
|
1844
|
-
|
|
1845
|
-
The intended format of the presentation
|
|
1846
|
-
</p>
|
|
1768
|
+
|
|
1769
|
+
<p>The intended format of the presentation.</p>
|
|
1847
1770
|
|
|
1848
1771
|
|
|
1849
1772
|
</div>
|
|
@@ -1861,9 +1784,8 @@ The intended format of the presentation.
|
|
|
1861
1784
|
|
|
1862
1785
|
|
|
1863
1786
|
—
|
|
1864
|
-
<div class='inline'
|
|
1865
|
-
The intended format of the presentation
|
|
1866
|
-
</p>
|
|
1787
|
+
<div class='inline'>
|
|
1788
|
+
<p>The intended format of the presentation.</p>
|
|
1867
1789
|
</div>
|
|
1868
1790
|
|
|
1869
1791
|
</li>
|
|
@@ -1883,10 +1805,9 @@ The intended format of the presentation.
|
|
|
1883
1805
|
<td>
|
|
1884
1806
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 32</span>
|
|
1885
1807
|
|
|
1886
|
-
<span class='
|
|
1887
|
-
<span class='
|
|
1888
|
-
<span class='
|
|
1889
|
-
</pre>
|
|
1808
|
+
<span class='kw'>def</span> <span class='const'>PresentationFormat</span>
|
|
1809
|
+
<span class='ivar'>@PresentationFormat</span>
|
|
1810
|
+
<span class='kw'>end</span></pre>
|
|
1890
1811
|
</td>
|
|
1891
1812
|
</tr>
|
|
1892
1813
|
</table>
|
|
@@ -1904,9 +1825,8 @@ The intended format of the presentation.
|
|
|
1904
1825
|
|
|
1905
1826
|
</p><div class="docstring">
|
|
1906
1827
|
<div class="discussion">
|
|
1907
|
-
|
|
1908
|
-
The display mode for the document thumbnail
|
|
1909
|
-
</p>
|
|
1828
|
+
|
|
1829
|
+
<p>The display mode for the document thumbnail.</p>
|
|
1910
1830
|
|
|
1911
1831
|
|
|
1912
1832
|
</div>
|
|
@@ -1924,9 +1844,8 @@ The display mode for the document thumbnail.
|
|
|
1924
1844
|
|
|
1925
1845
|
|
|
1926
1846
|
—
|
|
1927
|
-
<div class='inline'
|
|
1928
|
-
The display mode for the document thumbnail
|
|
1929
|
-
</p>
|
|
1847
|
+
<div class='inline'>
|
|
1848
|
+
<p>The display mode for the document thumbnail.</p>
|
|
1930
1849
|
</div>
|
|
1931
1850
|
|
|
1932
1851
|
</li>
|
|
@@ -1946,10 +1865,9 @@ The display mode for the document thumbnail.
|
|
|
1946
1865
|
<td>
|
|
1947
1866
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 56</span>
|
|
1948
1867
|
|
|
1949
|
-
<span class='
|
|
1950
|
-
<span class='
|
|
1951
|
-
<span class='
|
|
1952
|
-
</pre>
|
|
1868
|
+
<span class='kw'>def</span> <span class='const'>ScaleCrop</span>
|
|
1869
|
+
<span class='ivar'>@ScaleCrop</span>
|
|
1870
|
+
<span class='kw'>end</span></pre>
|
|
1953
1871
|
</td>
|
|
1954
1872
|
</tr>
|
|
1955
1873
|
</table>
|
|
@@ -1967,9 +1885,8 @@ The display mode for the document thumbnail.
|
|
|
1967
1885
|
|
|
1968
1886
|
</p><div class="docstring">
|
|
1969
1887
|
<div class="discussion">
|
|
1970
|
-
|
|
1971
|
-
Indicates if the document is shared
|
|
1972
|
-
</p>
|
|
1888
|
+
|
|
1889
|
+
<p>Indicates if the document is shared.</p>
|
|
1973
1890
|
|
|
1974
1891
|
|
|
1975
1892
|
</div>
|
|
@@ -1987,9 +1904,8 @@ Indicates if the document is shared.
|
|
|
1987
1904
|
|
|
1988
1905
|
|
|
1989
1906
|
—
|
|
1990
|
-
<div class='inline'
|
|
1991
|
-
Indicates if the document is shared
|
|
1992
|
-
</p>
|
|
1907
|
+
<div class='inline'>
|
|
1908
|
+
<p>Indicates if the document is shared.</p>
|
|
1993
1909
|
</div>
|
|
1994
1910
|
|
|
1995
1911
|
</li>
|
|
@@ -2009,10 +1925,9 @@ Indicates if the document is shared.
|
|
|
2009
1925
|
<td>
|
|
2010
1926
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 65</span>
|
|
2011
1927
|
|
|
2012
|
-
<span class='
|
|
2013
|
-
<span class='
|
|
2014
|
-
<span class='
|
|
2015
|
-
</pre>
|
|
1928
|
+
<span class='kw'>def</span> <span class='const'>ShareDoc</span>
|
|
1929
|
+
<span class='ivar'>@ShareDoc</span>
|
|
1930
|
+
<span class='kw'>end</span></pre>
|
|
2016
1931
|
</td>
|
|
2017
1932
|
</tr>
|
|
2018
1933
|
</table>
|
|
@@ -2030,9 +1945,8 @@ Indicates if the document is shared.
|
|
|
2030
1945
|
|
|
2031
1946
|
</p><div class="docstring">
|
|
2032
1947
|
<div class="discussion">
|
|
2033
|
-
|
|
2034
|
-
The number of slides in the document
|
|
2035
|
-
</p>
|
|
1948
|
+
|
|
1949
|
+
<p>The number of slides in the document.</p>
|
|
2036
1950
|
|
|
2037
1951
|
|
|
2038
1952
|
</div>
|
|
@@ -2050,9 +1964,8 @@ The number of slides in the document.
|
|
|
2050
1964
|
|
|
2051
1965
|
|
|
2052
1966
|
—
|
|
2053
|
-
<div class='inline'
|
|
2054
|
-
The number of slides in the document
|
|
2055
|
-
</p>
|
|
1967
|
+
<div class='inline'>
|
|
1968
|
+
<p>The number of slides in the document.</p>
|
|
2056
1969
|
</div>
|
|
2057
1970
|
|
|
2058
1971
|
</li>
|
|
@@ -2072,10 +1985,9 @@ The number of slides in the document.
|
|
|
2072
1985
|
<td>
|
|
2073
1986
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 41</span>
|
|
2074
1987
|
|
|
2075
|
-
<span class='
|
|
2076
|
-
<span class='
|
|
2077
|
-
<span class='
|
|
2078
|
-
</pre>
|
|
1988
|
+
<span class='kw'>def</span> <span class='const'>Slides</span>
|
|
1989
|
+
<span class='ivar'>@Slides</span>
|
|
1990
|
+
<span class='kw'>end</span></pre>
|
|
2079
1991
|
</td>
|
|
2080
1992
|
</tr>
|
|
2081
1993
|
</table>
|
|
@@ -2093,9 +2005,8 @@ The number of slides in the document.
|
|
|
2093
2005
|
|
|
2094
2006
|
</p><div class="docstring">
|
|
2095
2007
|
<div class="discussion">
|
|
2096
|
-
|
|
2097
|
-
The name of the document template
|
|
2098
|
-
</p>
|
|
2008
|
+
|
|
2009
|
+
<p>The name of the document template.</p>
|
|
2099
2010
|
|
|
2100
2011
|
|
|
2101
2012
|
</div>
|
|
@@ -2113,9 +2024,8 @@ The name of the document template.
|
|
|
2113
2024
|
|
|
2114
2025
|
|
|
2115
2026
|
—
|
|
2116
|
-
<div class='inline'
|
|
2117
|
-
The name of the document template
|
|
2118
|
-
</p>
|
|
2027
|
+
<div class='inline'>
|
|
2028
|
+
<p>The name of the document template.</p>
|
|
2119
2029
|
</div>
|
|
2120
2030
|
|
|
2121
2031
|
</li>
|
|
@@ -2135,10 +2045,9 @@ The name of the document template.
|
|
|
2135
2045
|
<td>
|
|
2136
2046
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 14</span>
|
|
2137
2047
|
|
|
2138
|
-
<span class='
|
|
2139
|
-
<span class='
|
|
2140
|
-
<span class='
|
|
2141
|
-
</pre>
|
|
2048
|
+
<span class='kw'>def</span> <span class='const'>Template</span>
|
|
2049
|
+
<span class='ivar'>@Template</span>
|
|
2050
|
+
<span class='kw'>end</span></pre>
|
|
2142
2051
|
</td>
|
|
2143
2052
|
</tr>
|
|
2144
2053
|
</table>
|
|
@@ -2156,9 +2065,8 @@ The name of the document template.
|
|
|
2156
2065
|
|
|
2157
2066
|
</p><div class="docstring">
|
|
2158
2067
|
<div class="discussion">
|
|
2159
|
-
|
|
2160
|
-
The total amount of time spent editing
|
|
2161
|
-
</p>
|
|
2068
|
+
|
|
2069
|
+
<p>The total amount of time spent editing.</p>
|
|
2162
2070
|
|
|
2163
2071
|
|
|
2164
2072
|
</div>
|
|
@@ -2176,9 +2084,8 @@ The total amount of time spent editing.
|
|
|
2176
2084
|
|
|
2177
2085
|
|
|
2178
2086
|
—
|
|
2179
|
-
<div class='inline'
|
|
2180
|
-
The total amount of time spent editing
|
|
2181
|
-
</p>
|
|
2087
|
+
<div class='inline'>
|
|
2088
|
+
<p>The total amount of time spent editing.</p>
|
|
2182
2089
|
</div>
|
|
2183
2090
|
|
|
2184
2091
|
</li>
|
|
@@ -2198,10 +2105,9 @@ The total amount of time spent editing.
|
|
|
2198
2105
|
<td>
|
|
2199
2106
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 47</span>
|
|
2200
2107
|
|
|
2201
|
-
<span class='
|
|
2202
|
-
<span class='
|
|
2203
|
-
<span class='
|
|
2204
|
-
</pre>
|
|
2108
|
+
<span class='kw'>def</span> <span class='const'>TotalTime</span>
|
|
2109
|
+
<span class='ivar'>@TotalTime</span>
|
|
2110
|
+
<span class='kw'>end</span></pre>
|
|
2205
2111
|
</td>
|
|
2206
2112
|
</tr>
|
|
2207
2113
|
</table>
|
|
@@ -2219,9 +2125,8 @@ The total amount of time spent editing.
|
|
|
2219
2125
|
|
|
2220
2126
|
</p><div class="docstring">
|
|
2221
2127
|
<div class="discussion">
|
|
2222
|
-
|
|
2223
|
-
The number of words in the document
|
|
2224
|
-
</p>
|
|
2128
|
+
|
|
2129
|
+
<p>The number of words in the document.</p>
|
|
2225
2130
|
|
|
2226
2131
|
|
|
2227
2132
|
</div>
|
|
@@ -2239,9 +2144,8 @@ The number of words in the document.
|
|
|
2239
2144
|
|
|
2240
2145
|
|
|
2241
2146
|
—
|
|
2242
|
-
<div class='inline'
|
|
2243
|
-
The number of words in the document
|
|
2244
|
-
</p>
|
|
2147
|
+
<div class='inline'>
|
|
2148
|
+
<p>The number of words in the document.</p>
|
|
2245
2149
|
</div>
|
|
2246
2150
|
|
|
2247
2151
|
</li>
|
|
@@ -2261,10 +2165,9 @@ The number of words in the document.
|
|
|
2261
2165
|
<td>
|
|
2262
2166
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 26</span>
|
|
2263
2167
|
|
|
2264
|
-
<span class='
|
|
2265
|
-
<span class='
|
|
2266
|
-
<span class='
|
|
2267
|
-
</pre>
|
|
2168
|
+
<span class='kw'>def</span> <span class='const'>Words</span>
|
|
2169
|
+
<span class='ivar'>@Words</span>
|
|
2170
|
+
<span class='kw'>end</span></pre>
|
|
2268
2171
|
</td>
|
|
2269
2172
|
</tr>
|
|
2270
2173
|
</table>
|
|
@@ -2286,9 +2189,8 @@ The number of words in the document.
|
|
|
2286
2189
|
|
|
2287
2190
|
</p><div class="docstring">
|
|
2288
2191
|
<div class="discussion">
|
|
2289
|
-
|
|
2290
|
-
Creates an App object
|
|
2291
|
-
</p>
|
|
2192
|
+
|
|
2193
|
+
<p>Creates an App object</p>
|
|
2292
2194
|
|
|
2293
2195
|
|
|
2294
2196
|
</div>
|
|
@@ -2309,9 +2211,8 @@ Creates an App object
|
|
|
2309
2211
|
|
|
2310
2212
|
|
|
2311
2213
|
—
|
|
2312
|
-
<div class='inline'
|
|
2313
|
-
a customizable set of options
|
|
2314
|
-
</p>
|
|
2214
|
+
<div class='inline'>
|
|
2215
|
+
<p>a customizable set of options</p>
|
|
2315
2216
|
</div>
|
|
2316
2217
|
|
|
2317
2218
|
</li>
|
|
@@ -2541,12 +2442,11 @@ a customizable set of options
|
|
|
2541
2442
|
<td>
|
|
2542
2443
|
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 105</span>
|
|
2543
2444
|
|
|
2544
|
-
<span class='
|
|
2545
|
-
<span class='options
|
|
2546
|
-
<span class='
|
|
2547
|
-
<span class='
|
|
2548
|
-
<span class='
|
|
2549
|
-
</pre>
|
|
2445
|
+
<span class='kw'>def</span> <span class='id initalize'>initalize</span><span class='lparen'>(</span><span class='id options'>options</span><span class='op'>=</span><span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
|
2446
|
+
<span class='id options'>options</span><span class='period'>.</span><span class='id each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id o'>o</span><span class='op'>|</span>
|
|
2447
|
+
<span class='kw'>self</span><span class='period'>.</span><span class='id send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id o'>o</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span><span class='rbrace'>}</span><span class='tstring_content'>=</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id o'>o</span><span class='lbracket'>[</span><span class='int'>1</span><span class='rbracket'>]</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='kw'>self</span><span class='period'>.</span><span class='id respond_to?'>respond_to?</span> <span class='id o'>o</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span>
|
|
2448
|
+
<span class='kw'>end</span>
|
|
2449
|
+
<span class='kw'>end</span></pre>
|
|
2550
2450
|
</td>
|
|
2551
2451
|
</tr>
|
|
2552
2452
|
</table>
|
|
@@ -2561,9 +2461,8 @@ a customizable set of options
|
|
|
2561
2461
|
|
|
2562
2462
|
</p><div class="docstring">
|
|
2563
2463
|
<div class="discussion">
|
|
2564
|
-
|
|
2565
|
-
Generate an app.xml document
|
|
2566
|
-
</p>
|
|
2464
|
+
|
|
2465
|
+
<p>Generate an app.xml document</p>
|
|
2567
2466
|
|
|
2568
2467
|
|
|
2569
2468
|
</div>
|
|
@@ -2581,9 +2480,8 @@ Generate an app.xml document
|
|
|
2581
2480
|
|
|
2582
2481
|
|
|
2583
2482
|
—
|
|
2584
|
-
<div class='inline'
|
|
2585
|
-
The document as a string
|
|
2586
|
-
</p>
|
|
2483
|
+
<div class='inline'>
|
|
2484
|
+
<p>The document as a string</p>
|
|
2587
2485
|
</div>
|
|
2588
2486
|
|
|
2589
2487
|
</li>
|
|
@@ -2596,31 +2494,30 @@ The document as a string
|
|
|
2596
2494
|
<pre class="lines">
|
|
2597
2495
|
|
|
2598
2496
|
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2497
|
+
167
|
|
2498
|
+
168
|
|
2499
|
+
169
|
|
2500
|
+
170
|
|
2501
|
+
171
|
|
2502
|
+
172
|
|
2503
|
+
173
|
|
2504
|
+
174
|
|
2505
|
+
175
|
|
2506
|
+
176</pre>
|
|
2609
2507
|
</td>
|
|
2610
2508
|
<td>
|
|
2611
|
-
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line
|
|
2612
|
-
|
|
2613
|
-
<span class='
|
|
2614
|
-
<span class='builder
|
|
2615
|
-
<span class='xml
|
|
2616
|
-
<span class='
|
|
2617
|
-
<span class='xml
|
|
2618
|
-
<span class='
|
|
2619
|
-
<span class='rbrace
|
|
2620
|
-
<span class='
|
|
2621
|
-
<span class='builder
|
|
2622
|
-
<span class='
|
|
2623
|
-
</pre>
|
|
2509
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 167</span>
|
|
2510
|
+
|
|
2511
|
+
<span class='kw'>def</span> <span class='id to_xml'>to_xml</span><span class='lparen'>(</span><span class='rparen'>)</span>
|
|
2512
|
+
<span class='id builder'>builder</span> <span class='op'>=</span> <span class='const'>Nokogiri</span><span class='op'>::</span><span class='const'>XML</span><span class='op'>::</span><span class='const'>Builder</span><span class='period'>.</span><span class='id new'>new</span><span class='lparen'>(</span><span class='symbol'>:encoding</span> <span class='op'>=></span> <span class='const'>ENCODING</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id xml'>xml</span><span class='op'>|</span>
|
|
2513
|
+
<span class='id xml'>xml</span><span class='period'>.</span><span class='id send'>send</span><span class='lparen'>(</span><span class='symbol'>:Properties</span><span class='comma'>,</span> <span class='symbol'>:xmlns</span> <span class='op'>=></span> <span class='const'>APP_NS</span><span class='comma'>,</span> <span class='symbol'>:xmlns:vt</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='const'>APP_NS_VT</span><span class='rparen'>)</span> <span class='lbrace'>{</span>
|
|
2514
|
+
<span class='kw'>self</span><span class='period'>.</span><span class='id instance_values'>instance_values</span><span class='period'>.</span><span class='id each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id name'>name</span><span class='comma'>,</span> <span class='id value'>value</span><span class='op'>|</span>
|
|
2515
|
+
<span class='id xml'>xml</span><span class='period'>.</span><span class='id send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>ap:</span><span class='embexpr_beg'>#{</span><span class='id name'>name</span><span class='rbrace'>}</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id value'>value</span><span class='rparen'>)</span>
|
|
2516
|
+
<span class='kw'>end</span>
|
|
2517
|
+
<span class='rbrace'>}</span>
|
|
2518
|
+
<span class='kw'>end</span>
|
|
2519
|
+
<span class='id builder'>builder</span><span class='period'>.</span><span class='id to_xml'>to_xml</span>
|
|
2520
|
+
<span class='kw'>end</span></pre>
|
|
2624
2521
|
</td>
|
|
2625
2522
|
</tr>
|
|
2626
2523
|
</table>
|
|
@@ -2631,9 +2528,9 @@ The document as a string
|
|
|
2631
2528
|
</div>
|
|
2632
2529
|
|
|
2633
2530
|
<div id="footer">
|
|
2634
|
-
Generated on
|
|
2531
|
+
Generated on Sat Nov 26 13:16:36 2011 by
|
|
2635
2532
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
2636
|
-
0.7.3 (ruby-1.
|
|
2533
|
+
0.7.3 (ruby-1.9.3).
|
|
2637
2534
|
</div>
|
|
2638
2535
|
|
|
2639
2536
|
</body>
|