npoi

Форк
0
720 строк · 18.0 Кб
1
// ------------------------------------------------------------------------------
2
//  <auto-generated>
3
//    Generated by Xsd2Code. Version 3.4.0.38967
4
//    <NameSpace>NPOI.OpenXmlFormats.Dml</NameSpace><Collection>List</Collection><codeType>CSharp</codeType><EnableDataBinding>False</EnableDataBinding><EnableLazyLoading>False</EnableLazyLoading><TrackingChangesEnable>False</TrackingChangesEnable><GenTrackingClasses>False</GenTrackingClasses><HidePrivateFieldInIDE>False</HidePrivateFieldInIDE><EnableSummaryComment>False</EnableSummaryComment><VirtualProp>False</VirtualProp><IncludeSerializeMethod>False</IncludeSerializeMethod><UseBaseClass>False</UseBaseClass><GenBaseClass>False</GenBaseClass><GenerateCloneMethod>False</GenerateCloneMethod><GenerateDataContracts>False</GenerateDataContracts><CodeBaseTag>Net20</CodeBaseTag><SerializeMethodName>Serialize</SerializeMethodName><DeserializeMethodName>Deserialize</DeserializeMethodName><SaveToFileMethodName>SaveToFile</SaveToFileMethodName><LoadFromFileMethodName>LoadFromFile</LoadFromFileMethodName><GenerateXMLAttributes>True</GenerateXMLAttributes><EnableEncoding>False</EnableEncoding><AutomaticProperties>False</AutomaticProperties><GenerateShouldSerialize>False</GenerateShouldSerialize><DisableDebug>True</DisableDebug><PropNameSpecified>Default</PropNameSpecified><Encoder>UTF8</Encoder><CustomUsings></CustomUsings><ExcludeIncludedTypes>True</ExcludeIncludedTypes><EnableInitializeFields>True</EnableInitializeFields>
5
//  </auto-generated>
6
// ------------------------------------------------------------------------------
7
namespace NPOI.OpenXmlFormats.Dml
8
{
9
    using System;
10
    using System.Diagnostics;
11
    using System.Xml.Serialization;
12
    using System.Collections;
13
    using System.Xml.Schema;
14
    using System.ComponentModel;
15
    using System.Collections.Generic;
16

17

18
    [Serializable]
19
    [DebuggerStepThrough]
20
    [System.ComponentModel.DesignerCategoryAttribute("code")]
21
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
22
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
23
    public class CT_GvmlUseShapeRectangle
24
    {
25
    }
26

27

28
    [Serializable]
29
    [DebuggerStepThrough]
30
    [System.ComponentModel.DesignerCategoryAttribute("code")]
31
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
32
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
33
    public class CT_GvmlTextShape
34
    {
35

36
        private CT_TextBody txBodyField;
37

38
        private object itemField;
39

40
        private CT_OfficeArtExtensionList extLstField;
41

42
        public CT_GvmlTextShape()
43
        {
44
        }
45

46
        [XmlElement(Order = 0)]
47
        public CT_TextBody txBody
48
        {
49
            get
50
            {
51
                return this.txBodyField;
52
            }
53
            set
54
            {
55
                this.txBodyField = value;
56
            }
57
        }
58

59
        [XmlElement("useSpRect", typeof(CT_GvmlUseShapeRectangle), Order = 1)]
60
        [XmlElement("xfrm", typeof(CT_Transform2D), Order = 1)]
61
        public object Item
62
        {
63
            get
64
            {
65
                return this.itemField;
66
            }
67
            set
68
            {
69
                this.itemField = value;
70
            }
71
        }
72

73
        [XmlElement(Order = 2)]
74
        public CT_OfficeArtExtensionList extLst
75
        {
76
            get
77
            {
78
                return this.extLstField;
79
            }
80
            set
81
            {
82
                this.extLstField = value;
83
            }
84
        }
85
    }
86

87

88
    [Serializable]
89
    [DebuggerStepThrough]
90
    [System.ComponentModel.DesignerCategoryAttribute("code")]
91
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
92
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
93
    public class CT_GvmlShapeNonVisual
94
    {
95

96
        private CT_NonVisualDrawingProps cNvPrField;
97

98
        private CT_NonVisualDrawingShapeProps cNvSpPrField;
99

100
        public CT_GvmlShapeNonVisual()
101
        {
102
        }
103

104
        [XmlElement(Order = 0)]
105
        public CT_NonVisualDrawingProps cNvPr
106
        {
107
            get
108
            {
109
                return this.cNvPrField;
110
            }
111
            set
112
            {
113
                this.cNvPrField = value;
114
            }
115
        }
116

117
        [XmlElement(Order = 1)]
118
        public CT_NonVisualDrawingShapeProps cNvSpPr
119
        {
120
            get
121
            {
122
                return this.cNvSpPrField;
123
            }
124
            set
125
            {
126
                this.cNvSpPrField = value;
127
            }
128
        }
129
    }
130

131

132
    [Serializable]
133
    [DebuggerStepThrough]
134
    [System.ComponentModel.DesignerCategoryAttribute("code")]
135
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
136
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
137
    public class CT_GvmlShape
138
    {
139

140
        private CT_GvmlShapeNonVisual nvSpPrField;
141

142
        private CT_ShapeProperties spPrField;
143

144
        private CT_GvmlTextShape txSpField;
145

146
        private CT_ShapeStyle styleField;
147

148
        private CT_OfficeArtExtensionList extLstField;
149

150
        public CT_GvmlShape()
151
        {
152

153
        }
154

155
        [XmlElement(Order = 0)]
156
        public CT_GvmlShapeNonVisual nvSpPr
157
        {
158
            get
159
            {
160
                return this.nvSpPrField;
161
            }
162
            set
163
            {
164
                this.nvSpPrField = value;
165
            }
166
        }
167

168
        [XmlElement(Order = 1)]
169
        public CT_ShapeProperties spPr
170
        {
171
            get
172
            {
173
                return this.spPrField;
174
            }
175
            set
176
            {
177
                this.spPrField = value;
178
            }
179
        }
180

181
        [XmlElement(Order = 2)]
182
        public CT_GvmlTextShape txSp
183
        {
184
            get
185
            {
186
                return this.txSpField;
187
            }
188
            set
189
            {
190
                this.txSpField = value;
191
            }
192
        }
193

194
        [XmlElement(Order = 3)]
195
        public CT_ShapeStyle style
196
        {
197
            get
198
            {
199
                return this.styleField;
200
            }
201
            set
202
            {
203
                this.styleField = value;
204
            }
205
        }
206

207
        [XmlElement(Order = 4)]
208
        public CT_OfficeArtExtensionList extLst
209
        {
210
            get
211
            {
212
                return this.extLstField;
213
            }
214
            set
215
            {
216
                this.extLstField = value;
217
            }
218
        }
219
    }
220

221

222

223
    [Serializable]
224
    [DebuggerStepThrough]
225
    [System.ComponentModel.DesignerCategoryAttribute("code")]
226
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
227
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
228
    public class CT_GvmlConnectorNonVisual
229
    {
230

231
        private CT_NonVisualDrawingProps cNvPrField;
232

233
        private CT_NonVisualConnectorProperties cNvCxnSpPrField;
234

235
        public CT_GvmlConnectorNonVisual()
236
        {
237
        }
238

239
        [XmlElement(Order = 0)]
240
        public CT_NonVisualDrawingProps cNvPr
241
        {
242
            get
243
            {
244
                return this.cNvPrField;
245
            }
246
            set
247
            {
248
                this.cNvPrField = value;
249
            }
250
        }
251

252
        [XmlElement(Order = 1)]
253
        public CT_NonVisualConnectorProperties cNvCxnSpPr
254
        {
255
            get
256
            {
257
                return this.cNvCxnSpPrField;
258
            }
259
            set
260
            {
261
                this.cNvCxnSpPrField = value;
262
            }
263
        }
264
    }
265

266

267
    [Serializable]
268
    [DebuggerStepThrough]
269
    [System.ComponentModel.DesignerCategoryAttribute("code")]
270
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
271
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
272
    public class CT_GvmlConnector
273
    {
274

275
        private CT_GvmlConnectorNonVisual nvCxnSpPrField;
276

277
        private CT_ShapeProperties spPrField;
278

279
        private CT_ShapeStyle styleField;
280

281
        private CT_OfficeArtExtensionList extLstField;
282

283
        public CT_GvmlConnector()
284
        {
285

286
        }
287

288
        [XmlElement(Order = 0)]
289
        public CT_GvmlConnectorNonVisual nvCxnSpPr
290
        {
291
            get
292
            {
293
                return this.nvCxnSpPrField;
294
            }
295
            set
296
            {
297
                this.nvCxnSpPrField = value;
298
            }
299
        }
300

301
        [XmlElement(Order = 1)]
302
        public CT_ShapeProperties spPr
303
        {
304
            get
305
            {
306
                return this.spPrField;
307
            }
308
            set
309
            {
310
                this.spPrField = value;
311
            }
312
        }
313

314
        [XmlElement(Order = 2)]
315
        public CT_ShapeStyle style
316
        {
317
            get
318
            {
319
                return this.styleField;
320
            }
321
            set
322
            {
323
                this.styleField = value;
324
            }
325
        }
326

327
        [XmlElement(Order = 3)]
328
        public CT_OfficeArtExtensionList extLst
329
        {
330
            get
331
            {
332
                return this.extLstField;
333
            }
334
            set
335
            {
336
                this.extLstField = value;
337
            }
338
        }
339
    }
340

341

342
    [Serializable]
343
    [DebuggerStepThrough]
344
    [System.ComponentModel.DesignerCategoryAttribute("code")]
345
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
346
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
347
    public class CT_GvmlPictureNonVisual
348
    {
349

350
        private CT_NonVisualDrawingProps cNvPrField;
351

352
        private CT_NonVisualPictureProperties cNvPicPrField;
353

354
        public CT_GvmlPictureNonVisual()
355
        {
356

357
        }
358

359
        [XmlElement(Order = 0)]
360
        public CT_NonVisualDrawingProps cNvPr
361
        {
362
            get
363
            {
364
                return this.cNvPrField;
365
            }
366
            set
367
            {
368
                this.cNvPrField = value;
369
            }
370
        }
371

372
        [XmlElement(Order = 1)]
373
        public CT_NonVisualPictureProperties cNvPicPr
374
        {
375
            get
376
            {
377
                return this.cNvPicPrField;
378
            }
379
            set
380
            {
381
                this.cNvPicPrField = value;
382
            }
383
        }
384
    }
385

386

387
    [Serializable]
388
    [DebuggerStepThrough]
389
    [System.ComponentModel.DesignerCategoryAttribute("code")]
390
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
391
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
392
    public class CT_GvmlPicture
393
    {
394

395
        private CT_GvmlPictureNonVisual nvPicPrField;
396

397
        private CT_BlipFillProperties blipFillField;
398

399
        private CT_ShapeProperties spPrField;
400

401
        private CT_ShapeStyle styleField;
402

403
        private CT_OfficeArtExtensionList extLstField;
404

405
        public CT_GvmlPicture()
406
        {
407

408
        }
409

410
        [XmlElement(Order = 0)]
411
        public CT_GvmlPictureNonVisual nvPicPr
412
        {
413
            get
414
            {
415
                return this.nvPicPrField;
416
            }
417
            set
418
            {
419
                this.nvPicPrField = value;
420
            }
421
        }
422

423
        [XmlElement(Order = 1)]
424
        public CT_BlipFillProperties blipFill
425
        {
426
            get
427
            {
428
                return this.blipFillField;
429
            }
430
            set
431
            {
432
                this.blipFillField = value;
433
            }
434
        }
435

436
        [XmlElement(Order = 2)]
437
        public CT_ShapeProperties spPr
438
        {
439
            get
440
            {
441
                return this.spPrField;
442
            }
443
            set
444
            {
445
                this.spPrField = value;
446
            }
447
        }
448

449
        [XmlElement(Order = 3)]
450
        public CT_ShapeStyle style
451
        {
452
            get
453
            {
454
                return this.styleField;
455
            }
456
            set
457
            {
458
                this.styleField = value;
459
            }
460
        }
461

462
        [XmlElement(Order = 4)]
463
        public CT_OfficeArtExtensionList extLst
464
        {
465
            get
466
            {
467
                return this.extLstField;
468
            }
469
            set
470
            {
471
                this.extLstField = value;
472
            }
473
        }
474
    }
475

476

477
    [Serializable]
478
    [DebuggerStepThrough]
479
    [System.ComponentModel.DesignerCategoryAttribute("code")]
480
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
481
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
482
    public class CT_GvmlGraphicFrameNonVisual
483
    {
484

485
        private CT_NonVisualDrawingProps cNvPrField;
486

487
        private CT_NonVisualGraphicFrameProperties cNvGraphicFramePrField;
488

489
        public CT_GvmlGraphicFrameNonVisual()
490
        {
491

492
        }
493

494
        [XmlElement(Order = 0)]
495
        public CT_NonVisualDrawingProps cNvPr
496
        {
497
            get
498
            {
499
                return this.cNvPrField;
500
            }
501
            set
502
            {
503
                this.cNvPrField = value;
504
            }
505
        }
506

507
        [XmlElement(Order = 1)]
508
        public CT_NonVisualGraphicFrameProperties cNvGraphicFramePr
509
        {
510
            get
511
            {
512
                return this.cNvGraphicFramePrField;
513
            }
514
            set
515
            {
516
                this.cNvGraphicFramePrField = value;
517
            }
518
        }
519
    }
520

521

522
    [Serializable]
523
    [DebuggerStepThrough]
524
    [System.ComponentModel.DesignerCategoryAttribute("code")]
525
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
526
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
527
    public class CT_GvmlGraphicalObjectFrame
528
    {
529

530
        private CT_GvmlGraphicFrameNonVisual nvGraphicFramePrField;
531

532
        private CT_GraphicalObject graphicField;
533

534
        private CT_Transform2D xfrmField;
535

536
        private CT_OfficeArtExtensionList extLstField;
537

538
        public CT_GvmlGraphicalObjectFrame()
539
        {
540
        }
541

542
        [XmlElement(Order = 0)]
543
        public CT_GvmlGraphicFrameNonVisual nvGraphicFramePr
544
        {
545
            get
546
            {
547
                return this.nvGraphicFramePrField;
548
            }
549
            set
550
            {
551
                this.nvGraphicFramePrField = value;
552
            }
553
        }
554

555
        [XmlElement(Order = 1)]
556
        public CT_GraphicalObject graphic
557
        {
558
            get
559
            {
560
                return this.graphicField;
561
            }
562
            set
563
            {
564
                this.graphicField = value;
565
            }
566
        }
567

568
        [XmlElement(Order = 2)]
569
        public CT_Transform2D xfrm
570
        {
571
            get
572
            {
573
                return this.xfrmField;
574
            }
575
            set
576
            {
577
                this.xfrmField = value;
578
            }
579
        }
580

581
        [XmlElement(Order = 3)]
582
        public CT_OfficeArtExtensionList extLst
583
        {
584
            get
585
            {
586
                return this.extLstField;
587
            }
588
            set
589
            {
590
                this.extLstField = value;
591
            }
592
        }
593
    }
594

595

596
    [Serializable]
597
    [DebuggerStepThrough]
598
    [System.ComponentModel.DesignerCategoryAttribute("code")]
599
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
600
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
601
    public class CT_GvmlGroupShapeNonVisual
602
    {
603

604
        private CT_NonVisualDrawingProps cNvPrField;
605

606
        private CT_NonVisualGroupDrawingShapeProps cNvGrpSpPrField;
607

608
        public CT_GvmlGroupShapeNonVisual()
609
        {
610

611
        }
612

613
        [XmlElement(Order = 0)]
614
        public CT_NonVisualDrawingProps cNvPr
615
        {
616
            get
617
            {
618
                return this.cNvPrField;
619
            }
620
            set
621
            {
622
                this.cNvPrField = value;
623
            }
624
        }
625

626
        [XmlElement(Order = 1)]
627
        public CT_NonVisualGroupDrawingShapeProps cNvGrpSpPr
628
        {
629
            get
630
            {
631
                return this.cNvGrpSpPrField;
632
            }
633
            set
634
            {
635
                this.cNvGrpSpPrField = value;
636
            }
637
        }
638
    }
639

640

641
    [Serializable]
642
    [DebuggerStepThrough]
643
    [System.ComponentModel.DesignerCategoryAttribute("code")]
644
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
645
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
646
    public class CT_GvmlGroupShape
647
    {
648

649
        private CT_GvmlGroupShapeNonVisual nvGrpSpPrField;
650

651
        private CT_GroupShapeProperties grpSpPrField;
652

653
        private List<object> itemsField;
654

655
        private CT_OfficeArtExtensionList extLstField;
656

657
        public CT_GvmlGroupShape()
658
        {
659

660
        }
661

662
        [XmlElement(Order = 0)]
663
        public CT_GvmlGroupShapeNonVisual nvGrpSpPr
664
        {
665
            get
666
            {
667
                return this.nvGrpSpPrField;
668
            }
669
            set
670
            {
671
                this.nvGrpSpPrField = value;
672
            }
673
        }
674

675
        [XmlElement(Order = 1)]
676
        public CT_GroupShapeProperties grpSpPr
677
        {
678
            get
679
            {
680
                return this.grpSpPrField;
681
            }
682
            set
683
            {
684
                this.grpSpPrField = value;
685
            }
686
        }
687

688
        [XmlElement("cxnSp", typeof(CT_GvmlConnector), Order = 2)]
689
        [XmlElement("graphicFrame", typeof(CT_GvmlGraphicalObjectFrame), Order = 2)]
690
        [XmlElement("grpSp", typeof(CT_GvmlGroupShape), Order = 2)]
691
        [XmlElement("pic", typeof(CT_GvmlPicture), Order = 2)]
692
        [XmlElement("sp", typeof(CT_GvmlShape), Order = 2)]
693
        [XmlElement("txSp", typeof(CT_GvmlTextShape), Order = 2)]
694
        public List<object> Items
695
        {
696
            get
697
            {
698
                return this.itemsField;
699
            }
700
            set
701
            {
702
                this.itemsField = value;
703
            }
704
        }
705

706
        [XmlElement(Order = 3)]
707
        public CT_OfficeArtExtensionList extLst
708
        {
709
            get
710
            {
711
                return this.extLstField;
712
            }
713
            set
714
            {
715
                this.extLstField = value;
716
            }
717
        }
718
    }
719

720
}
721

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.