axlsx 1.0.5 → 1.0.6
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/README.md +10 -9
- data/doc/Axlsx.html +2443 -0
- data/doc/Axlsx/App.html +2640 -0
- data/doc/Axlsx/Axis.html +1047 -0
- data/doc/Axlsx/Bar3DChart.html +1153 -0
- data/doc/Axlsx/BarSeries.html +764 -0
- data/doc/Axlsx/Border.html +775 -0
- data/doc/Axlsx/BorderPr.html +709 -0
- data/doc/Axlsx/CatAxis.html +766 -0
- data/doc/Axlsx/Cell.html +1623 -0
- data/doc/Axlsx/CellAlignment.html +1247 -0
- data/doc/Axlsx/CellProtection.html +565 -0
- data/doc/Axlsx/CellStyle.html +949 -0
- data/doc/Axlsx/Chart.html +1459 -0
- data/doc/Axlsx/Color.html +665 -0
- data/doc/Axlsx/ContentType.html +340 -0
- data/doc/Axlsx/Core.html +465 -0
- data/doc/Axlsx/DataTypeValidator.html +324 -0
- data/doc/Axlsx/Default.html +575 -0
- data/doc/Axlsx/Drawing.html +1154 -0
- data/doc/Axlsx/Fill.html +460 -0
- data/doc/Axlsx/Font.html +1554 -0
- data/doc/Axlsx/GradientFill.html +1026 -0
- data/doc/Axlsx/GradientStop.html +526 -0
- data/doc/Axlsx/GraphicFrame.html +646 -0
- data/doc/Axlsx/Line3DChart.html +921 -0
- data/doc/Axlsx/LineSeries.html +656 -0
- data/doc/Axlsx/Marker.html +857 -0
- data/doc/Axlsx/NumFmt.html +562 -0
- data/doc/Axlsx/Override.html +568 -0
- data/doc/Axlsx/Package.html +1293 -0
- data/doc/Axlsx/PatternFill.html +681 -0
- data/doc/Axlsx/Pie3DChart.html +439 -0
- data/doc/Axlsx/PieSeries.html +762 -0
- data/doc/Axlsx/RegexValidator.html +268 -0
- data/doc/Axlsx/Relationship.html +554 -0
- data/doc/Axlsx/Relationships.html +343 -0
- data/doc/Axlsx/RestrictionValidator.html +300 -0
- data/doc/Axlsx/Row.html +771 -0
- data/doc/Axlsx/Scaling.html +740 -0
- data/doc/Axlsx/SerAxis.html +624 -0
- data/doc/Axlsx/Series.html +746 -0
- data/doc/Axlsx/SeriesTitle.html +289 -0
- data/doc/Axlsx/SimpleTypedList.html +1617 -0
- data/doc/Axlsx/Styles.html +1754 -0
- data/doc/Axlsx/TableStyle.html +710 -0
- data/doc/Axlsx/TableStyleElement.html +677 -0
- data/doc/Axlsx/TableStyles.html +599 -0
- data/doc/Axlsx/Title.html +625 -0
- data/doc/Axlsx/TwoCellAnchor.html +1115 -0
- data/doc/Axlsx/ValAxis.html +539 -0
- data/doc/Axlsx/View3D.html +971 -0
- data/doc/Axlsx/Workbook.html +1347 -0
- data/doc/Axlsx/Worksheet.html +1864 -0
- data/doc/Axlsx/Xf.html +1681 -0
- data/doc/_index.html +611 -0
- data/doc/class_list.html +47 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +55 -0
- data/doc/css/style.css +322 -0
- data/doc/file.README.html +262 -0
- data/doc/file_list.html +49 -0
- data/doc/frames.html +13 -0
- data/doc/index.html +262 -0
- data/doc/js/app.js +205 -0
- data/doc/js/full_list.js +167 -0
- data/doc/js/jquery.js +16 -0
- data/doc/method_list.html +3038 -0
- data/doc/top-level-namespace.html +103 -0
- data/lib/axlsx/util/constants.rb +1 -1
- metadata +71 -3
data/doc/Axlsx/App.html
ADDED
@@ -0,0 +1,2640 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Class: Axlsx::App
|
8
|
+
|
9
|
+
— Documentation by YARD 0.7.3
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
relpath = '..';
|
19
|
+
if (relpath != '') relpath += '/';
|
20
|
+
</script>
|
21
|
+
|
22
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
25
|
+
|
26
|
+
|
27
|
+
</head>
|
28
|
+
<body>
|
29
|
+
<script type="text/javascript" charset="utf-8">
|
30
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
31
|
+
</script>
|
32
|
+
|
33
|
+
<div id="header">
|
34
|
+
<div id="menu">
|
35
|
+
|
36
|
+
<a href="../_index.html">Index (A)</a> »
|
37
|
+
<span class='title'><span class='object_link'><a href="../Axlsx.html" title="Axlsx (module)">Axlsx</a></span></span>
|
38
|
+
»
|
39
|
+
<span class="title">App</span>
|
40
|
+
|
41
|
+
|
42
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div id="search">
|
46
|
+
|
47
|
+
<a id="class_list_link" href="#">Class List</a>
|
48
|
+
|
49
|
+
<a id="method_list_link" href="#">Method List</a>
|
50
|
+
|
51
|
+
<a id="file_list_link" href="#">File List</a>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
<div class="clear"></div>
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<iframe id="search_frame"></iframe>
|
58
|
+
|
59
|
+
<div id="content"><h1>Class: Axlsx::App
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
</h1>
|
64
|
+
|
65
|
+
<dl class="box">
|
66
|
+
|
67
|
+
<dt class="r1">Inherits:</dt>
|
68
|
+
<dd class="r1">
|
69
|
+
<span class="inheritName">Object</span>
|
70
|
+
|
71
|
+
<ul class="fullTree">
|
72
|
+
<li>Object</li>
|
73
|
+
|
74
|
+
<li class="next">Axlsx::App</li>
|
75
|
+
|
76
|
+
</ul>
|
77
|
+
<a href="#" class="inheritanceTree">show all</a>
|
78
|
+
|
79
|
+
</dd>
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
<dt class="r2 last">Defined in:</dt>
|
90
|
+
<dd class="r2 last">lib/axlsx/doc_props/app.rb</dd>
|
91
|
+
|
92
|
+
</dl>
|
93
|
+
<div class="clear"></div>
|
94
|
+
|
95
|
+
<h2>Overview</h2><div class="docstring">
|
96
|
+
<div class="discussion">
|
97
|
+
|
98
|
+
<div class="note notetag">
|
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>
|
107
|
+
</div>
|
108
|
+
</div>
|
109
|
+
|
110
|
+
<p>
|
111
|
+
App represents the app.xml document. The attributes for this object are
|
112
|
+
primarily managed by the application the end user uses to edit the
|
113
|
+
document. None of the attributes are required to serialize a valid xlsx
|
114
|
+
object.
|
115
|
+
</p>
|
116
|
+
|
117
|
+
|
118
|
+
</div>
|
119
|
+
</div>
|
120
|
+
<div class="tags">
|
121
|
+
|
122
|
+
|
123
|
+
<h3>See Also:</h3>
|
124
|
+
<ul class="see">
|
125
|
+
|
126
|
+
<li>shared-documentPropertiesExtendedshared-documentPropertiesExtended.xsd</li>
|
127
|
+
|
128
|
+
</ul>
|
129
|
+
|
130
|
+
</div>
|
131
|
+
|
132
|
+
<h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
|
133
|
+
<ul class="summary">
|
134
|
+
|
135
|
+
<li class="public ">
|
136
|
+
<span class="summary_signature">
|
137
|
+
|
138
|
+
<a href="#Application-instance_method" title="#Application (instance method)">- (String) <strong>Application</strong> </a>
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
</span>
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
<span class="summary_desc"><div class='inline'><p>
|
155
|
+
The name of the application.
|
156
|
+
</p>
|
157
|
+
</div></span>
|
158
|
+
|
159
|
+
</li>
|
160
|
+
|
161
|
+
|
162
|
+
<li class="public ">
|
163
|
+
<span class="summary_signature">
|
164
|
+
|
165
|
+
<a href="#AppVersion-instance_method" title="#AppVersion (instance method)">- (String) <strong>AppVersion</strong> </a>
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
</span>
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
<span class="summary_desc"><div class='inline'><p>
|
182
|
+
The version of the application.
|
183
|
+
</p>
|
184
|
+
</div></span>
|
185
|
+
|
186
|
+
</li>
|
187
|
+
|
188
|
+
|
189
|
+
<li class="public ">
|
190
|
+
<span class="summary_signature">
|
191
|
+
|
192
|
+
<a href="#Characters-instance_method" title="#Characters (instance method)">- (Integer) <strong>Characters</strong> </a>
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
</span>
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
|
207
|
+
|
208
|
+
<span class="summary_desc"><div class='inline'><p>
|
209
|
+
The number of characters in the document.
|
210
|
+
</p>
|
211
|
+
</div></span>
|
212
|
+
|
213
|
+
</li>
|
214
|
+
|
215
|
+
|
216
|
+
<li class="public ">
|
217
|
+
<span class="summary_signature">
|
218
|
+
|
219
|
+
<a href="#CharactersWithSpaces-instance_method" title="#CharactersWithSpaces (instance method)">- (Integer) <strong>CharactersWithSpaces</strong> </a>
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
</span>
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
|
235
|
+
<span class="summary_desc"><div class='inline'><p>
|
236
|
+
The number of characters in the document including spaces.
|
237
|
+
</p>
|
238
|
+
</div></span>
|
239
|
+
|
240
|
+
</li>
|
241
|
+
|
242
|
+
|
243
|
+
<li class="public ">
|
244
|
+
<span class="summary_signature">
|
245
|
+
|
246
|
+
<a href="#Company-instance_method" title="#Company (instance method)">- (String) <strong>Company</strong> </a>
|
247
|
+
|
248
|
+
|
249
|
+
|
250
|
+
</span>
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
|
256
|
+
|
257
|
+
|
258
|
+
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
<span class="summary_desc"><div class='inline'><p>
|
263
|
+
The name of the company generating the document.
|
264
|
+
</p>
|
265
|
+
</div></span>
|
266
|
+
|
267
|
+
</li>
|
268
|
+
|
269
|
+
|
270
|
+
<li class="public ">
|
271
|
+
<span class="summary_signature">
|
272
|
+
|
273
|
+
<a href="#DocSecurity-instance_method" title="#DocSecurity (instance method)">- (Integer) <strong>DocSecurity</strong> </a>
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
</span>
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
<span class="summary_desc"><div class='inline'><p>
|
290
|
+
Document security.
|
291
|
+
</p>
|
292
|
+
</div></span>
|
293
|
+
|
294
|
+
</li>
|
295
|
+
|
296
|
+
|
297
|
+
<li class="public ">
|
298
|
+
<span class="summary_signature">
|
299
|
+
|
300
|
+
<a href="#HiddenSlides-instance_method" title="#HiddenSlides (instance method)">- (Integer) <strong>HiddenSlides</strong> </a>
|
301
|
+
|
302
|
+
|
303
|
+
|
304
|
+
</span>
|
305
|
+
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
|
314
|
+
|
315
|
+
|
316
|
+
<span class="summary_desc"><div class='inline'><p>
|
317
|
+
The number of hidden slides.
|
318
|
+
</p>
|
319
|
+
</div></span>
|
320
|
+
|
321
|
+
</li>
|
322
|
+
|
323
|
+
|
324
|
+
<li class="public ">
|
325
|
+
<span class="summary_signature">
|
326
|
+
|
327
|
+
<a href="#HyperLinkBase-instance_method" title="#HyperLinkBase (instance method)">- (String) <strong>HyperLinkBase</strong> </a>
|
328
|
+
|
329
|
+
|
330
|
+
|
331
|
+
</span>
|
332
|
+
|
333
|
+
|
334
|
+
|
335
|
+
|
336
|
+
|
337
|
+
|
338
|
+
|
339
|
+
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
<span class="summary_desc"><div class='inline'><p>
|
344
|
+
The base for hyper links in the document.
|
345
|
+
</p>
|
346
|
+
</div></span>
|
347
|
+
|
348
|
+
</li>
|
349
|
+
|
350
|
+
|
351
|
+
<li class="public ">
|
352
|
+
<span class="summary_signature">
|
353
|
+
|
354
|
+
<a href="#HyperlinksChanged-instance_method" title="#HyperlinksChanged (instance method)">- (Boolean) <strong>HyperlinksChanged</strong> </a>
|
355
|
+
|
356
|
+
|
357
|
+
|
358
|
+
</span>
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
|
363
|
+
|
364
|
+
|
365
|
+
|
366
|
+
|
367
|
+
|
368
|
+
|
369
|
+
|
370
|
+
<span class="summary_desc"><div class='inline'><p>
|
371
|
+
Indicates that the hyper links in the document have been changed.
|
372
|
+
</p>
|
373
|
+
</div></span>
|
374
|
+
|
375
|
+
</li>
|
376
|
+
|
377
|
+
|
378
|
+
<li class="public ">
|
379
|
+
<span class="summary_signature">
|
380
|
+
|
381
|
+
<a href="#Lines-instance_method" title="#Lines (instance method)">- (Integer) <strong>Lines</strong> </a>
|
382
|
+
|
383
|
+
|
384
|
+
|
385
|
+
</span>
|
386
|
+
|
387
|
+
|
388
|
+
|
389
|
+
|
390
|
+
|
391
|
+
|
392
|
+
|
393
|
+
|
394
|
+
|
395
|
+
|
396
|
+
|
397
|
+
<span class="summary_desc"><div class='inline'><p>
|
398
|
+
The number of lines in the document.
|
399
|
+
</p>
|
400
|
+
</div></span>
|
401
|
+
|
402
|
+
</li>
|
403
|
+
|
404
|
+
|
405
|
+
<li class="public ">
|
406
|
+
<span class="summary_signature">
|
407
|
+
|
408
|
+
<a href="#LinksUpToDate-instance_method" title="#LinksUpToDate (instance method)">- (Boolean) <strong>LinksUpToDate</strong> </a>
|
409
|
+
|
410
|
+
|
411
|
+
|
412
|
+
</span>
|
413
|
+
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
|
422
|
+
|
423
|
+
|
424
|
+
<span class="summary_desc"><div class='inline'><p>
|
425
|
+
The links in the document are up to date.
|
426
|
+
</p>
|
427
|
+
</div></span>
|
428
|
+
|
429
|
+
</li>
|
430
|
+
|
431
|
+
|
432
|
+
<li class="public ">
|
433
|
+
<span class="summary_signature">
|
434
|
+
|
435
|
+
<a href="#Manager-instance_method" title="#Manager (instance method)">- (String) <strong>Manager</strong> </a>
|
436
|
+
|
437
|
+
|
438
|
+
|
439
|
+
</span>
|
440
|
+
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
<span class="summary_desc"><div class='inline'><p>
|
452
|
+
The name of the manager for the document.
|
453
|
+
</p>
|
454
|
+
</div></span>
|
455
|
+
|
456
|
+
</li>
|
457
|
+
|
458
|
+
|
459
|
+
<li class="public ">
|
460
|
+
<span class="summary_signature">
|
461
|
+
|
462
|
+
<a href="#MMClips-instance_method" title="#MMClips (instance method)">- (Integer) <strong>MMClips</strong> </a>
|
463
|
+
|
464
|
+
|
465
|
+
|
466
|
+
</span>
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
|
475
|
+
|
476
|
+
|
477
|
+
|
478
|
+
<span class="summary_desc"><div class='inline'><p>
|
479
|
+
The total number multimedia clips.
|
480
|
+
</p>
|
481
|
+
</div></span>
|
482
|
+
|
483
|
+
</li>
|
484
|
+
|
485
|
+
|
486
|
+
<li class="public ">
|
487
|
+
<span class="summary_signature">
|
488
|
+
|
489
|
+
<a href="#Notes-instance_method" title="#Notes (instance method)">- (Integer) <strong>Notes</strong> </a>
|
490
|
+
|
491
|
+
|
492
|
+
|
493
|
+
</span>
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
|
498
|
+
|
499
|
+
|
500
|
+
|
501
|
+
|
502
|
+
|
503
|
+
|
504
|
+
|
505
|
+
<span class="summary_desc"><div class='inline'><p>
|
506
|
+
The number of slides that have notes.
|
507
|
+
</p>
|
508
|
+
</div></span>
|
509
|
+
|
510
|
+
</li>
|
511
|
+
|
512
|
+
|
513
|
+
<li class="public ">
|
514
|
+
<span class="summary_signature">
|
515
|
+
|
516
|
+
<a href="#Pages-instance_method" title="#Pages (instance method)">- (Integer) <strong>Pages</strong> </a>
|
517
|
+
|
518
|
+
|
519
|
+
|
520
|
+
</span>
|
521
|
+
|
522
|
+
|
523
|
+
|
524
|
+
|
525
|
+
|
526
|
+
|
527
|
+
|
528
|
+
|
529
|
+
|
530
|
+
|
531
|
+
|
532
|
+
<span class="summary_desc"><div class='inline'><p>
|
533
|
+
The number of pages in the document.
|
534
|
+
</p>
|
535
|
+
</div></span>
|
536
|
+
|
537
|
+
</li>
|
538
|
+
|
539
|
+
|
540
|
+
<li class="public ">
|
541
|
+
<span class="summary_signature">
|
542
|
+
|
543
|
+
<a href="#Paragraphs-instance_method" title="#Paragraphs (instance method)">- (Integer) <strong>Paragraphs</strong> </a>
|
544
|
+
|
545
|
+
|
546
|
+
|
547
|
+
</span>
|
548
|
+
|
549
|
+
|
550
|
+
|
551
|
+
|
552
|
+
|
553
|
+
|
554
|
+
|
555
|
+
|
556
|
+
|
557
|
+
|
558
|
+
|
559
|
+
<span class="summary_desc"><div class='inline'><p>
|
560
|
+
The number of paragraphs in the document.
|
561
|
+
</p>
|
562
|
+
</div></span>
|
563
|
+
|
564
|
+
</li>
|
565
|
+
|
566
|
+
|
567
|
+
<li class="public ">
|
568
|
+
<span class="summary_signature">
|
569
|
+
|
570
|
+
<a href="#PresentationFormat-instance_method" title="#PresentationFormat (instance method)">- (String) <strong>PresentationFormat</strong> </a>
|
571
|
+
|
572
|
+
|
573
|
+
|
574
|
+
</span>
|
575
|
+
|
576
|
+
|
577
|
+
|
578
|
+
|
579
|
+
|
580
|
+
|
581
|
+
|
582
|
+
|
583
|
+
|
584
|
+
|
585
|
+
|
586
|
+
<span class="summary_desc"><div class='inline'><p>
|
587
|
+
The intended format of the presentation.
|
588
|
+
</p>
|
589
|
+
</div></span>
|
590
|
+
|
591
|
+
</li>
|
592
|
+
|
593
|
+
|
594
|
+
<li class="public ">
|
595
|
+
<span class="summary_signature">
|
596
|
+
|
597
|
+
<a href="#ScaleCrop-instance_method" title="#ScaleCrop (instance method)">- (Boolean) <strong>ScaleCrop</strong> </a>
|
598
|
+
|
599
|
+
|
600
|
+
|
601
|
+
</span>
|
602
|
+
|
603
|
+
|
604
|
+
|
605
|
+
|
606
|
+
|
607
|
+
|
608
|
+
|
609
|
+
|
610
|
+
|
611
|
+
|
612
|
+
|
613
|
+
<span class="summary_desc"><div class='inline'><p>
|
614
|
+
The display mode for the document thumbnail.
|
615
|
+
</p>
|
616
|
+
</div></span>
|
617
|
+
|
618
|
+
</li>
|
619
|
+
|
620
|
+
|
621
|
+
<li class="public ">
|
622
|
+
<span class="summary_signature">
|
623
|
+
|
624
|
+
<a href="#ShareDoc-instance_method" title="#ShareDoc (instance method)">- (Boolean) <strong>ShareDoc</strong> </a>
|
625
|
+
|
626
|
+
|
627
|
+
|
628
|
+
</span>
|
629
|
+
|
630
|
+
|
631
|
+
|
632
|
+
|
633
|
+
|
634
|
+
|
635
|
+
|
636
|
+
|
637
|
+
|
638
|
+
|
639
|
+
|
640
|
+
<span class="summary_desc"><div class='inline'><p>
|
641
|
+
Indicates if the document is shared.
|
642
|
+
</p>
|
643
|
+
</div></span>
|
644
|
+
|
645
|
+
</li>
|
646
|
+
|
647
|
+
|
648
|
+
<li class="public ">
|
649
|
+
<span class="summary_signature">
|
650
|
+
|
651
|
+
<a href="#Slides-instance_method" title="#Slides (instance method)">- (Intger) <strong>Slides</strong> </a>
|
652
|
+
|
653
|
+
|
654
|
+
|
655
|
+
</span>
|
656
|
+
|
657
|
+
|
658
|
+
|
659
|
+
|
660
|
+
|
661
|
+
|
662
|
+
|
663
|
+
|
664
|
+
|
665
|
+
|
666
|
+
|
667
|
+
<span class="summary_desc"><div class='inline'><p>
|
668
|
+
The number of slides in the document.
|
669
|
+
</p>
|
670
|
+
</div></span>
|
671
|
+
|
672
|
+
</li>
|
673
|
+
|
674
|
+
|
675
|
+
<li class="public ">
|
676
|
+
<span class="summary_signature">
|
677
|
+
|
678
|
+
<a href="#Template-instance_method" title="#Template (instance method)">- (String) <strong>Template</strong> </a>
|
679
|
+
|
680
|
+
|
681
|
+
|
682
|
+
</span>
|
683
|
+
|
684
|
+
|
685
|
+
|
686
|
+
|
687
|
+
|
688
|
+
|
689
|
+
|
690
|
+
|
691
|
+
|
692
|
+
|
693
|
+
|
694
|
+
<span class="summary_desc"><div class='inline'><p>
|
695
|
+
The name of the document template.
|
696
|
+
</p>
|
697
|
+
</div></span>
|
698
|
+
|
699
|
+
</li>
|
700
|
+
|
701
|
+
|
702
|
+
<li class="public ">
|
703
|
+
<span class="summary_signature">
|
704
|
+
|
705
|
+
<a href="#TotalTime-instance_method" title="#TotalTime (instance method)">- (Integer) <strong>TotalTime</strong> </a>
|
706
|
+
|
707
|
+
|
708
|
+
|
709
|
+
</span>
|
710
|
+
|
711
|
+
|
712
|
+
|
713
|
+
|
714
|
+
|
715
|
+
|
716
|
+
|
717
|
+
|
718
|
+
|
719
|
+
|
720
|
+
|
721
|
+
<span class="summary_desc"><div class='inline'><p>
|
722
|
+
The total amount of time spent editing.
|
723
|
+
</p>
|
724
|
+
</div></span>
|
725
|
+
|
726
|
+
</li>
|
727
|
+
|
728
|
+
|
729
|
+
<li class="public ">
|
730
|
+
<span class="summary_signature">
|
731
|
+
|
732
|
+
<a href="#Words-instance_method" title="#Words (instance method)">- (Integer) <strong>Words</strong> </a>
|
733
|
+
|
734
|
+
|
735
|
+
|
736
|
+
</span>
|
737
|
+
|
738
|
+
|
739
|
+
|
740
|
+
|
741
|
+
|
742
|
+
|
743
|
+
|
744
|
+
|
745
|
+
|
746
|
+
|
747
|
+
|
748
|
+
<span class="summary_desc"><div class='inline'><p>
|
749
|
+
The number of words in the document.
|
750
|
+
</p>
|
751
|
+
</div></span>
|
752
|
+
|
753
|
+
</li>
|
754
|
+
|
755
|
+
|
756
|
+
</ul>
|
757
|
+
|
758
|
+
|
759
|
+
|
760
|
+
|
761
|
+
|
762
|
+
<h2>
|
763
|
+
Instance Method Summary
|
764
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
765
|
+
</h2>
|
766
|
+
|
767
|
+
<ul class="summary">
|
768
|
+
|
769
|
+
<li class="public ">
|
770
|
+
<span class="summary_signature">
|
771
|
+
|
772
|
+
<a href="#initalize-instance_method" title="#initalize (instance method)">- (Object) <strong>initalize</strong>(options = {}) </a>
|
773
|
+
|
774
|
+
|
775
|
+
|
776
|
+
</span>
|
777
|
+
|
778
|
+
|
779
|
+
|
780
|
+
|
781
|
+
|
782
|
+
|
783
|
+
|
784
|
+
|
785
|
+
<span class="summary_desc"><div class='inline'><p>
|
786
|
+
Creates an App object.
|
787
|
+
</p>
|
788
|
+
</div></span>
|
789
|
+
|
790
|
+
</li>
|
791
|
+
|
792
|
+
|
793
|
+
<li class="public ">
|
794
|
+
<span class="summary_signature">
|
795
|
+
|
796
|
+
<a href="#to_xml-instance_method" title="#to_xml (instance method)">- (String) <strong>to_xml</strong> </a>
|
797
|
+
|
798
|
+
|
799
|
+
|
800
|
+
</span>
|
801
|
+
|
802
|
+
|
803
|
+
|
804
|
+
|
805
|
+
|
806
|
+
|
807
|
+
|
808
|
+
|
809
|
+
<span class="summary_desc"><div class='inline'><p>
|
810
|
+
Generate an app.xml document.
|
811
|
+
</p>
|
812
|
+
</div></span>
|
813
|
+
|
814
|
+
</li>
|
815
|
+
|
816
|
+
|
817
|
+
</ul>
|
818
|
+
|
819
|
+
|
820
|
+
|
821
|
+
<div id="instance_attr_details" class="attr_details">
|
822
|
+
<h2>Instance Attribute Details</h2>
|
823
|
+
|
824
|
+
|
825
|
+
<span id="Application=-instance_method"></span>
|
826
|
+
<span id="Application-instance_method"></span>
|
827
|
+
<div class="method_details first">
|
828
|
+
<p class="signature first" id="Application-instance_method">
|
829
|
+
|
830
|
+
- (<tt>String</tt>) <strong>Application</strong>
|
831
|
+
|
832
|
+
|
833
|
+
|
834
|
+
</p><div class="docstring">
|
835
|
+
<div class="discussion">
|
836
|
+
<p>
|
837
|
+
The name of the application
|
838
|
+
</p>
|
839
|
+
|
840
|
+
|
841
|
+
</div>
|
842
|
+
</div>
|
843
|
+
<div class="tags">
|
844
|
+
|
845
|
+
<h3>Returns:</h3>
|
846
|
+
<ul class="return">
|
847
|
+
|
848
|
+
<li>
|
849
|
+
|
850
|
+
|
851
|
+
<span class='type'>(<tt>String</tt>)</span>
|
852
|
+
|
853
|
+
|
854
|
+
|
855
|
+
—
|
856
|
+
<div class='inline'><p>
|
857
|
+
The name of the application
|
858
|
+
</p>
|
859
|
+
</div>
|
860
|
+
|
861
|
+
</li>
|
862
|
+
|
863
|
+
</ul>
|
864
|
+
|
865
|
+
</div><table class="source_code">
|
866
|
+
<tr>
|
867
|
+
<td>
|
868
|
+
<pre class="lines">
|
869
|
+
|
870
|
+
|
871
|
+
74
|
872
|
+
75
|
873
|
+
76</pre>
|
874
|
+
</td>
|
875
|
+
<td>
|
876
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 74</span>
|
877
|
+
|
878
|
+
<span class='def def kw'>def</span> <span class='Application constant id'>Application</span>
|
879
|
+
<span class='@Application ivar id'>@Application</span>
|
880
|
+
<span class='end end kw'>end</span>
|
881
|
+
</pre>
|
882
|
+
</td>
|
883
|
+
</tr>
|
884
|
+
</table>
|
885
|
+
</div>
|
886
|
+
|
887
|
+
|
888
|
+
<span id="AppVersion=-instance_method"></span>
|
889
|
+
<span id="AppVersion-instance_method"></span>
|
890
|
+
<div class="method_details ">
|
891
|
+
<p class="signature " id="AppVersion-instance_method">
|
892
|
+
|
893
|
+
- (<tt>String</tt>) <strong>AppVersion</strong>
|
894
|
+
|
895
|
+
|
896
|
+
|
897
|
+
</p><div class="docstring">
|
898
|
+
<div class="discussion">
|
899
|
+
<p>
|
900
|
+
The version of the application.
|
901
|
+
</p>
|
902
|
+
|
903
|
+
|
904
|
+
</div>
|
905
|
+
</div>
|
906
|
+
<div class="tags">
|
907
|
+
|
908
|
+
<h3>Returns:</h3>
|
909
|
+
<ul class="return">
|
910
|
+
|
911
|
+
<li>
|
912
|
+
|
913
|
+
|
914
|
+
<span class='type'>(<tt>String</tt>)</span>
|
915
|
+
|
916
|
+
|
917
|
+
|
918
|
+
—
|
919
|
+
<div class='inline'><p>
|
920
|
+
The version of the application.
|
921
|
+
</p>
|
922
|
+
</div>
|
923
|
+
|
924
|
+
</li>
|
925
|
+
|
926
|
+
</ul>
|
927
|
+
|
928
|
+
</div><table class="source_code">
|
929
|
+
<tr>
|
930
|
+
<td>
|
931
|
+
<pre class="lines">
|
932
|
+
|
933
|
+
|
934
|
+
77
|
935
|
+
78
|
936
|
+
79</pre>
|
937
|
+
</td>
|
938
|
+
<td>
|
939
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 77</span>
|
940
|
+
|
941
|
+
<span class='def def kw'>def</span> <span class='AppVersion constant id'>AppVersion</span>
|
942
|
+
<span class='@AppVersion ivar id'>@AppVersion</span>
|
943
|
+
<span class='end end kw'>end</span>
|
944
|
+
</pre>
|
945
|
+
</td>
|
946
|
+
</tr>
|
947
|
+
</table>
|
948
|
+
</div>
|
949
|
+
|
950
|
+
|
951
|
+
<span id="Characters=-instance_method"></span>
|
952
|
+
<span id="Characters-instance_method"></span>
|
953
|
+
<div class="method_details ">
|
954
|
+
<p class="signature " id="Characters-instance_method">
|
955
|
+
|
956
|
+
- (<tt>Integer</tt>) <strong>Characters</strong>
|
957
|
+
|
958
|
+
|
959
|
+
|
960
|
+
</p><div class="docstring">
|
961
|
+
<div class="discussion">
|
962
|
+
<p>
|
963
|
+
The number of characters in the document.
|
964
|
+
</p>
|
965
|
+
|
966
|
+
|
967
|
+
</div>
|
968
|
+
</div>
|
969
|
+
<div class="tags">
|
970
|
+
|
971
|
+
<h3>Returns:</h3>
|
972
|
+
<ul class="return">
|
973
|
+
|
974
|
+
<li>
|
975
|
+
|
976
|
+
|
977
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
978
|
+
|
979
|
+
|
980
|
+
|
981
|
+
—
|
982
|
+
<div class='inline'><p>
|
983
|
+
The number of characters in the document.
|
984
|
+
</p>
|
985
|
+
</div>
|
986
|
+
|
987
|
+
</li>
|
988
|
+
|
989
|
+
</ul>
|
990
|
+
|
991
|
+
</div><table class="source_code">
|
992
|
+
<tr>
|
993
|
+
<td>
|
994
|
+
<pre class="lines">
|
995
|
+
|
996
|
+
|
997
|
+
29
|
998
|
+
30
|
999
|
+
31</pre>
|
1000
|
+
</td>
|
1001
|
+
<td>
|
1002
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 29</span>
|
1003
|
+
|
1004
|
+
<span class='def def kw'>def</span> <span class='Characters constant id'>Characters</span>
|
1005
|
+
<span class='@Characters ivar id'>@Characters</span>
|
1006
|
+
<span class='end end kw'>end</span>
|
1007
|
+
</pre>
|
1008
|
+
</td>
|
1009
|
+
</tr>
|
1010
|
+
</table>
|
1011
|
+
</div>
|
1012
|
+
|
1013
|
+
|
1014
|
+
<span id="CharactersWithSpaces=-instance_method"></span>
|
1015
|
+
<span id="CharactersWithSpaces-instance_method"></span>
|
1016
|
+
<div class="method_details ">
|
1017
|
+
<p class="signature " id="CharactersWithSpaces-instance_method">
|
1018
|
+
|
1019
|
+
- (<tt>Integer</tt>) <strong>CharactersWithSpaces</strong>
|
1020
|
+
|
1021
|
+
|
1022
|
+
|
1023
|
+
</p><div class="docstring">
|
1024
|
+
<div class="discussion">
|
1025
|
+
<p>
|
1026
|
+
The number of characters in the document including spaces.
|
1027
|
+
</p>
|
1028
|
+
|
1029
|
+
|
1030
|
+
</div>
|
1031
|
+
</div>
|
1032
|
+
<div class="tags">
|
1033
|
+
|
1034
|
+
<h3>Returns:</h3>
|
1035
|
+
<ul class="return">
|
1036
|
+
|
1037
|
+
<li>
|
1038
|
+
|
1039
|
+
|
1040
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
1041
|
+
|
1042
|
+
|
1043
|
+
|
1044
|
+
—
|
1045
|
+
<div class='inline'><p>
|
1046
|
+
The number of characters in the document including spaces.
|
1047
|
+
</p>
|
1048
|
+
</div>
|
1049
|
+
|
1050
|
+
</li>
|
1051
|
+
|
1052
|
+
</ul>
|
1053
|
+
|
1054
|
+
</div><table class="source_code">
|
1055
|
+
<tr>
|
1056
|
+
<td>
|
1057
|
+
<pre class="lines">
|
1058
|
+
|
1059
|
+
|
1060
|
+
62
|
1061
|
+
63
|
1062
|
+
64</pre>
|
1063
|
+
</td>
|
1064
|
+
<td>
|
1065
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 62</span>
|
1066
|
+
|
1067
|
+
<span class='def def kw'>def</span> <span class='CharactersWithSpaces constant id'>CharactersWithSpaces</span>
|
1068
|
+
<span class='@CharactersWithSpaces ivar id'>@CharactersWithSpaces</span>
|
1069
|
+
<span class='end end kw'>end</span>
|
1070
|
+
</pre>
|
1071
|
+
</td>
|
1072
|
+
</tr>
|
1073
|
+
</table>
|
1074
|
+
</div>
|
1075
|
+
|
1076
|
+
|
1077
|
+
<span id="Company=-instance_method"></span>
|
1078
|
+
<span id="Company-instance_method"></span>
|
1079
|
+
<div class="method_details ">
|
1080
|
+
<p class="signature " id="Company-instance_method">
|
1081
|
+
|
1082
|
+
- (<tt>String</tt>) <strong>Company</strong>
|
1083
|
+
|
1084
|
+
|
1085
|
+
|
1086
|
+
</p><div class="docstring">
|
1087
|
+
<div class="discussion">
|
1088
|
+
<p>
|
1089
|
+
The name of the company generating the document.
|
1090
|
+
</p>
|
1091
|
+
|
1092
|
+
|
1093
|
+
</div>
|
1094
|
+
</div>
|
1095
|
+
<div class="tags">
|
1096
|
+
|
1097
|
+
<h3>Returns:</h3>
|
1098
|
+
<ul class="return">
|
1099
|
+
|
1100
|
+
<li>
|
1101
|
+
|
1102
|
+
|
1103
|
+
<span class='type'>(<tt>String</tt>)</span>
|
1104
|
+
|
1105
|
+
|
1106
|
+
|
1107
|
+
—
|
1108
|
+
<div class='inline'><p>
|
1109
|
+
The name of the company generating the document.
|
1110
|
+
</p>
|
1111
|
+
</div>
|
1112
|
+
|
1113
|
+
</li>
|
1114
|
+
|
1115
|
+
</ul>
|
1116
|
+
|
1117
|
+
</div><table class="source_code">
|
1118
|
+
<tr>
|
1119
|
+
<td>
|
1120
|
+
<pre class="lines">
|
1121
|
+
|
1122
|
+
|
1123
|
+
20
|
1124
|
+
21
|
1125
|
+
22</pre>
|
1126
|
+
</td>
|
1127
|
+
<td>
|
1128
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 20</span>
|
1129
|
+
|
1130
|
+
<span class='def def kw'>def</span> <span class='Company constant id'>Company</span>
|
1131
|
+
<span class='@Company ivar id'>@Company</span>
|
1132
|
+
<span class='end end kw'>end</span>
|
1133
|
+
</pre>
|
1134
|
+
</td>
|
1135
|
+
</tr>
|
1136
|
+
</table>
|
1137
|
+
</div>
|
1138
|
+
|
1139
|
+
|
1140
|
+
<span id="DocSecurity=-instance_method"></span>
|
1141
|
+
<span id="DocSecurity-instance_method"></span>
|
1142
|
+
<div class="method_details ">
|
1143
|
+
<p class="signature " id="DocSecurity-instance_method">
|
1144
|
+
|
1145
|
+
- (<tt>Integer</tt>) <strong>DocSecurity</strong>
|
1146
|
+
|
1147
|
+
|
1148
|
+
|
1149
|
+
</p><div class="docstring">
|
1150
|
+
<div class="discussion">
|
1151
|
+
<p>
|
1152
|
+
Document security
|
1153
|
+
</p>
|
1154
|
+
|
1155
|
+
|
1156
|
+
</div>
|
1157
|
+
</div>
|
1158
|
+
<div class="tags">
|
1159
|
+
|
1160
|
+
<h3>Returns:</h3>
|
1161
|
+
<ul class="return">
|
1162
|
+
|
1163
|
+
<li>
|
1164
|
+
|
1165
|
+
|
1166
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
1167
|
+
|
1168
|
+
|
1169
|
+
|
1170
|
+
—
|
1171
|
+
<div class='inline'><p>
|
1172
|
+
Document security
|
1173
|
+
</p>
|
1174
|
+
</div>
|
1175
|
+
|
1176
|
+
</li>
|
1177
|
+
|
1178
|
+
</ul>
|
1179
|
+
|
1180
|
+
</div><table class="source_code">
|
1181
|
+
<tr>
|
1182
|
+
<td>
|
1183
|
+
<pre class="lines">
|
1184
|
+
|
1185
|
+
|
1186
|
+
80
|
1187
|
+
81
|
1188
|
+
82</pre>
|
1189
|
+
</td>
|
1190
|
+
<td>
|
1191
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 80</span>
|
1192
|
+
|
1193
|
+
<span class='def def kw'>def</span> <span class='DocSecurity constant id'>DocSecurity</span>
|
1194
|
+
<span class='@DocSecurity ivar id'>@DocSecurity</span>
|
1195
|
+
<span class='end end kw'>end</span>
|
1196
|
+
</pre>
|
1197
|
+
</td>
|
1198
|
+
</tr>
|
1199
|
+
</table>
|
1200
|
+
</div>
|
1201
|
+
|
1202
|
+
|
1203
|
+
<span id="HiddenSlides=-instance_method"></span>
|
1204
|
+
<span id="HiddenSlides-instance_method"></span>
|
1205
|
+
<div class="method_details ">
|
1206
|
+
<p class="signature " id="HiddenSlides-instance_method">
|
1207
|
+
|
1208
|
+
- (<tt>Integer</tt>) <strong>HiddenSlides</strong>
|
1209
|
+
|
1210
|
+
|
1211
|
+
|
1212
|
+
</p><div class="docstring">
|
1213
|
+
<div class="discussion">
|
1214
|
+
<p>
|
1215
|
+
The number of hidden slides.
|
1216
|
+
</p>
|
1217
|
+
|
1218
|
+
|
1219
|
+
</div>
|
1220
|
+
</div>
|
1221
|
+
<div class="tags">
|
1222
|
+
|
1223
|
+
<h3>Returns:</h3>
|
1224
|
+
<ul class="return">
|
1225
|
+
|
1226
|
+
<li>
|
1227
|
+
|
1228
|
+
|
1229
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
1230
|
+
|
1231
|
+
|
1232
|
+
|
1233
|
+
—
|
1234
|
+
<div class='inline'><p>
|
1235
|
+
The number of hidden slides.
|
1236
|
+
</p>
|
1237
|
+
</div>
|
1238
|
+
|
1239
|
+
</li>
|
1240
|
+
|
1241
|
+
</ul>
|
1242
|
+
|
1243
|
+
</div><table class="source_code">
|
1244
|
+
<tr>
|
1245
|
+
<td>
|
1246
|
+
<pre class="lines">
|
1247
|
+
|
1248
|
+
|
1249
|
+
50
|
1250
|
+
51
|
1251
|
+
52</pre>
|
1252
|
+
</td>
|
1253
|
+
<td>
|
1254
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 50</span>
|
1255
|
+
|
1256
|
+
<span class='def def kw'>def</span> <span class='HiddenSlides constant id'>HiddenSlides</span>
|
1257
|
+
<span class='@HiddenSlides ivar id'>@HiddenSlides</span>
|
1258
|
+
<span class='end end kw'>end</span>
|
1259
|
+
</pre>
|
1260
|
+
</td>
|
1261
|
+
</tr>
|
1262
|
+
</table>
|
1263
|
+
</div>
|
1264
|
+
|
1265
|
+
|
1266
|
+
<span id="HyperLinkBase=-instance_method"></span>
|
1267
|
+
<span id="HyperLinkBase-instance_method"></span>
|
1268
|
+
<div class="method_details ">
|
1269
|
+
<p class="signature " id="HyperLinkBase-instance_method">
|
1270
|
+
|
1271
|
+
- (<tt>String</tt>) <strong>HyperLinkBase</strong>
|
1272
|
+
|
1273
|
+
|
1274
|
+
|
1275
|
+
</p><div class="docstring">
|
1276
|
+
<div class="discussion">
|
1277
|
+
<p>
|
1278
|
+
The base for hyper links in the document.
|
1279
|
+
</p>
|
1280
|
+
|
1281
|
+
|
1282
|
+
</div>
|
1283
|
+
</div>
|
1284
|
+
<div class="tags">
|
1285
|
+
|
1286
|
+
<h3>Returns:</h3>
|
1287
|
+
<ul class="return">
|
1288
|
+
|
1289
|
+
<li>
|
1290
|
+
|
1291
|
+
|
1292
|
+
<span class='type'>(<tt>String</tt>)</span>
|
1293
|
+
|
1294
|
+
|
1295
|
+
|
1296
|
+
—
|
1297
|
+
<div class='inline'><p>
|
1298
|
+
The base for hyper links in the document.
|
1299
|
+
</p>
|
1300
|
+
</div>
|
1301
|
+
|
1302
|
+
</li>
|
1303
|
+
|
1304
|
+
</ul>
|
1305
|
+
|
1306
|
+
</div><table class="source_code">
|
1307
|
+
<tr>
|
1308
|
+
<td>
|
1309
|
+
<pre class="lines">
|
1310
|
+
|
1311
|
+
|
1312
|
+
68
|
1313
|
+
69
|
1314
|
+
70</pre>
|
1315
|
+
</td>
|
1316
|
+
<td>
|
1317
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 68</span>
|
1318
|
+
|
1319
|
+
<span class='def def kw'>def</span> <span class='HyperLinkBase constant id'>HyperLinkBase</span>
|
1320
|
+
<span class='@HyperLinkBase ivar id'>@HyperLinkBase</span>
|
1321
|
+
<span class='end end kw'>end</span>
|
1322
|
+
</pre>
|
1323
|
+
</td>
|
1324
|
+
</tr>
|
1325
|
+
</table>
|
1326
|
+
</div>
|
1327
|
+
|
1328
|
+
|
1329
|
+
<span id="HyperlinksChanged=-instance_method"></span>
|
1330
|
+
<span id="HyperlinksChanged-instance_method"></span>
|
1331
|
+
<div class="method_details ">
|
1332
|
+
<p class="signature " id="HyperlinksChanged-instance_method">
|
1333
|
+
|
1334
|
+
- (<tt>Boolean</tt>) <strong>HyperlinksChanged</strong>
|
1335
|
+
|
1336
|
+
|
1337
|
+
|
1338
|
+
</p><div class="docstring">
|
1339
|
+
<div class="discussion">
|
1340
|
+
<p>
|
1341
|
+
Indicates that the hyper links in the document have been changed.
|
1342
|
+
</p>
|
1343
|
+
|
1344
|
+
|
1345
|
+
</div>
|
1346
|
+
</div>
|
1347
|
+
<div class="tags">
|
1348
|
+
|
1349
|
+
<h3>Returns:</h3>
|
1350
|
+
<ul class="return">
|
1351
|
+
|
1352
|
+
<li>
|
1353
|
+
|
1354
|
+
|
1355
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
1356
|
+
|
1357
|
+
|
1358
|
+
|
1359
|
+
—
|
1360
|
+
<div class='inline'><p>
|
1361
|
+
Indicates that the hyper links in the document have been changed.
|
1362
|
+
</p>
|
1363
|
+
</div>
|
1364
|
+
|
1365
|
+
</li>
|
1366
|
+
|
1367
|
+
</ul>
|
1368
|
+
|
1369
|
+
</div><table class="source_code">
|
1370
|
+
<tr>
|
1371
|
+
<td>
|
1372
|
+
<pre class="lines">
|
1373
|
+
|
1374
|
+
|
1375
|
+
71
|
1376
|
+
72
|
1377
|
+
73</pre>
|
1378
|
+
</td>
|
1379
|
+
<td>
|
1380
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 71</span>
|
1381
|
+
|
1382
|
+
<span class='def def kw'>def</span> <span class='HyperlinksChanged constant id'>HyperlinksChanged</span>
|
1383
|
+
<span class='@HyperlinksChanged ivar id'>@HyperlinksChanged</span>
|
1384
|
+
<span class='end end kw'>end</span>
|
1385
|
+
</pre>
|
1386
|
+
</td>
|
1387
|
+
</tr>
|
1388
|
+
</table>
|
1389
|
+
</div>
|
1390
|
+
|
1391
|
+
|
1392
|
+
<span id="Lines=-instance_method"></span>
|
1393
|
+
<span id="Lines-instance_method"></span>
|
1394
|
+
<div class="method_details ">
|
1395
|
+
<p class="signature " id="Lines-instance_method">
|
1396
|
+
|
1397
|
+
- (<tt>Integer</tt>) <strong>Lines</strong>
|
1398
|
+
|
1399
|
+
|
1400
|
+
|
1401
|
+
</p><div class="docstring">
|
1402
|
+
<div class="discussion">
|
1403
|
+
<p>
|
1404
|
+
The number of lines in the document.
|
1405
|
+
</p>
|
1406
|
+
|
1407
|
+
|
1408
|
+
</div>
|
1409
|
+
</div>
|
1410
|
+
<div class="tags">
|
1411
|
+
|
1412
|
+
<h3>Returns:</h3>
|
1413
|
+
<ul class="return">
|
1414
|
+
|
1415
|
+
<li>
|
1416
|
+
|
1417
|
+
|
1418
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
1419
|
+
|
1420
|
+
|
1421
|
+
|
1422
|
+
—
|
1423
|
+
<div class='inline'><p>
|
1424
|
+
The number of lines in the document.
|
1425
|
+
</p>
|
1426
|
+
</div>
|
1427
|
+
|
1428
|
+
</li>
|
1429
|
+
|
1430
|
+
</ul>
|
1431
|
+
|
1432
|
+
</div><table class="source_code">
|
1433
|
+
<tr>
|
1434
|
+
<td>
|
1435
|
+
<pre class="lines">
|
1436
|
+
|
1437
|
+
|
1438
|
+
35
|
1439
|
+
36
|
1440
|
+
37</pre>
|
1441
|
+
</td>
|
1442
|
+
<td>
|
1443
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 35</span>
|
1444
|
+
|
1445
|
+
<span class='def def kw'>def</span> <span class='Lines constant id'>Lines</span>
|
1446
|
+
<span class='@Lines ivar id'>@Lines</span>
|
1447
|
+
<span class='end end kw'>end</span>
|
1448
|
+
</pre>
|
1449
|
+
</td>
|
1450
|
+
</tr>
|
1451
|
+
</table>
|
1452
|
+
</div>
|
1453
|
+
|
1454
|
+
|
1455
|
+
<span id="LinksUpToDate=-instance_method"></span>
|
1456
|
+
<span id="LinksUpToDate-instance_method"></span>
|
1457
|
+
<div class="method_details ">
|
1458
|
+
<p class="signature " id="LinksUpToDate-instance_method">
|
1459
|
+
|
1460
|
+
- (<tt>Boolean</tt>) <strong>LinksUpToDate</strong>
|
1461
|
+
|
1462
|
+
|
1463
|
+
|
1464
|
+
</p><div class="docstring">
|
1465
|
+
<div class="discussion">
|
1466
|
+
<p>
|
1467
|
+
The links in the document are up to date.
|
1468
|
+
</p>
|
1469
|
+
|
1470
|
+
|
1471
|
+
</div>
|
1472
|
+
</div>
|
1473
|
+
<div class="tags">
|
1474
|
+
|
1475
|
+
<h3>Returns:</h3>
|
1476
|
+
<ul class="return">
|
1477
|
+
|
1478
|
+
<li>
|
1479
|
+
|
1480
|
+
|
1481
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
1482
|
+
|
1483
|
+
|
1484
|
+
|
1485
|
+
—
|
1486
|
+
<div class='inline'><p>
|
1487
|
+
The links in the document are up to date.
|
1488
|
+
</p>
|
1489
|
+
</div>
|
1490
|
+
|
1491
|
+
</li>
|
1492
|
+
|
1493
|
+
</ul>
|
1494
|
+
|
1495
|
+
</div><table class="source_code">
|
1496
|
+
<tr>
|
1497
|
+
<td>
|
1498
|
+
<pre class="lines">
|
1499
|
+
|
1500
|
+
|
1501
|
+
59
|
1502
|
+
60
|
1503
|
+
61</pre>
|
1504
|
+
</td>
|
1505
|
+
<td>
|
1506
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 59</span>
|
1507
|
+
|
1508
|
+
<span class='def def kw'>def</span> <span class='LinksUpToDate constant id'>LinksUpToDate</span>
|
1509
|
+
<span class='@LinksUpToDate ivar id'>@LinksUpToDate</span>
|
1510
|
+
<span class='end end kw'>end</span>
|
1511
|
+
</pre>
|
1512
|
+
</td>
|
1513
|
+
</tr>
|
1514
|
+
</table>
|
1515
|
+
</div>
|
1516
|
+
|
1517
|
+
|
1518
|
+
<span id="Manager=-instance_method"></span>
|
1519
|
+
<span id="Manager-instance_method"></span>
|
1520
|
+
<div class="method_details ">
|
1521
|
+
<p class="signature " id="Manager-instance_method">
|
1522
|
+
|
1523
|
+
- (<tt>String</tt>) <strong>Manager</strong>
|
1524
|
+
|
1525
|
+
|
1526
|
+
|
1527
|
+
</p><div class="docstring">
|
1528
|
+
<div class="discussion">
|
1529
|
+
<p>
|
1530
|
+
The name of the manager for the document.
|
1531
|
+
</p>
|
1532
|
+
|
1533
|
+
|
1534
|
+
</div>
|
1535
|
+
</div>
|
1536
|
+
<div class="tags">
|
1537
|
+
|
1538
|
+
<h3>Returns:</h3>
|
1539
|
+
<ul class="return">
|
1540
|
+
|
1541
|
+
<li>
|
1542
|
+
|
1543
|
+
|
1544
|
+
<span class='type'>(<tt>String</tt>)</span>
|
1545
|
+
|
1546
|
+
|
1547
|
+
|
1548
|
+
—
|
1549
|
+
<div class='inline'><p>
|
1550
|
+
The name of the manager for the document.
|
1551
|
+
</p>
|
1552
|
+
</div>
|
1553
|
+
|
1554
|
+
</li>
|
1555
|
+
|
1556
|
+
</ul>
|
1557
|
+
|
1558
|
+
</div><table class="source_code">
|
1559
|
+
<tr>
|
1560
|
+
<td>
|
1561
|
+
<pre class="lines">
|
1562
|
+
|
1563
|
+
|
1564
|
+
17
|
1565
|
+
18
|
1566
|
+
19</pre>
|
1567
|
+
</td>
|
1568
|
+
<td>
|
1569
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 17</span>
|
1570
|
+
|
1571
|
+
<span class='def def kw'>def</span> <span class='Manager constant id'>Manager</span>
|
1572
|
+
<span class='@Manager ivar id'>@Manager</span>
|
1573
|
+
<span class='end end kw'>end</span>
|
1574
|
+
</pre>
|
1575
|
+
</td>
|
1576
|
+
</tr>
|
1577
|
+
</table>
|
1578
|
+
</div>
|
1579
|
+
|
1580
|
+
|
1581
|
+
<span id="MMClips=-instance_method"></span>
|
1582
|
+
<span id="MMClips-instance_method"></span>
|
1583
|
+
<div class="method_details ">
|
1584
|
+
<p class="signature " id="MMClips-instance_method">
|
1585
|
+
|
1586
|
+
- (<tt>Integer</tt>) <strong>MMClips</strong>
|
1587
|
+
|
1588
|
+
|
1589
|
+
|
1590
|
+
</p><div class="docstring">
|
1591
|
+
<div class="discussion">
|
1592
|
+
<p>
|
1593
|
+
The total number multimedia clips
|
1594
|
+
</p>
|
1595
|
+
|
1596
|
+
|
1597
|
+
</div>
|
1598
|
+
</div>
|
1599
|
+
<div class="tags">
|
1600
|
+
|
1601
|
+
<h3>Returns:</h3>
|
1602
|
+
<ul class="return">
|
1603
|
+
|
1604
|
+
<li>
|
1605
|
+
|
1606
|
+
|
1607
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
1608
|
+
|
1609
|
+
|
1610
|
+
|
1611
|
+
—
|
1612
|
+
<div class='inline'><p>
|
1613
|
+
The total number multimedia clips
|
1614
|
+
</p>
|
1615
|
+
</div>
|
1616
|
+
|
1617
|
+
</li>
|
1618
|
+
|
1619
|
+
</ul>
|
1620
|
+
|
1621
|
+
</div><table class="source_code">
|
1622
|
+
<tr>
|
1623
|
+
<td>
|
1624
|
+
<pre class="lines">
|
1625
|
+
|
1626
|
+
|
1627
|
+
53
|
1628
|
+
54
|
1629
|
+
55</pre>
|
1630
|
+
</td>
|
1631
|
+
<td>
|
1632
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 53</span>
|
1633
|
+
|
1634
|
+
<span class='def def kw'>def</span> <span class='MMClips constant id'>MMClips</span>
|
1635
|
+
<span class='@MMClips ivar id'>@MMClips</span>
|
1636
|
+
<span class='end end kw'>end</span>
|
1637
|
+
</pre>
|
1638
|
+
</td>
|
1639
|
+
</tr>
|
1640
|
+
</table>
|
1641
|
+
</div>
|
1642
|
+
|
1643
|
+
|
1644
|
+
<span id="Notes=-instance_method"></span>
|
1645
|
+
<span id="Notes-instance_method"></span>
|
1646
|
+
<div class="method_details ">
|
1647
|
+
<p class="signature " id="Notes-instance_method">
|
1648
|
+
|
1649
|
+
- (<tt>Integer</tt>) <strong>Notes</strong>
|
1650
|
+
|
1651
|
+
|
1652
|
+
|
1653
|
+
</p><div class="docstring">
|
1654
|
+
<div class="discussion">
|
1655
|
+
<p>
|
1656
|
+
The number of slides that have notes.
|
1657
|
+
</p>
|
1658
|
+
|
1659
|
+
|
1660
|
+
</div>
|
1661
|
+
</div>
|
1662
|
+
<div class="tags">
|
1663
|
+
|
1664
|
+
<h3>Returns:</h3>
|
1665
|
+
<ul class="return">
|
1666
|
+
|
1667
|
+
<li>
|
1668
|
+
|
1669
|
+
|
1670
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
1671
|
+
|
1672
|
+
|
1673
|
+
|
1674
|
+
—
|
1675
|
+
<div class='inline'><p>
|
1676
|
+
The number of slides that have notes.
|
1677
|
+
</p>
|
1678
|
+
</div>
|
1679
|
+
|
1680
|
+
</li>
|
1681
|
+
|
1682
|
+
</ul>
|
1683
|
+
|
1684
|
+
</div><table class="source_code">
|
1685
|
+
<tr>
|
1686
|
+
<td>
|
1687
|
+
<pre class="lines">
|
1688
|
+
|
1689
|
+
|
1690
|
+
44
|
1691
|
+
45
|
1692
|
+
46</pre>
|
1693
|
+
</td>
|
1694
|
+
<td>
|
1695
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 44</span>
|
1696
|
+
|
1697
|
+
<span class='def def kw'>def</span> <span class='Notes constant id'>Notes</span>
|
1698
|
+
<span class='@Notes ivar id'>@Notes</span>
|
1699
|
+
<span class='end end kw'>end</span>
|
1700
|
+
</pre>
|
1701
|
+
</td>
|
1702
|
+
</tr>
|
1703
|
+
</table>
|
1704
|
+
</div>
|
1705
|
+
|
1706
|
+
|
1707
|
+
<span id="Pages=-instance_method"></span>
|
1708
|
+
<span id="Pages-instance_method"></span>
|
1709
|
+
<div class="method_details ">
|
1710
|
+
<p class="signature " id="Pages-instance_method">
|
1711
|
+
|
1712
|
+
- (<tt>Integer</tt>) <strong>Pages</strong>
|
1713
|
+
|
1714
|
+
|
1715
|
+
|
1716
|
+
</p><div class="docstring">
|
1717
|
+
<div class="discussion">
|
1718
|
+
<p>
|
1719
|
+
The number of pages in the document.
|
1720
|
+
</p>
|
1721
|
+
|
1722
|
+
|
1723
|
+
</div>
|
1724
|
+
</div>
|
1725
|
+
<div class="tags">
|
1726
|
+
|
1727
|
+
<h3>Returns:</h3>
|
1728
|
+
<ul class="return">
|
1729
|
+
|
1730
|
+
<li>
|
1731
|
+
|
1732
|
+
|
1733
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
1734
|
+
|
1735
|
+
|
1736
|
+
|
1737
|
+
—
|
1738
|
+
<div class='inline'><p>
|
1739
|
+
The number of pages in the document.
|
1740
|
+
</p>
|
1741
|
+
</div>
|
1742
|
+
|
1743
|
+
</li>
|
1744
|
+
|
1745
|
+
</ul>
|
1746
|
+
|
1747
|
+
</div><table class="source_code">
|
1748
|
+
<tr>
|
1749
|
+
<td>
|
1750
|
+
<pre class="lines">
|
1751
|
+
|
1752
|
+
|
1753
|
+
23
|
1754
|
+
24
|
1755
|
+
25</pre>
|
1756
|
+
</td>
|
1757
|
+
<td>
|
1758
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 23</span>
|
1759
|
+
|
1760
|
+
<span class='def def kw'>def</span> <span class='Pages constant id'>Pages</span>
|
1761
|
+
<span class='@Pages ivar id'>@Pages</span>
|
1762
|
+
<span class='end end kw'>end</span>
|
1763
|
+
</pre>
|
1764
|
+
</td>
|
1765
|
+
</tr>
|
1766
|
+
</table>
|
1767
|
+
</div>
|
1768
|
+
|
1769
|
+
|
1770
|
+
<span id="Paragraphs=-instance_method"></span>
|
1771
|
+
<span id="Paragraphs-instance_method"></span>
|
1772
|
+
<div class="method_details ">
|
1773
|
+
<p class="signature " id="Paragraphs-instance_method">
|
1774
|
+
|
1775
|
+
- (<tt>Integer</tt>) <strong>Paragraphs</strong>
|
1776
|
+
|
1777
|
+
|
1778
|
+
|
1779
|
+
</p><div class="docstring">
|
1780
|
+
<div class="discussion">
|
1781
|
+
<p>
|
1782
|
+
The number of paragraphs in the document
|
1783
|
+
</p>
|
1784
|
+
|
1785
|
+
|
1786
|
+
</div>
|
1787
|
+
</div>
|
1788
|
+
<div class="tags">
|
1789
|
+
|
1790
|
+
<h3>Returns:</h3>
|
1791
|
+
<ul class="return">
|
1792
|
+
|
1793
|
+
<li>
|
1794
|
+
|
1795
|
+
|
1796
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
1797
|
+
|
1798
|
+
|
1799
|
+
|
1800
|
+
—
|
1801
|
+
<div class='inline'><p>
|
1802
|
+
The number of paragraphs in the document
|
1803
|
+
</p>
|
1804
|
+
</div>
|
1805
|
+
|
1806
|
+
</li>
|
1807
|
+
|
1808
|
+
</ul>
|
1809
|
+
|
1810
|
+
</div><table class="source_code">
|
1811
|
+
<tr>
|
1812
|
+
<td>
|
1813
|
+
<pre class="lines">
|
1814
|
+
|
1815
|
+
|
1816
|
+
38
|
1817
|
+
39
|
1818
|
+
40</pre>
|
1819
|
+
</td>
|
1820
|
+
<td>
|
1821
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 38</span>
|
1822
|
+
|
1823
|
+
<span class='def def kw'>def</span> <span class='Paragraphs constant id'>Paragraphs</span>
|
1824
|
+
<span class='@Paragraphs ivar id'>@Paragraphs</span>
|
1825
|
+
<span class='end end kw'>end</span>
|
1826
|
+
</pre>
|
1827
|
+
</td>
|
1828
|
+
</tr>
|
1829
|
+
</table>
|
1830
|
+
</div>
|
1831
|
+
|
1832
|
+
|
1833
|
+
<span id="PresentationFormat=-instance_method"></span>
|
1834
|
+
<span id="PresentationFormat-instance_method"></span>
|
1835
|
+
<div class="method_details ">
|
1836
|
+
<p class="signature " id="PresentationFormat-instance_method">
|
1837
|
+
|
1838
|
+
- (<tt>String</tt>) <strong>PresentationFormat</strong>
|
1839
|
+
|
1840
|
+
|
1841
|
+
|
1842
|
+
</p><div class="docstring">
|
1843
|
+
<div class="discussion">
|
1844
|
+
<p>
|
1845
|
+
The intended format of the presentation.
|
1846
|
+
</p>
|
1847
|
+
|
1848
|
+
|
1849
|
+
</div>
|
1850
|
+
</div>
|
1851
|
+
<div class="tags">
|
1852
|
+
|
1853
|
+
<h3>Returns:</h3>
|
1854
|
+
<ul class="return">
|
1855
|
+
|
1856
|
+
<li>
|
1857
|
+
|
1858
|
+
|
1859
|
+
<span class='type'>(<tt>String</tt>)</span>
|
1860
|
+
|
1861
|
+
|
1862
|
+
|
1863
|
+
—
|
1864
|
+
<div class='inline'><p>
|
1865
|
+
The intended format of the presentation.
|
1866
|
+
</p>
|
1867
|
+
</div>
|
1868
|
+
|
1869
|
+
</li>
|
1870
|
+
|
1871
|
+
</ul>
|
1872
|
+
|
1873
|
+
</div><table class="source_code">
|
1874
|
+
<tr>
|
1875
|
+
<td>
|
1876
|
+
<pre class="lines">
|
1877
|
+
|
1878
|
+
|
1879
|
+
32
|
1880
|
+
33
|
1881
|
+
34</pre>
|
1882
|
+
</td>
|
1883
|
+
<td>
|
1884
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 32</span>
|
1885
|
+
|
1886
|
+
<span class='def def kw'>def</span> <span class='PresentationFormat constant id'>PresentationFormat</span>
|
1887
|
+
<span class='@PresentationFormat ivar id'>@PresentationFormat</span>
|
1888
|
+
<span class='end end kw'>end</span>
|
1889
|
+
</pre>
|
1890
|
+
</td>
|
1891
|
+
</tr>
|
1892
|
+
</table>
|
1893
|
+
</div>
|
1894
|
+
|
1895
|
+
|
1896
|
+
<span id="ScaleCrop=-instance_method"></span>
|
1897
|
+
<span id="ScaleCrop-instance_method"></span>
|
1898
|
+
<div class="method_details ">
|
1899
|
+
<p class="signature " id="ScaleCrop-instance_method">
|
1900
|
+
|
1901
|
+
- (<tt>Boolean</tt>) <strong>ScaleCrop</strong>
|
1902
|
+
|
1903
|
+
|
1904
|
+
|
1905
|
+
</p><div class="docstring">
|
1906
|
+
<div class="discussion">
|
1907
|
+
<p>
|
1908
|
+
The display mode for the document thumbnail.
|
1909
|
+
</p>
|
1910
|
+
|
1911
|
+
|
1912
|
+
</div>
|
1913
|
+
</div>
|
1914
|
+
<div class="tags">
|
1915
|
+
|
1916
|
+
<h3>Returns:</h3>
|
1917
|
+
<ul class="return">
|
1918
|
+
|
1919
|
+
<li>
|
1920
|
+
|
1921
|
+
|
1922
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
1923
|
+
|
1924
|
+
|
1925
|
+
|
1926
|
+
—
|
1927
|
+
<div class='inline'><p>
|
1928
|
+
The display mode for the document thumbnail.
|
1929
|
+
</p>
|
1930
|
+
</div>
|
1931
|
+
|
1932
|
+
</li>
|
1933
|
+
|
1934
|
+
</ul>
|
1935
|
+
|
1936
|
+
</div><table class="source_code">
|
1937
|
+
<tr>
|
1938
|
+
<td>
|
1939
|
+
<pre class="lines">
|
1940
|
+
|
1941
|
+
|
1942
|
+
56
|
1943
|
+
57
|
1944
|
+
58</pre>
|
1945
|
+
</td>
|
1946
|
+
<td>
|
1947
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 56</span>
|
1948
|
+
|
1949
|
+
<span class='def def kw'>def</span> <span class='ScaleCrop constant id'>ScaleCrop</span>
|
1950
|
+
<span class='@ScaleCrop ivar id'>@ScaleCrop</span>
|
1951
|
+
<span class='end end kw'>end</span>
|
1952
|
+
</pre>
|
1953
|
+
</td>
|
1954
|
+
</tr>
|
1955
|
+
</table>
|
1956
|
+
</div>
|
1957
|
+
|
1958
|
+
|
1959
|
+
<span id="ShareDoc=-instance_method"></span>
|
1960
|
+
<span id="ShareDoc-instance_method"></span>
|
1961
|
+
<div class="method_details ">
|
1962
|
+
<p class="signature " id="ShareDoc-instance_method">
|
1963
|
+
|
1964
|
+
- (<tt>Boolean</tt>) <strong>ShareDoc</strong>
|
1965
|
+
|
1966
|
+
|
1967
|
+
|
1968
|
+
</p><div class="docstring">
|
1969
|
+
<div class="discussion">
|
1970
|
+
<p>
|
1971
|
+
Indicates if the document is shared.
|
1972
|
+
</p>
|
1973
|
+
|
1974
|
+
|
1975
|
+
</div>
|
1976
|
+
</div>
|
1977
|
+
<div class="tags">
|
1978
|
+
|
1979
|
+
<h3>Returns:</h3>
|
1980
|
+
<ul class="return">
|
1981
|
+
|
1982
|
+
<li>
|
1983
|
+
|
1984
|
+
|
1985
|
+
<span class='type'>(<tt>Boolean</tt>)</span>
|
1986
|
+
|
1987
|
+
|
1988
|
+
|
1989
|
+
—
|
1990
|
+
<div class='inline'><p>
|
1991
|
+
Indicates if the document is shared.
|
1992
|
+
</p>
|
1993
|
+
</div>
|
1994
|
+
|
1995
|
+
</li>
|
1996
|
+
|
1997
|
+
</ul>
|
1998
|
+
|
1999
|
+
</div><table class="source_code">
|
2000
|
+
<tr>
|
2001
|
+
<td>
|
2002
|
+
<pre class="lines">
|
2003
|
+
|
2004
|
+
|
2005
|
+
65
|
2006
|
+
66
|
2007
|
+
67</pre>
|
2008
|
+
</td>
|
2009
|
+
<td>
|
2010
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 65</span>
|
2011
|
+
|
2012
|
+
<span class='def def kw'>def</span> <span class='ShareDoc constant id'>ShareDoc</span>
|
2013
|
+
<span class='@ShareDoc ivar id'>@ShareDoc</span>
|
2014
|
+
<span class='end end kw'>end</span>
|
2015
|
+
</pre>
|
2016
|
+
</td>
|
2017
|
+
</tr>
|
2018
|
+
</table>
|
2019
|
+
</div>
|
2020
|
+
|
2021
|
+
|
2022
|
+
<span id="Slides=-instance_method"></span>
|
2023
|
+
<span id="Slides-instance_method"></span>
|
2024
|
+
<div class="method_details ">
|
2025
|
+
<p class="signature " id="Slides-instance_method">
|
2026
|
+
|
2027
|
+
- (<tt>Intger</tt>) <strong>Slides</strong>
|
2028
|
+
|
2029
|
+
|
2030
|
+
|
2031
|
+
</p><div class="docstring">
|
2032
|
+
<div class="discussion">
|
2033
|
+
<p>
|
2034
|
+
The number of slides in the document.
|
2035
|
+
</p>
|
2036
|
+
|
2037
|
+
|
2038
|
+
</div>
|
2039
|
+
</div>
|
2040
|
+
<div class="tags">
|
2041
|
+
|
2042
|
+
<h3>Returns:</h3>
|
2043
|
+
<ul class="return">
|
2044
|
+
|
2045
|
+
<li>
|
2046
|
+
|
2047
|
+
|
2048
|
+
<span class='type'>(<tt>Intger</tt>)</span>
|
2049
|
+
|
2050
|
+
|
2051
|
+
|
2052
|
+
—
|
2053
|
+
<div class='inline'><p>
|
2054
|
+
The number of slides in the document.
|
2055
|
+
</p>
|
2056
|
+
</div>
|
2057
|
+
|
2058
|
+
</li>
|
2059
|
+
|
2060
|
+
</ul>
|
2061
|
+
|
2062
|
+
</div><table class="source_code">
|
2063
|
+
<tr>
|
2064
|
+
<td>
|
2065
|
+
<pre class="lines">
|
2066
|
+
|
2067
|
+
|
2068
|
+
41
|
2069
|
+
42
|
2070
|
+
43</pre>
|
2071
|
+
</td>
|
2072
|
+
<td>
|
2073
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 41</span>
|
2074
|
+
|
2075
|
+
<span class='def def kw'>def</span> <span class='Slides constant id'>Slides</span>
|
2076
|
+
<span class='@Slides ivar id'>@Slides</span>
|
2077
|
+
<span class='end end kw'>end</span>
|
2078
|
+
</pre>
|
2079
|
+
</td>
|
2080
|
+
</tr>
|
2081
|
+
</table>
|
2082
|
+
</div>
|
2083
|
+
|
2084
|
+
|
2085
|
+
<span id="Template=-instance_method"></span>
|
2086
|
+
<span id="Template-instance_method"></span>
|
2087
|
+
<div class="method_details ">
|
2088
|
+
<p class="signature " id="Template-instance_method">
|
2089
|
+
|
2090
|
+
- (<tt>String</tt>) <strong>Template</strong>
|
2091
|
+
|
2092
|
+
|
2093
|
+
|
2094
|
+
</p><div class="docstring">
|
2095
|
+
<div class="discussion">
|
2096
|
+
<p>
|
2097
|
+
The name of the document template.
|
2098
|
+
</p>
|
2099
|
+
|
2100
|
+
|
2101
|
+
</div>
|
2102
|
+
</div>
|
2103
|
+
<div class="tags">
|
2104
|
+
|
2105
|
+
<h3>Returns:</h3>
|
2106
|
+
<ul class="return">
|
2107
|
+
|
2108
|
+
<li>
|
2109
|
+
|
2110
|
+
|
2111
|
+
<span class='type'>(<tt>String</tt>)</span>
|
2112
|
+
|
2113
|
+
|
2114
|
+
|
2115
|
+
—
|
2116
|
+
<div class='inline'><p>
|
2117
|
+
The name of the document template.
|
2118
|
+
</p>
|
2119
|
+
</div>
|
2120
|
+
|
2121
|
+
</li>
|
2122
|
+
|
2123
|
+
</ul>
|
2124
|
+
|
2125
|
+
</div><table class="source_code">
|
2126
|
+
<tr>
|
2127
|
+
<td>
|
2128
|
+
<pre class="lines">
|
2129
|
+
|
2130
|
+
|
2131
|
+
14
|
2132
|
+
15
|
2133
|
+
16</pre>
|
2134
|
+
</td>
|
2135
|
+
<td>
|
2136
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 14</span>
|
2137
|
+
|
2138
|
+
<span class='def def kw'>def</span> <span class='Template constant id'>Template</span>
|
2139
|
+
<span class='@Template ivar id'>@Template</span>
|
2140
|
+
<span class='end end kw'>end</span>
|
2141
|
+
</pre>
|
2142
|
+
</td>
|
2143
|
+
</tr>
|
2144
|
+
</table>
|
2145
|
+
</div>
|
2146
|
+
|
2147
|
+
|
2148
|
+
<span id="TotalTime=-instance_method"></span>
|
2149
|
+
<span id="TotalTime-instance_method"></span>
|
2150
|
+
<div class="method_details ">
|
2151
|
+
<p class="signature " id="TotalTime-instance_method">
|
2152
|
+
|
2153
|
+
- (<tt>Integer</tt>) <strong>TotalTime</strong>
|
2154
|
+
|
2155
|
+
|
2156
|
+
|
2157
|
+
</p><div class="docstring">
|
2158
|
+
<div class="discussion">
|
2159
|
+
<p>
|
2160
|
+
The total amount of time spent editing.
|
2161
|
+
</p>
|
2162
|
+
|
2163
|
+
|
2164
|
+
</div>
|
2165
|
+
</div>
|
2166
|
+
<div class="tags">
|
2167
|
+
|
2168
|
+
<h3>Returns:</h3>
|
2169
|
+
<ul class="return">
|
2170
|
+
|
2171
|
+
<li>
|
2172
|
+
|
2173
|
+
|
2174
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
2175
|
+
|
2176
|
+
|
2177
|
+
|
2178
|
+
—
|
2179
|
+
<div class='inline'><p>
|
2180
|
+
The total amount of time spent editing.
|
2181
|
+
</p>
|
2182
|
+
</div>
|
2183
|
+
|
2184
|
+
</li>
|
2185
|
+
|
2186
|
+
</ul>
|
2187
|
+
|
2188
|
+
</div><table class="source_code">
|
2189
|
+
<tr>
|
2190
|
+
<td>
|
2191
|
+
<pre class="lines">
|
2192
|
+
|
2193
|
+
|
2194
|
+
47
|
2195
|
+
48
|
2196
|
+
49</pre>
|
2197
|
+
</td>
|
2198
|
+
<td>
|
2199
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 47</span>
|
2200
|
+
|
2201
|
+
<span class='def def kw'>def</span> <span class='TotalTime constant id'>TotalTime</span>
|
2202
|
+
<span class='@TotalTime ivar id'>@TotalTime</span>
|
2203
|
+
<span class='end end kw'>end</span>
|
2204
|
+
</pre>
|
2205
|
+
</td>
|
2206
|
+
</tr>
|
2207
|
+
</table>
|
2208
|
+
</div>
|
2209
|
+
|
2210
|
+
|
2211
|
+
<span id="Words=-instance_method"></span>
|
2212
|
+
<span id="Words-instance_method"></span>
|
2213
|
+
<div class="method_details ">
|
2214
|
+
<p class="signature " id="Words-instance_method">
|
2215
|
+
|
2216
|
+
- (<tt>Integer</tt>) <strong>Words</strong>
|
2217
|
+
|
2218
|
+
|
2219
|
+
|
2220
|
+
</p><div class="docstring">
|
2221
|
+
<div class="discussion">
|
2222
|
+
<p>
|
2223
|
+
The number of words in the document.
|
2224
|
+
</p>
|
2225
|
+
|
2226
|
+
|
2227
|
+
</div>
|
2228
|
+
</div>
|
2229
|
+
<div class="tags">
|
2230
|
+
|
2231
|
+
<h3>Returns:</h3>
|
2232
|
+
<ul class="return">
|
2233
|
+
|
2234
|
+
<li>
|
2235
|
+
|
2236
|
+
|
2237
|
+
<span class='type'>(<tt>Integer</tt>)</span>
|
2238
|
+
|
2239
|
+
|
2240
|
+
|
2241
|
+
—
|
2242
|
+
<div class='inline'><p>
|
2243
|
+
The number of words in the document.
|
2244
|
+
</p>
|
2245
|
+
</div>
|
2246
|
+
|
2247
|
+
</li>
|
2248
|
+
|
2249
|
+
</ul>
|
2250
|
+
|
2251
|
+
</div><table class="source_code">
|
2252
|
+
<tr>
|
2253
|
+
<td>
|
2254
|
+
<pre class="lines">
|
2255
|
+
|
2256
|
+
|
2257
|
+
26
|
2258
|
+
27
|
2259
|
+
28</pre>
|
2260
|
+
</td>
|
2261
|
+
<td>
|
2262
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 26</span>
|
2263
|
+
|
2264
|
+
<span class='def def kw'>def</span> <span class='Words constant id'>Words</span>
|
2265
|
+
<span class='@Words ivar id'>@Words</span>
|
2266
|
+
<span class='end end kw'>end</span>
|
2267
|
+
</pre>
|
2268
|
+
</td>
|
2269
|
+
</tr>
|
2270
|
+
</table>
|
2271
|
+
</div>
|
2272
|
+
|
2273
|
+
</div>
|
2274
|
+
|
2275
|
+
|
2276
|
+
<div id="instance_method_details" class="method_details_list">
|
2277
|
+
<h2>Instance Method Details</h2>
|
2278
|
+
|
2279
|
+
|
2280
|
+
<div class="method_details first">
|
2281
|
+
<p class="signature first" id="initalize-instance_method">
|
2282
|
+
|
2283
|
+
- (<tt>Object</tt>) <strong>initalize</strong>(options = {})
|
2284
|
+
|
2285
|
+
|
2286
|
+
|
2287
|
+
</p><div class="docstring">
|
2288
|
+
<div class="discussion">
|
2289
|
+
<p>
|
2290
|
+
Creates an App object
|
2291
|
+
</p>
|
2292
|
+
|
2293
|
+
|
2294
|
+
</div>
|
2295
|
+
</div>
|
2296
|
+
<div class="tags">
|
2297
|
+
<h3>Parameters:</h3>
|
2298
|
+
<ul class="param">
|
2299
|
+
|
2300
|
+
<li>
|
2301
|
+
|
2302
|
+
<span class='name'>options</span>
|
2303
|
+
|
2304
|
+
|
2305
|
+
<span class='type'>(<tt>Hash</tt>)</span>
|
2306
|
+
|
2307
|
+
|
2308
|
+
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
2309
|
+
|
2310
|
+
|
2311
|
+
—
|
2312
|
+
<div class='inline'><p>
|
2313
|
+
a customizable set of options
|
2314
|
+
</p>
|
2315
|
+
</div>
|
2316
|
+
|
2317
|
+
</li>
|
2318
|
+
|
2319
|
+
</ul>
|
2320
|
+
|
2321
|
+
|
2322
|
+
|
2323
|
+
|
2324
|
+
<h3>Options Hash (<tt>options</tt>):</h3>
|
2325
|
+
<ul class="option">
|
2326
|
+
|
2327
|
+
<li>
|
2328
|
+
<span class="name">Template</span>
|
2329
|
+
<span class="type">(<tt>String</tt>)</span>
|
2330
|
+
<span class="default">
|
2331
|
+
|
2332
|
+
</span>
|
2333
|
+
|
2334
|
+
</li>
|
2335
|
+
|
2336
|
+
<li>
|
2337
|
+
<span class="name">Manager</span>
|
2338
|
+
<span class="type">(<tt>String</tt>)</span>
|
2339
|
+
<span class="default">
|
2340
|
+
|
2341
|
+
</span>
|
2342
|
+
|
2343
|
+
</li>
|
2344
|
+
|
2345
|
+
<li>
|
2346
|
+
<span class="name">Pages</span>
|
2347
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
2348
|
+
<span class="default">
|
2349
|
+
|
2350
|
+
</span>
|
2351
|
+
|
2352
|
+
</li>
|
2353
|
+
|
2354
|
+
<li>
|
2355
|
+
<span class="name">Words</span>
|
2356
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
2357
|
+
<span class="default">
|
2358
|
+
|
2359
|
+
</span>
|
2360
|
+
|
2361
|
+
</li>
|
2362
|
+
|
2363
|
+
<li>
|
2364
|
+
<span class="name">Characters</span>
|
2365
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
2366
|
+
<span class="default">
|
2367
|
+
|
2368
|
+
</span>
|
2369
|
+
|
2370
|
+
</li>
|
2371
|
+
|
2372
|
+
<li>
|
2373
|
+
<span class="name">PresentationFormat</span>
|
2374
|
+
<span class="type">(<tt>String</tt>)</span>
|
2375
|
+
<span class="default">
|
2376
|
+
|
2377
|
+
</span>
|
2378
|
+
|
2379
|
+
</li>
|
2380
|
+
|
2381
|
+
<li>
|
2382
|
+
<span class="name">Lines</span>
|
2383
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
2384
|
+
<span class="default">
|
2385
|
+
|
2386
|
+
</span>
|
2387
|
+
|
2388
|
+
</li>
|
2389
|
+
|
2390
|
+
<li>
|
2391
|
+
<span class="name">Paragraphs</span>
|
2392
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
2393
|
+
<span class="default">
|
2394
|
+
|
2395
|
+
</span>
|
2396
|
+
|
2397
|
+
</li>
|
2398
|
+
|
2399
|
+
<li>
|
2400
|
+
<span class="name">Slides</span>
|
2401
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
2402
|
+
<span class="default">
|
2403
|
+
|
2404
|
+
</span>
|
2405
|
+
|
2406
|
+
</li>
|
2407
|
+
|
2408
|
+
<li>
|
2409
|
+
<span class="name">Notes</span>
|
2410
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
2411
|
+
<span class="default">
|
2412
|
+
|
2413
|
+
</span>
|
2414
|
+
|
2415
|
+
</li>
|
2416
|
+
|
2417
|
+
<li>
|
2418
|
+
<span class="name">TotalTime</span>
|
2419
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
2420
|
+
<span class="default">
|
2421
|
+
|
2422
|
+
</span>
|
2423
|
+
|
2424
|
+
</li>
|
2425
|
+
|
2426
|
+
<li>
|
2427
|
+
<span class="name">HiddenSlides</span>
|
2428
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
2429
|
+
<span class="default">
|
2430
|
+
|
2431
|
+
</span>
|
2432
|
+
|
2433
|
+
</li>
|
2434
|
+
|
2435
|
+
<li>
|
2436
|
+
<span class="name">MMClips</span>
|
2437
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
2438
|
+
<span class="default">
|
2439
|
+
|
2440
|
+
</span>
|
2441
|
+
|
2442
|
+
</li>
|
2443
|
+
|
2444
|
+
<li>
|
2445
|
+
<span class="name">ScaleCrop</span>
|
2446
|
+
<span class="type">(<tt>Boolean</tt>)</span>
|
2447
|
+
<span class="default">
|
2448
|
+
|
2449
|
+
</span>
|
2450
|
+
|
2451
|
+
</li>
|
2452
|
+
|
2453
|
+
<li>
|
2454
|
+
<span class="name">LinksUpToDate</span>
|
2455
|
+
<span class="type">(<tt>Boolean</tt>)</span>
|
2456
|
+
<span class="default">
|
2457
|
+
|
2458
|
+
</span>
|
2459
|
+
|
2460
|
+
</li>
|
2461
|
+
|
2462
|
+
<li>
|
2463
|
+
<span class="name">CharactersWithSpaces</span>
|
2464
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
2465
|
+
<span class="default">
|
2466
|
+
|
2467
|
+
</span>
|
2468
|
+
|
2469
|
+
</li>
|
2470
|
+
|
2471
|
+
<li>
|
2472
|
+
<span class="name">ShareDoc</span>
|
2473
|
+
<span class="type">(<tt>Boolean</tt>)</span>
|
2474
|
+
<span class="default">
|
2475
|
+
|
2476
|
+
</span>
|
2477
|
+
|
2478
|
+
</li>
|
2479
|
+
|
2480
|
+
<li>
|
2481
|
+
<span class="name">HyperLinkBase</span>
|
2482
|
+
<span class="type">(<tt>String</tt>)</span>
|
2483
|
+
<span class="default">
|
2484
|
+
|
2485
|
+
</span>
|
2486
|
+
|
2487
|
+
</li>
|
2488
|
+
|
2489
|
+
<li>
|
2490
|
+
<span class="name">HyperlinksChanged</span>
|
2491
|
+
<span class="type">(<tt>String</tt>)</span>
|
2492
|
+
<span class="default">
|
2493
|
+
|
2494
|
+
</span>
|
2495
|
+
|
2496
|
+
</li>
|
2497
|
+
|
2498
|
+
<li>
|
2499
|
+
<span class="name">Application</span>
|
2500
|
+
<span class="type">(<tt>String</tt>)</span>
|
2501
|
+
<span class="default">
|
2502
|
+
|
2503
|
+
</span>
|
2504
|
+
|
2505
|
+
</li>
|
2506
|
+
|
2507
|
+
<li>
|
2508
|
+
<span class="name">AppVersion</span>
|
2509
|
+
<span class="type">(<tt>String</tt>)</span>
|
2510
|
+
<span class="default">
|
2511
|
+
|
2512
|
+
</span>
|
2513
|
+
|
2514
|
+
</li>
|
2515
|
+
|
2516
|
+
<li>
|
2517
|
+
<span class="name">DocSecurity</span>
|
2518
|
+
<span class="type">(<tt>Integer</tt>)</span>
|
2519
|
+
<span class="default">
|
2520
|
+
|
2521
|
+
</span>
|
2522
|
+
|
2523
|
+
</li>
|
2524
|
+
|
2525
|
+
</ul>
|
2526
|
+
|
2527
|
+
|
2528
|
+
|
2529
|
+
</div><table class="source_code">
|
2530
|
+
<tr>
|
2531
|
+
<td>
|
2532
|
+
<pre class="lines">
|
2533
|
+
|
2534
|
+
|
2535
|
+
105
|
2536
|
+
106
|
2537
|
+
107
|
2538
|
+
108
|
2539
|
+
109</pre>
|
2540
|
+
</td>
|
2541
|
+
<td>
|
2542
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 105</span>
|
2543
|
+
|
2544
|
+
<span class='def def kw'>def</span> <span class='initalize identifier id'>initalize</span><span class='lparen token'>(</span><span class='options identifier id'>options</span><span class='assign token'>=</span><span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='rparen token'>)</span>
|
2545
|
+
<span class='options identifier id'>options</span><span class='dot token'>.</span><span class='each identifier id'>each</span> <span class='do do kw'>do</span> <span class='bitor op'>|</span><span class='o identifier id'>o</span><span class='bitor op'>|</span>
|
2546
|
+
<span class='self self kw'>self</span><span class='dot token'>.</span><span class='send identifier id'>send</span><span class='lparen token'>(</span><span class='dstring node'>"#{o[0]}="</span><span class='comma token'>,</span> <span class='o identifier id'>o</span><span class='lbrack token'>[</span><span class='integer val'>1</span><span class='rbrack token'>]</span><span class='rparen token'>)</span> <span class='if if_mod kw'>if</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='respond_to? fid id'>respond_to?</span> <span class='o identifier id'>o</span><span class='lbrack token'>[</span><span class='integer val'>0</span><span class='rbrack token'>]</span>
|
2547
|
+
<span class='end end kw'>end</span>
|
2548
|
+
<span class='end end kw'>end</span>
|
2549
|
+
</pre>
|
2550
|
+
</td>
|
2551
|
+
</tr>
|
2552
|
+
</table>
|
2553
|
+
</div>
|
2554
|
+
|
2555
|
+
<div class="method_details ">
|
2556
|
+
<p class="signature " id="to_xml-instance_method">
|
2557
|
+
|
2558
|
+
- (<tt>String</tt>) <strong>to_xml</strong>
|
2559
|
+
|
2560
|
+
|
2561
|
+
|
2562
|
+
</p><div class="docstring">
|
2563
|
+
<div class="discussion">
|
2564
|
+
<p>
|
2565
|
+
Generate an app.xml document
|
2566
|
+
</p>
|
2567
|
+
|
2568
|
+
|
2569
|
+
</div>
|
2570
|
+
</div>
|
2571
|
+
<div class="tags">
|
2572
|
+
|
2573
|
+
<h3>Returns:</h3>
|
2574
|
+
<ul class="return">
|
2575
|
+
|
2576
|
+
<li>
|
2577
|
+
|
2578
|
+
|
2579
|
+
<span class='type'>(<tt>String</tt>)</span>
|
2580
|
+
|
2581
|
+
|
2582
|
+
|
2583
|
+
—
|
2584
|
+
<div class='inline'><p>
|
2585
|
+
The document as a string
|
2586
|
+
</p>
|
2587
|
+
</div>
|
2588
|
+
|
2589
|
+
</li>
|
2590
|
+
|
2591
|
+
</ul>
|
2592
|
+
|
2593
|
+
</div><table class="source_code">
|
2594
|
+
<tr>
|
2595
|
+
<td>
|
2596
|
+
<pre class="lines">
|
2597
|
+
|
2598
|
+
|
2599
|
+
137
|
2600
|
+
138
|
2601
|
+
139
|
2602
|
+
140
|
2603
|
+
141
|
2604
|
+
142
|
2605
|
+
143
|
2606
|
+
144
|
2607
|
+
145
|
2608
|
+
146</pre>
|
2609
|
+
</td>
|
2610
|
+
<td>
|
2611
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/doc_props/app.rb', line 137</span>
|
2612
|
+
|
2613
|
+
<span class='def def kw'>def</span> <span class='to_xml identifier id'>to_xml</span><span class='lparen token'>(</span><span class='rparen token'>)</span>
|
2614
|
+
<span class='builder identifier id'>builder</span> <span class='assign token'>=</span> <span class='Nokogiri constant id'>Nokogiri</span><span class='colon2 op'>::</span><span class='XML constant id'>XML</span><span class='colon2 op'>::</span><span class='Builder constant id'>Builder</span><span class='dot token'>.</span><span class='new identifier id'>new</span><span class='lparen token'>(</span><span class='symbol val'>:encoding</span> <span class='assign token'>=</span><span class='gt op'>></span> <span class='ENCODING constant id'>ENCODING</span><span class='rparen token'>)</span> <span class='do do kw'>do</span> <span class='bitor op'>|</span><span class='xml identifier id'>xml</span><span class='bitor op'>|</span>
|
2615
|
+
<span class='xml identifier id'>xml</span><span class='dot token'>.</span><span class='send identifier id'>send</span><span class='lparen token'>(</span><span class='symbol val'>:Properties</span><span class='comma token'>,</span> <span class='symbol val'>:xmlns</span> <span class='assign token'>=</span><span class='gt op'>></span> <span class='APP_NS constant id'>APP_NS</span><span class='comma token'>,</span> <span class='symbol val'>:'xmlns:vt'</span> <span class='assign token'>=</span><span class='gt op'>></span> <span class='APP_NS_VT constant id'>APP_NS_VT</span><span class='rparen token'>)</span> <span class='lbrace token'>{</span>
|
2616
|
+
<span class='self self kw'>self</span><span class='dot token'>.</span><span class='instance_values identifier id'>instance_values</span><span class='dot token'>.</span><span class='each identifier id'>each</span> <span class='do do kw'>do</span> <span class='bitor op'>|</span><span class='name identifier id'>name</span><span class='comma token'>,</span> <span class='value identifier id'>value</span><span class='bitor op'>|</span>
|
2617
|
+
<span class='xml identifier id'>xml</span><span class='dot token'>.</span><span class='send identifier id'>send</span><span class='lparen token'>(</span><span class='dstring node'>"ap:#{name}"</span><span class='comma token'>,</span> <span class='value identifier id'>value</span><span class='rparen token'>)</span>
|
2618
|
+
<span class='end end kw'>end</span>
|
2619
|
+
<span class='rbrace token'>}</span>
|
2620
|
+
<span class='end end kw'>end</span>
|
2621
|
+
<span class='builder identifier id'>builder</span><span class='dot token'>.</span><span class='to_xml identifier id'>to_xml</span>
|
2622
|
+
<span class='end end kw'>end</span>
|
2623
|
+
</pre>
|
2624
|
+
</td>
|
2625
|
+
</tr>
|
2626
|
+
</table>
|
2627
|
+
</div>
|
2628
|
+
|
2629
|
+
</div>
|
2630
|
+
|
2631
|
+
</div>
|
2632
|
+
|
2633
|
+
<div id="footer">
|
2634
|
+
Generated on Tue Nov 22 00:27:52 2011 by
|
2635
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2636
|
+
0.7.3 (ruby-1.8.7).
|
2637
|
+
</div>
|
2638
|
+
|
2639
|
+
</body>
|
2640
|
+
</html>
|