npoi

Форк
0
/
DiagramElementPropertySet.cs 
753 строки · 16.9 Кб
1
// ------------------------------------------------------------------------------
2
//  <auto-generated>
3
//    Generated by Xsd2Code. Version 3.4.0.38967
4
//    <NameSpace>NPOI.OpenXmlFormats.Dml.Diagram</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.Diagram
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

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

27
        private CT_LayoutVariablePropertySet presLayoutVarsField;
28

29
        private CT_ShapeStyle styleField;
30

31
        private string presAssocIDField;
32

33
        private string presNameField;
34

35
        private string presStyleLblField;
36

37
        private int presStyleIdxField;
38

39
        private bool presStyleIdxFieldSpecified;
40

41
        private int presStyleCntField;
42

43
        private bool presStyleCntFieldSpecified;
44

45
        private string loTypeIdField;
46

47
        private string loCatIdField;
48

49
        private string qsTypeIdField;
50

51
        private string qsCatIdField;
52

53
        private string csTypeIdField;
54

55
        private string csCatIdField;
56

57
        private bool coherent3DOffField;
58

59
        private bool coherent3DOffFieldSpecified;
60

61
        private string phldrTField;
62

63
        private bool phldrField;
64

65
        private bool phldrFieldSpecified;
66

67
        private int custAngField;
68

69
        private bool custAngFieldSpecified;
70

71
        private bool custFlipVertField;
72

73
        private bool custFlipVertFieldSpecified;
74

75
        private bool custFlipHorField;
76

77
        private bool custFlipHorFieldSpecified;
78

79
        private int custSzXField;
80

81
        private bool custSzXFieldSpecified;
82

83
        private int custSzYField;
84

85
        private bool custSzYFieldSpecified;
86

87
        private int custScaleXField;
88

89
        private bool custScaleXFieldSpecified;
90

91
        private int custScaleYField;
92

93
        private bool custScaleYFieldSpecified;
94

95
        private bool custTField;
96

97
        private bool custTFieldSpecified;
98

99
        private int custLinFactXField;
100

101
        private bool custLinFactXFieldSpecified;
102

103
        private int custLinFactYField;
104

105
        private bool custLinFactYFieldSpecified;
106

107
        private int custLinFactNeighborXField;
108

109
        private bool custLinFactNeighborXFieldSpecified;
110

111
        private int custLinFactNeighborYField;
112

113
        private bool custLinFactNeighborYFieldSpecified;
114

115
        private int custRadScaleRadField;
116

117
        private bool custRadScaleRadFieldSpecified;
118

119
        private int custRadScaleIncField;
120

121
        private bool custRadScaleIncFieldSpecified;
122

123
        public CT_ElemPropSet()
124
        {
125
            this.styleField = new CT_ShapeStyle();
126
            this.presLayoutVarsField = new CT_LayoutVariablePropertySet();
127
        }
128

129
        [XmlElement(Order = 0)]
130
        public CT_LayoutVariablePropertySet presLayoutVars
131
        {
132
            get
133
            {
134
                return this.presLayoutVarsField;
135
            }
136
            set
137
            {
138
                this.presLayoutVarsField = value;
139
            }
140
        }
141

142
        [XmlElement(Order = 1)]
143
        public CT_ShapeStyle style
144
        {
145
            get
146
            {
147
                return this.styleField;
148
            }
149
            set
150
            {
151
                this.styleField = value;
152
            }
153
        }
154

155
        [XmlAttribute]
156
        public string presAssocID
157
        {
158
            get
159
            {
160
                return this.presAssocIDField;
161
            }
162
            set
163
            {
164
                this.presAssocIDField = value;
165
            }
166
        }
167

168
        [XmlAttribute]
169
        public string presName
170
        {
171
            get
172
            {
173
                return this.presNameField;
174
            }
175
            set
176
            {
177
                this.presNameField = value;
178
            }
179
        }
180

181
        [XmlAttribute]
182
        public string presStyleLbl
183
        {
184
            get
185
            {
186
                return this.presStyleLblField;
187
            }
188
            set
189
            {
190
                this.presStyleLblField = value;
191
            }
192
        }
193

194
        [XmlAttribute]
195
        public int presStyleIdx
196
        {
197
            get
198
            {
199
                return this.presStyleIdxField;
200
            }
201
            set
202
            {
203
                this.presStyleIdxField = value;
204
            }
205
        }
206

207
        [XmlIgnore]
208
        public bool presStyleIdxSpecified
209
        {
210
            get
211
            {
212
                return this.presStyleIdxFieldSpecified;
213
            }
214
            set
215
            {
216
                this.presStyleIdxFieldSpecified = value;
217
            }
218
        }
219

220
        [XmlAttribute]
221
        public int presStyleCnt
222
        {
223
            get
224
            {
225
                return this.presStyleCntField;
226
            }
227
            set
228
            {
229
                this.presStyleCntField = value;
230
            }
231
        }
232

233
        [XmlIgnore]
234
        public bool presStyleCntSpecified
235
        {
236
            get
237
            {
238
                return this.presStyleCntFieldSpecified;
239
            }
240
            set
241
            {
242
                this.presStyleCntFieldSpecified = value;
243
            }
244
        }
245

246
        [XmlAttribute]
247
        public string loTypeId
248
        {
249
            get
250
            {
251
                return this.loTypeIdField;
252
            }
253
            set
254
            {
255
                this.loTypeIdField = value;
256
            }
257
        }
258

259
        [XmlAttribute]
260
        public string loCatId
261
        {
262
            get
263
            {
264
                return this.loCatIdField;
265
            }
266
            set
267
            {
268
                this.loCatIdField = value;
269
            }
270
        }
271

272
        [XmlAttribute]
273
        public string qsTypeId
274
        {
275
            get
276
            {
277
                return this.qsTypeIdField;
278
            }
279
            set
280
            {
281
                this.qsTypeIdField = value;
282
            }
283
        }
284

285
        [XmlAttribute]
286
        public string qsCatId
287
        {
288
            get
289
            {
290
                return this.qsCatIdField;
291
            }
292
            set
293
            {
294
                this.qsCatIdField = value;
295
            }
296
        }
297

298
        [XmlAttribute]
299
        public string csTypeId
300
        {
301
            get
302
            {
303
                return this.csTypeIdField;
304
            }
305
            set
306
            {
307
                this.csTypeIdField = value;
308
            }
309
        }
310

311
        [XmlAttribute]
312
        public string csCatId
313
        {
314
            get
315
            {
316
                return this.csCatIdField;
317
            }
318
            set
319
            {
320
                this.csCatIdField = value;
321
            }
322
        }
323

324
        [XmlAttribute]
325
        public bool coherent3DOff
326
        {
327
            get
328
            {
329
                return this.coherent3DOffField;
330
            }
331
            set
332
            {
333
                this.coherent3DOffField = value;
334
            }
335
        }
336

337
        [XmlIgnore]
338
        public bool coherent3DOffSpecified
339
        {
340
            get
341
            {
342
                return this.coherent3DOffFieldSpecified;
343
            }
344
            set
345
            {
346
                this.coherent3DOffFieldSpecified = value;
347
            }
348
        }
349

350
        [XmlAttribute]
351
        public string phldrT
352
        {
353
            get
354
            {
355
                return this.phldrTField;
356
            }
357
            set
358
            {
359
                this.phldrTField = value;
360
            }
361
        }
362

363
        [XmlAttribute]
364
        public bool phldr
365
        {
366
            get
367
            {
368
                return this.phldrField;
369
            }
370
            set
371
            {
372
                this.phldrField = value;
373
            }
374
        }
375

376
        [XmlIgnore]
377
        public bool phldrSpecified
378
        {
379
            get
380
            {
381
                return this.phldrFieldSpecified;
382
            }
383
            set
384
            {
385
                this.phldrFieldSpecified = value;
386
            }
387
        }
388

389
        [XmlAttribute]
390
        public int custAng
391
        {
392
            get
393
            {
394
                return this.custAngField;
395
            }
396
            set
397
            {
398
                this.custAngField = value;
399
            }
400
        }
401

402
        [XmlIgnore]
403
        public bool custAngSpecified
404
        {
405
            get
406
            {
407
                return this.custAngFieldSpecified;
408
            }
409
            set
410
            {
411
                this.custAngFieldSpecified = value;
412
            }
413
        }
414

415
        [XmlAttribute]
416
        public bool custFlipVert
417
        {
418
            get
419
            {
420
                return this.custFlipVertField;
421
            }
422
            set
423
            {
424
                this.custFlipVertField = value;
425
            }
426
        }
427

428
        [XmlIgnore]
429
        public bool custFlipVertSpecified
430
        {
431
            get
432
            {
433
                return this.custFlipVertFieldSpecified;
434
            }
435
            set
436
            {
437
                this.custFlipVertFieldSpecified = value;
438
            }
439
        }
440

441
        [XmlAttribute]
442
        public bool custFlipHor
443
        {
444
            get
445
            {
446
                return this.custFlipHorField;
447
            }
448
            set
449
            {
450
                this.custFlipHorField = value;
451
            }
452
        }
453

454
        [XmlIgnore]
455
        public bool custFlipHorSpecified
456
        {
457
            get
458
            {
459
                return this.custFlipHorFieldSpecified;
460
            }
461
            set
462
            {
463
                this.custFlipHorFieldSpecified = value;
464
            }
465
        }
466

467
        [XmlAttribute]
468
        public int custSzX
469
        {
470
            get
471
            {
472
                return this.custSzXField;
473
            }
474
            set
475
            {
476
                this.custSzXField = value;
477
            }
478
        }
479

480
        [XmlIgnore]
481
        public bool custSzXSpecified
482
        {
483
            get
484
            {
485
                return this.custSzXFieldSpecified;
486
            }
487
            set
488
            {
489
                this.custSzXFieldSpecified = value;
490
            }
491
        }
492

493
        [XmlAttribute]
494
        public int custSzY
495
        {
496
            get
497
            {
498
                return this.custSzYField;
499
            }
500
            set
501
            {
502
                this.custSzYField = value;
503
            }
504
        }
505

506
        [XmlIgnore]
507
        public bool custSzYSpecified
508
        {
509
            get
510
            {
511
                return this.custSzYFieldSpecified;
512
            }
513
            set
514
            {
515
                this.custSzYFieldSpecified = value;
516
            }
517
        }
518

519
        [XmlAttribute]
520
        public int custScaleX
521
        {
522
            get
523
            {
524
                return this.custScaleXField;
525
            }
526
            set
527
            {
528
                this.custScaleXField = value;
529
            }
530
        }
531

532
        [XmlIgnore]
533
        public bool custScaleXSpecified
534
        {
535
            get
536
            {
537
                return this.custScaleXFieldSpecified;
538
            }
539
            set
540
            {
541
                this.custScaleXFieldSpecified = value;
542
            }
543
        }
544

545
        [XmlAttribute]
546
        public int custScaleY
547
        {
548
            get
549
            {
550
                return this.custScaleYField;
551
            }
552
            set
553
            {
554
                this.custScaleYField = value;
555
            }
556
        }
557

558
        [XmlIgnore]
559
        public bool custScaleYSpecified
560
        {
561
            get
562
            {
563
                return this.custScaleYFieldSpecified;
564
            }
565
            set
566
            {
567
                this.custScaleYFieldSpecified = value;
568
            }
569
        }
570

571
        [XmlAttribute]
572
        public bool custT
573
        {
574
            get
575
            {
576
                return this.custTField;
577
            }
578
            set
579
            {
580
                this.custTField = value;
581
            }
582
        }
583

584
        [XmlIgnore]
585
        public bool custTSpecified
586
        {
587
            get
588
            {
589
                return this.custTFieldSpecified;
590
            }
591
            set
592
            {
593
                this.custTFieldSpecified = value;
594
            }
595
        }
596

597
        [XmlAttribute]
598
        public int custLinFactX
599
        {
600
            get
601
            {
602
                return this.custLinFactXField;
603
            }
604
            set
605
            {
606
                this.custLinFactXField = value;
607
            }
608
        }
609

610
        [XmlIgnore]
611
        public bool custLinFactXSpecified
612
        {
613
            get
614
            {
615
                return this.custLinFactXFieldSpecified;
616
            }
617
            set
618
            {
619
                this.custLinFactXFieldSpecified = value;
620
            }
621
        }
622

623
        [XmlAttribute]
624
        public int custLinFactY
625
        {
626
            get
627
            {
628
                return this.custLinFactYField;
629
            }
630
            set
631
            {
632
                this.custLinFactYField = value;
633
            }
634
        }
635

636
        [XmlIgnore]
637
        public bool custLinFactYSpecified
638
        {
639
            get
640
            {
641
                return this.custLinFactYFieldSpecified;
642
            }
643
            set
644
            {
645
                this.custLinFactYFieldSpecified = value;
646
            }
647
        }
648

649
        [XmlAttribute]
650
        public int custLinFactNeighborX
651
        {
652
            get
653
            {
654
                return this.custLinFactNeighborXField;
655
            }
656
            set
657
            {
658
                this.custLinFactNeighborXField = value;
659
            }
660
        }
661

662
        [XmlIgnore]
663
        public bool custLinFactNeighborXSpecified
664
        {
665
            get
666
            {
667
                return this.custLinFactNeighborXFieldSpecified;
668
            }
669
            set
670
            {
671
                this.custLinFactNeighborXFieldSpecified = value;
672
            }
673
        }
674

675
        [XmlAttribute]
676
        public int custLinFactNeighborY
677
        {
678
            get
679
            {
680
                return this.custLinFactNeighborYField;
681
            }
682
            set
683
            {
684
                this.custLinFactNeighborYField = value;
685
            }
686
        }
687

688
        [XmlIgnore]
689
        public bool custLinFactNeighborYSpecified
690
        {
691
            get
692
            {
693
                return this.custLinFactNeighborYFieldSpecified;
694
            }
695
            set
696
            {
697
                this.custLinFactNeighborYFieldSpecified = value;
698
            }
699
        }
700

701
        [XmlAttribute]
702
        public int custRadScaleRad
703
        {
704
            get
705
            {
706
                return this.custRadScaleRadField;
707
            }
708
            set
709
            {
710
                this.custRadScaleRadField = value;
711
            }
712
        }
713

714
        [XmlIgnore]
715
        public bool custRadScaleRadSpecified
716
        {
717
            get
718
            {
719
                return this.custRadScaleRadFieldSpecified;
720
            }
721
            set
722
            {
723
                this.custRadScaleRadFieldSpecified = value;
724
            }
725
        }
726

727
        [XmlAttribute]
728
        public int custRadScaleInc
729
        {
730
            get
731
            {
732
                return this.custRadScaleIncField;
733
            }
734
            set
735
            {
736
                this.custRadScaleIncField = value;
737
            }
738
        }
739

740
        [XmlIgnore]
741
        public bool custRadScaleIncSpecified
742
        {
743
            get
744
            {
745
                return this.custRadScaleIncFieldSpecified;
746
            }
747
            set
748
            {
749
                this.custRadScaleIncFieldSpecified = value;
750
            }
751
        }
752
    }
753
}
754

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

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

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

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