PDFMaker.java
18.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.native2pdf.xml;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(value=XmlAccessType.FIELD)
@XmlType(name="")
@XmlRootElement(name="PDFMaker")
public class PDFMaker
implements Serializable {
@XmlAttribute
protected Boolean createLinks;
@XmlAttribute
protected Boolean createBookmarks;
@XmlAttribute
protected Boolean createDocInfo;
@XmlAttribute
protected Boolean createTags;
@XmlAttribute
protected Boolean createLayers;
@XmlAttribute
protected Boolean createMetaData;
@XmlAttribute
protected Boolean attachSourceFile;
@XmlAttribute
protected Boolean fitToOnePage;
@XmlAttribute
protected Boolean preserveSpotColor;
@XmlAttribute
protected Boolean printCropMarks;
@XmlAttribute
protected Boolean allowBleeds;
@XmlAttribute
protected Boolean printBleedMarks;
@XmlAttribute
protected Boolean convertMultimedia;
@XmlAttribute
protected Boolean convertHiddenSlides;
@XmlAttribute
protected Boolean saveSlideTransitions;
@XmlAttribute
protected Boolean saveAnimations;
@XmlAttribute
protected Boolean layoutBasedOnPrinterSettings;
@XmlAttribute
protected Boolean alwaysFlattenLayers;
@XmlAttribute
protected Boolean createTextNotes;
@XmlAttribute
protected Boolean openLayerPane;
@XmlAttribute
protected Boolean convertAllPages;
@XmlAttribute
protected Boolean createXRefLinks;
@XmlAttribute
protected Boolean createArticleThreads;
@XmlAttribute
protected Boolean createFootnoteLinks;
@XmlAttribute
protected Boolean preserveTransparency;
@XmlAttribute
protected Boolean excludeObjectsWithoutMetadata;
@XmlAttribute
protected Boolean convertSpeakerNotes;
@XmlAttribute
protected Boolean enableAdvancedTagging;
@XmlAttribute
protected Boolean createPDFACompliant;
@XmlAttribute
protected Boolean fullyFunctionalPDF;
@XmlAttribute
protected Boolean createPDFECompliant;
@XmlAttribute
protected Boolean embedScaleInformation;
@XmlAttribute
protected Boolean donotConvertModelSpace;
@XmlAttribute
protected Boolean convertCurrentLayout;
@XmlAttribute
protected Boolean convertAllLayout;
@XmlAttribute
protected Boolean excludeModelSpace;
@XmlAttribute
protected Boolean embed3DContent;
@XmlAttribute
protected Boolean autoRunMacros;
public boolean isCreateLinks() {
return this.isSetCreateLinks() ? this.createLinks : false;
}
public void setCreateLinks(boolean value) {
this.createLinks = value;
}
public boolean isSetCreateLinks() {
return this.createLinks != null;
}
public void unsetCreateLinks() {
this.createLinks = null;
}
public boolean isCreateBookmarks() {
return this.isSetCreateBookmarks() ? this.createBookmarks : false;
}
public void setCreateBookmarks(boolean value) {
this.createBookmarks = value;
}
public boolean isSetCreateBookmarks() {
return this.createBookmarks != null;
}
public void unsetCreateBookmarks() {
this.createBookmarks = null;
}
public boolean isCreateDocInfo() {
return this.isSetCreateDocInfo() ? this.createDocInfo : false;
}
public void setCreateDocInfo(boolean value) {
this.createDocInfo = value;
}
public boolean isSetCreateDocInfo() {
return this.createDocInfo != null;
}
public void unsetCreateDocInfo() {
this.createDocInfo = null;
}
public boolean isCreateTags() {
return this.isSetCreateTags() ? this.createTags : false;
}
public void setCreateTags(boolean value) {
this.createTags = value;
}
public boolean isSetCreateTags() {
return this.createTags != null;
}
public void unsetCreateTags() {
this.createTags = null;
}
public boolean isCreateLayers() {
return this.isSetCreateLayers() ? this.createLayers : false;
}
public void setCreateLayers(boolean value) {
this.createLayers = value;
}
public boolean isSetCreateLayers() {
return this.createLayers != null;
}
public void unsetCreateLayers() {
this.createLayers = null;
}
public boolean isCreateMetaData() {
return this.isSetCreateMetaData() ? this.createMetaData : false;
}
public void setCreateMetaData(boolean value) {
this.createMetaData = value;
}
public boolean isSetCreateMetaData() {
return this.createMetaData != null;
}
public void unsetCreateMetaData() {
this.createMetaData = null;
}
public boolean isAttachSourceFile() {
return this.isSetAttachSourceFile() ? this.attachSourceFile : false;
}
public void setAttachSourceFile(boolean value) {
this.attachSourceFile = value;
}
public boolean isSetAttachSourceFile() {
return this.attachSourceFile != null;
}
public void unsetAttachSourceFile() {
this.attachSourceFile = null;
}
public boolean isFitToOnePage() {
return this.isSetFitToOnePage() ? this.fitToOnePage : false;
}
public void setFitToOnePage(boolean value) {
this.fitToOnePage = value;
}
public boolean isSetFitToOnePage() {
return this.fitToOnePage != null;
}
public void unsetFitToOnePage() {
this.fitToOnePage = null;
}
public boolean isPreserveSpotColor() {
return this.isSetPreserveSpotColor() ? this.preserveSpotColor : false;
}
public void setPreserveSpotColor(boolean value) {
this.preserveSpotColor = value;
}
public boolean isSetPreserveSpotColor() {
return this.preserveSpotColor != null;
}
public void unsetPreserveSpotColor() {
this.preserveSpotColor = null;
}
public boolean isPrintCropMarks() {
return this.isSetPrintCropMarks() ? this.printCropMarks : false;
}
public void setPrintCropMarks(boolean value) {
this.printCropMarks = value;
}
public boolean isSetPrintCropMarks() {
return this.printCropMarks != null;
}
public void unsetPrintCropMarks() {
this.printCropMarks = null;
}
public boolean isAllowBleeds() {
return this.isSetAllowBleeds() ? this.allowBleeds : false;
}
public void setAllowBleeds(boolean value) {
this.allowBleeds = value;
}
public boolean isSetAllowBleeds() {
return this.allowBleeds != null;
}
public void unsetAllowBleeds() {
this.allowBleeds = null;
}
public boolean isPrintBleedMarks() {
return this.isSetPrintBleedMarks() ? this.printBleedMarks : false;
}
public void setPrintBleedMarks(boolean value) {
this.printBleedMarks = value;
}
public boolean isSetPrintBleedMarks() {
return this.printBleedMarks != null;
}
public void unsetPrintBleedMarks() {
this.printBleedMarks = null;
}
public boolean isConvertMultimedia() {
return this.isSetConvertMultimedia() ? this.convertMultimedia : false;
}
public void setConvertMultimedia(boolean value) {
this.convertMultimedia = value;
}
public boolean isSetConvertMultimedia() {
return this.convertMultimedia != null;
}
public void unsetConvertMultimedia() {
this.convertMultimedia = null;
}
public boolean isConvertHiddenSlides() {
return this.isSetConvertHiddenSlides() ? this.convertHiddenSlides : false;
}
public void setConvertHiddenSlides(boolean value) {
this.convertHiddenSlides = value;
}
public boolean isSetConvertHiddenSlides() {
return this.convertHiddenSlides != null;
}
public void unsetConvertHiddenSlides() {
this.convertHiddenSlides = null;
}
public boolean isSaveSlideTransitions() {
return this.isSetSaveSlideTransitions() ? this.saveSlideTransitions : false;
}
public void setSaveSlideTransitions(boolean value) {
this.saveSlideTransitions = value;
}
public boolean isSetSaveSlideTransitions() {
return this.saveSlideTransitions != null;
}
public void unsetSaveSlideTransitions() {
this.saveSlideTransitions = null;
}
public boolean isSaveAnimations() {
return this.isSetSaveAnimations() ? this.saveAnimations : false;
}
public void setSaveAnimations(boolean value) {
this.saveAnimations = value;
}
public boolean isSetSaveAnimations() {
return this.saveAnimations != null;
}
public void unsetSaveAnimations() {
this.saveAnimations = null;
}
public boolean isLayoutBasedOnPrinterSettings() {
return this.isSetLayoutBasedOnPrinterSettings() ? this.layoutBasedOnPrinterSettings : false;
}
public void setLayoutBasedOnPrinterSettings(boolean value) {
this.layoutBasedOnPrinterSettings = value;
}
public boolean isSetLayoutBasedOnPrinterSettings() {
return this.layoutBasedOnPrinterSettings != null;
}
public void unsetLayoutBasedOnPrinterSettings() {
this.layoutBasedOnPrinterSettings = null;
}
public boolean isAlwaysFlattenLayers() {
return this.isSetAlwaysFlattenLayers() ? this.alwaysFlattenLayers : false;
}
public void setAlwaysFlattenLayers(boolean value) {
this.alwaysFlattenLayers = value;
}
public boolean isSetAlwaysFlattenLayers() {
return this.alwaysFlattenLayers != null;
}
public void unsetAlwaysFlattenLayers() {
this.alwaysFlattenLayers = null;
}
public boolean isCreateTextNotes() {
return this.isSetCreateTextNotes() ? this.createTextNotes : false;
}
public void setCreateTextNotes(boolean value) {
this.createTextNotes = value;
}
public boolean isSetCreateTextNotes() {
return this.createTextNotes != null;
}
public void unsetCreateTextNotes() {
this.createTextNotes = null;
}
public boolean isOpenLayerPane() {
return this.isSetOpenLayerPane() ? this.openLayerPane : false;
}
public void setOpenLayerPane(boolean value) {
this.openLayerPane = value;
}
public boolean isSetOpenLayerPane() {
return this.openLayerPane != null;
}
public void unsetOpenLayerPane() {
this.openLayerPane = null;
}
public boolean isConvertAllPages() {
return this.isSetConvertAllPages() ? this.convertAllPages : false;
}
public void setConvertAllPages(boolean value) {
this.convertAllPages = value;
}
public boolean isSetConvertAllPages() {
return this.convertAllPages != null;
}
public void unsetConvertAllPages() {
this.convertAllPages = null;
}
public boolean isCreateXRefLinks() {
return this.isSetCreateXRefLinks() ? this.createXRefLinks : false;
}
public void setCreateXRefLinks(boolean value) {
this.createXRefLinks = value;
}
public boolean isSetCreateXRefLinks() {
return this.createXRefLinks != null;
}
public void unsetCreateXRefLinks() {
this.createXRefLinks = null;
}
public boolean isCreateArticleThreads() {
return this.isSetCreateArticleThreads() ? this.createArticleThreads : false;
}
public void setCreateArticleThreads(boolean value) {
this.createArticleThreads = value;
}
public boolean isSetCreateArticleThreads() {
return this.createArticleThreads != null;
}
public void unsetCreateArticleThreads() {
this.createArticleThreads = null;
}
public boolean isCreateFootnoteLinks() {
return this.isSetCreateFootnoteLinks() ? this.createFootnoteLinks : false;
}
public void setCreateFootnoteLinks(boolean value) {
this.createFootnoteLinks = value;
}
public boolean isSetCreateFootnoteLinks() {
return this.createFootnoteLinks != null;
}
public void unsetCreateFootnoteLinks() {
this.createFootnoteLinks = null;
}
public boolean isPreserveTransparency() {
return this.isSetPreserveTransparency() ? this.preserveTransparency : false;
}
public void setPreserveTransparency(boolean value) {
this.preserveTransparency = value;
}
public boolean isSetPreserveTransparency() {
return this.preserveTransparency != null;
}
public void unsetPreserveTransparency() {
this.preserveTransparency = null;
}
public boolean isExcludeObjectsWithoutMetadata() {
return this.isSetExcludeObjectsWithoutMetadata() ? this.excludeObjectsWithoutMetadata : false;
}
public void setExcludeObjectsWithoutMetadata(boolean value) {
this.excludeObjectsWithoutMetadata = value;
}
public boolean isSetExcludeObjectsWithoutMetadata() {
return this.excludeObjectsWithoutMetadata != null;
}
public void unsetExcludeObjectsWithoutMetadata() {
this.excludeObjectsWithoutMetadata = null;
}
public boolean isConvertSpeakerNotes() {
return this.isSetConvertSpeakerNotes() ? this.convertSpeakerNotes : false;
}
public void setConvertSpeakerNotes(boolean value) {
this.convertSpeakerNotes = value;
}
public boolean isSetConvertSpeakerNotes() {
return this.convertSpeakerNotes != null;
}
public void unsetConvertSpeakerNotes() {
this.convertSpeakerNotes = null;
}
public boolean isEnableAdvancedTagging() {
return this.isSetEnableAdvancedTagging() ? this.enableAdvancedTagging : false;
}
public void setEnableAdvancedTagging(boolean value) {
this.enableAdvancedTagging = value;
}
public boolean isSetEnableAdvancedTagging() {
return this.enableAdvancedTagging != null;
}
public void unsetEnableAdvancedTagging() {
this.enableAdvancedTagging = null;
}
public boolean isCreatePDFACompliant() {
return this.isSetCreatePDFACompliant() ? this.createPDFACompliant : false;
}
public void setCreatePDFACompliant(boolean value) {
this.createPDFACompliant = value;
}
public boolean isSetCreatePDFACompliant() {
return this.createPDFACompliant != null;
}
public void unsetCreatePDFACompliant() {
this.createPDFACompliant = null;
}
public boolean isFullyFunctionalPDF() {
return this.isSetFullyFunctionalPDF() ? this.fullyFunctionalPDF : false;
}
public void setFullyFunctionalPDF(boolean value) {
this.fullyFunctionalPDF = value;
}
public boolean isSetFullyFunctionalPDF() {
return this.fullyFunctionalPDF != null;
}
public void unsetFullyFunctionalPDF() {
this.fullyFunctionalPDF = null;
}
public boolean isCreatePDFECompliant() {
return this.isSetCreatePDFECompliant() ? this.createPDFECompliant : false;
}
public void setCreatePDFECompliant(boolean value) {
this.createPDFECompliant = value;
}
public boolean isSetCreatePDFECompliant() {
return this.createPDFECompliant != null;
}
public void unsetCreatePDFECompliant() {
this.createPDFECompliant = null;
}
public boolean isEmbedScaleInformation() {
return this.isSetEmbedScaleInformation() ? this.embedScaleInformation : false;
}
public void setEmbedScaleInformation(boolean value) {
this.embedScaleInformation = value;
}
public boolean isSetEmbedScaleInformation() {
return this.embedScaleInformation != null;
}
public void unsetEmbedScaleInformation() {
this.embedScaleInformation = null;
}
public boolean isDonotConvertModelSpace() {
return this.isSetDonotConvertModelSpace() ? this.donotConvertModelSpace : false;
}
public void setDonotConvertModelSpace(boolean value) {
this.donotConvertModelSpace = value;
}
public boolean isSetDonotConvertModelSpace() {
return this.donotConvertModelSpace != null;
}
public void unsetDonotConvertModelSpace() {
this.donotConvertModelSpace = null;
}
public boolean isConvertCurrentLayout() {
return this.isSetConvertCurrentLayout() ? this.convertCurrentLayout : false;
}
public void setConvertCurrentLayout(boolean value) {
this.convertCurrentLayout = value;
}
public boolean isSetConvertCurrentLayout() {
return this.convertCurrentLayout != null;
}
public void unsetConvertCurrentLayout() {
this.convertCurrentLayout = null;
}
public boolean isConvertAllLayout() {
return this.isSetConvertAllLayout() ? this.convertAllLayout : false;
}
public void setConvertAllLayout(boolean value) {
this.convertAllLayout = value;
}
public boolean isSetConvertAllLayout() {
return this.convertAllLayout != null;
}
public void unsetConvertAllLayout() {
this.convertAllLayout = null;
}
public boolean isExcludeModelSpace() {
return this.isSetExcludeModelSpace() ? this.excludeModelSpace : false;
}
public void setExcludeModelSpace(boolean value) {
this.excludeModelSpace = value;
}
public boolean isSetExcludeModelSpace() {
return this.excludeModelSpace != null;
}
public void unsetExcludeModelSpace() {
this.excludeModelSpace = null;
}
public boolean isEmbed3DContent() {
return this.isSetEmbed3DContent() ? this.embed3DContent : false;
}
public void setEmbed3DContent(boolean value) {
this.embed3DContent = value;
}
public boolean isSetEmbed3DContent() {
return this.embed3DContent != null;
}
public void unsetEmbed3DContent() {
this.embed3DContent = null;
}
public boolean isAutoRunMacros() {
if (this.autoRunMacros == null) {
return true;
}
return this.autoRunMacros;
}
public void setAutoRunMacros(boolean value) {
this.autoRunMacros = value;
}
public boolean isSetAutoRunMacros() {
return this.autoRunMacros != null;
}
public void unsetAutoRunMacros() {
this.autoRunMacros = null;
}
}