npoi

Форк
0
/
TableStyle.cs 
1019 строк · 25.3 Кб
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 partial class CT_Cell3D
24
    {
25

26
        private CT_Bevel bevelField;
27

28
        private CT_LightRig lightRigField;
29

30
        private CT_OfficeArtExtensionList extLstField;
31

32
        private ST_PresetMaterialType prstMaterialField;
33

34
        public CT_Cell3D()
35
        {
36
            this.extLstField = new CT_OfficeArtExtensionList();
37
            this.lightRigField = new CT_LightRig();
38
            this.bevelField = new CT_Bevel();
39
            this.prstMaterialField = ST_PresetMaterialType.plastic;
40
        }
41

42
        [XmlElement(Order = 0)]
43
        public CT_Bevel bevel
44
        {
45
            get
46
            {
47
                return this.bevelField;
48
            }
49
            set
50
            {
51
                this.bevelField = value;
52
            }
53
        }
54

55
        [XmlElement(Order = 1)]
56
        public CT_LightRig lightRig
57
        {
58
            get
59
            {
60
                return this.lightRigField;
61
            }
62
            set
63
            {
64
                this.lightRigField = value;
65
            }
66
        }
67

68
        [XmlElement(Order = 2)]
69
        public CT_OfficeArtExtensionList extLst
70
        {
71
            get
72
            {
73
                return this.extLstField;
74
            }
75
            set
76
            {
77
                this.extLstField = value;
78
            }
79
        }
80

81
        [XmlAttribute]
82
        [DefaultValue(ST_PresetMaterialType.plastic)]
83
        public ST_PresetMaterialType prstMaterial
84
        {
85
            get
86
            {
87
                return this.prstMaterialField;
88
            }
89
            set
90
            {
91
                this.prstMaterialField = value;
92
            }
93
        }
94
    }
95

96

97
    [Serializable]
98
    [DebuggerStepThrough]
99
    [System.ComponentModel.DesignerCategoryAttribute("code")]
100
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
101
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
102
    public partial class CT_ThemeableLineStyle
103
    {
104

105
        private object itemField;
106

107
        [XmlElement("ln", typeof(CT_LineProperties), Order = 0)]
108
        [XmlElement("lnRef", typeof(CT_StyleMatrixReference), Order = 0)]
109
        public object Item
110
        {
111
            get
112
            {
113
                return this.itemField;
114
            }
115
            set
116
            {
117
                this.itemField = value;
118
            }
119
        }
120
    }
121

122

123
    [Serializable]
124
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
125
    public enum ST_OnOffStyleType
126
    {
127

128
        /// <remarks/>
129
        on,
130

131
        /// <remarks/>
132
        off,
133

134
        /// <remarks/>
135
        def,
136
    }
137

138

139
    [Serializable]
140
    [DebuggerStepThrough]
141
    [System.ComponentModel.DesignerCategoryAttribute("code")]
142
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
143
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
144
    public partial class CT_TableStyleTextStyle
145
    {
146

147
        private CT_FontCollection fontField;
148

149
        private CT_FontReference fontRefField;
150

151
        private CT_ScRgbColor scrgbClrField;
152

153
        private CT_SRgbColor srgbClrField;
154

155
        private CT_HslColor hslClrField;
156

157
        private CT_SystemColor sysClrField;
158

159
        private CT_SchemeColor schemeClrField;
160

161
        private CT_PresetColor prstClrField;
162

163
        private CT_OfficeArtExtensionList extLstField;
164

165
        private ST_OnOffStyleType bField;
166

167
        private ST_OnOffStyleType iField;
168

169
        public CT_TableStyleTextStyle()
170
        {
171
            //this.extLstField = new CT_OfficeArtExtensionList();
172
            //this.prstClrField = new CT_PresetColor();
173
            //this.schemeClrField = new CT_SchemeColor();
174
            //this.sysClrField = new CT_SystemColor();
175
            //this.hslClrField = new CT_HslColor();
176
            //this.srgbClrField = new CT_SRgbColor();
177
            //this.scrgbClrField = new CT_ScRgbColor();
178
            //this.fontRefField = new CT_FontReference();
179
            //this.fontField = new CT_FontCollection();
180
            //this.bField = ST_OnOffStyleType.def;
181
            //this.iField = ST_OnOffStyleType.def;
182
        }
183

184
        [XmlElement(Order = 0)]
185
        public CT_FontCollection font
186
        {
187
            get
188
            {
189
                return this.fontField;
190
            }
191
            set
192
            {
193
                this.fontField = value;
194
            }
195
        }
196

197
        [XmlElement(Order = 1)]
198
        public CT_FontReference fontRef
199
        {
200
            get
201
            {
202
                return this.fontRefField;
203
            }
204
            set
205
            {
206
                this.fontRefField = value;
207
            }
208
        }
209

210
        [XmlElement(Order = 2)]
211
        public CT_ScRgbColor scrgbClr
212
        {
213
            get
214
            {
215
                return this.scrgbClrField;
216
            }
217
            set
218
            {
219
                this.scrgbClrField = value;
220
            }
221
        }
222

223
        [XmlElement(Order = 3)]
224
        public CT_SRgbColor srgbClr
225
        {
226
            get
227
            {
228
                return this.srgbClrField;
229
            }
230
            set
231
            {
232
                this.srgbClrField = value;
233
            }
234
        }
235

236
        [XmlElement(Order = 4)]
237
        public CT_HslColor hslClr
238
        {
239
            get
240
            {
241
                return this.hslClrField;
242
            }
243
            set
244
            {
245
                this.hslClrField = value;
246
            }
247
        }
248

249
        [XmlElement(Order = 5)]
250
        public CT_SystemColor sysClr
251
        {
252
            get
253
            {
254
                return this.sysClrField;
255
            }
256
            set
257
            {
258
                this.sysClrField = value;
259
            }
260
        }
261

262
        [XmlElement(Order = 6)]
263
        public CT_SchemeColor schemeClr
264
        {
265
            get
266
            {
267
                return this.schemeClrField;
268
            }
269
            set
270
            {
271
                this.schemeClrField = value;
272
            }
273
        }
274

275
        [XmlElement(Order = 7)]
276
        public CT_PresetColor prstClr
277
        {
278
            get
279
            {
280
                return this.prstClrField;
281
            }
282
            set
283
            {
284
                this.prstClrField = value;
285
            }
286
        }
287

288
        [XmlElement(Order = 8)]
289
        public CT_OfficeArtExtensionList extLst
290
        {
291
            get
292
            {
293
                return this.extLstField;
294
            }
295
            set
296
            {
297
                this.extLstField = value;
298
            }
299
        }
300

301
        [XmlAttribute]
302
        [DefaultValue(ST_OnOffStyleType.def)]
303
        public ST_OnOffStyleType b
304
        {
305
            get
306
            {
307
                return this.bField;
308
            }
309
            set
310
            {
311
                this.bField = value;
312
            }
313
        }
314

315
        [XmlAttribute]
316
        [DefaultValue(ST_OnOffStyleType.def)]
317
        public ST_OnOffStyleType i
318
        {
319
            get
320
            {
321
                return this.iField;
322
            }
323
            set
324
            {
325
                this.iField = value;
326
            }
327
        }
328
    }
329

330

331

332
    [Serializable]
333
    [DebuggerStepThrough]
334
    [System.ComponentModel.DesignerCategoryAttribute("code")]
335
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
336
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
337
    public partial class CT_TableCellBorderStyle
338
    {
339

340
        private CT_ThemeableLineStyle leftField;
341

342
        private CT_ThemeableLineStyle rightField;
343

344
        private CT_ThemeableLineStyle topField;
345

346
        private CT_ThemeableLineStyle bottomField;
347

348
        private CT_ThemeableLineStyle insideHField;
349

350
        private CT_ThemeableLineStyle insideVField;
351

352
        private CT_ThemeableLineStyle tl2brField;
353

354
        private CT_ThemeableLineStyle tr2blField;
355

356
        private CT_OfficeArtExtensionList extLstField;
357

358
        public CT_TableCellBorderStyle()
359
        {
360
            this.extLstField = new CT_OfficeArtExtensionList();
361
            this.tr2blField = new CT_ThemeableLineStyle();
362
            this.tl2brField = new CT_ThemeableLineStyle();
363
            this.insideVField = new CT_ThemeableLineStyle();
364
            this.insideHField = new CT_ThemeableLineStyle();
365
            this.bottomField = new CT_ThemeableLineStyle();
366
            this.topField = new CT_ThemeableLineStyle();
367
            this.rightField = new CT_ThemeableLineStyle();
368
            this.leftField = new CT_ThemeableLineStyle();
369
        }
370

371
        [XmlElement(Order = 0)]
372
        public CT_ThemeableLineStyle left
373
        {
374
            get
375
            {
376
                return this.leftField;
377
            }
378
            set
379
            {
380
                this.leftField = value;
381
            }
382
        }
383

384
        [XmlElement(Order = 1)]
385
        public CT_ThemeableLineStyle right
386
        {
387
            get
388
            {
389
                return this.rightField;
390
            }
391
            set
392
            {
393
                this.rightField = value;
394
            }
395
        }
396

397
        [XmlElement(Order = 2)]
398
        public CT_ThemeableLineStyle top
399
        {
400
            get
401
            {
402
                return this.topField;
403
            }
404
            set
405
            {
406
                this.topField = value;
407
            }
408
        }
409

410
        [XmlElement(Order = 3)]
411
        public CT_ThemeableLineStyle bottom
412
        {
413
            get
414
            {
415
                return this.bottomField;
416
            }
417
            set
418
            {
419
                this.bottomField = value;
420
            }
421
        }
422

423
        [XmlElement(Order = 4)]
424
        public CT_ThemeableLineStyle insideH
425
        {
426
            get
427
            {
428
                return this.insideHField;
429
            }
430
            set
431
            {
432
                this.insideHField = value;
433
            }
434
        }
435

436
        [XmlElement(Order = 5)]
437
        public CT_ThemeableLineStyle insideV
438
        {
439
            get
440
            {
441
                return this.insideVField;
442
            }
443
            set
444
            {
445
                this.insideVField = value;
446
            }
447
        }
448

449
        [XmlElement(Order = 6)]
450
        public CT_ThemeableLineStyle tl2br
451
        {
452
            get
453
            {
454
                return this.tl2brField;
455
            }
456
            set
457
            {
458
                this.tl2brField = value;
459
            }
460
        }
461

462
        [XmlElement(Order = 7)]
463
        public CT_ThemeableLineStyle tr2bl
464
        {
465
            get
466
            {
467
                return this.tr2blField;
468
            }
469
            set
470
            {
471
                this.tr2blField = value;
472
            }
473
        }
474

475
        [XmlElement(Order = 8)]
476
        public CT_OfficeArtExtensionList extLst
477
        {
478
            get
479
            {
480
                return this.extLstField;
481
            }
482
            set
483
            {
484
                this.extLstField = value;
485
            }
486
        }
487
    }
488

489

490
    [Serializable]
491
    [DebuggerStepThrough]
492
    [System.ComponentModel.DesignerCategoryAttribute("code")]
493
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
494
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
495
    public partial class CT_TableBackgroundStyle
496
    {
497

498
        private CT_FillProperties fillField;
499

500
        private CT_StyleMatrixReference fillRefField;
501

502
        private CT_EffectProperties effectField;
503

504
        private CT_StyleMatrixReference effectRefField;
505

506
        public CT_TableBackgroundStyle()
507
        {
508
            this.effectRefField = new CT_StyleMatrixReference();
509
            this.effectField = new CT_EffectProperties();
510
            this.fillRefField = new CT_StyleMatrixReference();
511
            this.fillField = new CT_FillProperties();
512
        }
513

514
        [XmlElement(Order = 0)]
515
        public CT_FillProperties fill
516
        {
517
            get
518
            {
519
                return this.fillField;
520
            }
521
            set
522
            {
523
                this.fillField = value;
524
            }
525
        }
526

527
        [XmlElement(Order = 1)]
528
        public CT_StyleMatrixReference fillRef
529
        {
530
            get
531
            {
532
                return this.fillRefField;
533
            }
534
            set
535
            {
536
                this.fillRefField = value;
537
            }
538
        }
539

540
        [XmlElement(Order = 2)]
541
        public CT_EffectProperties effect
542
        {
543
            get
544
            {
545
                return this.effectField;
546
            }
547
            set
548
            {
549
                this.effectField = value;
550
            }
551
        }
552

553
        [XmlElement(Order = 3)]
554
        public CT_StyleMatrixReference effectRef
555
        {
556
            get
557
            {
558
                return this.effectRefField;
559
            }
560
            set
561
            {
562
                this.effectRefField = value;
563
            }
564
        }
565
    }
566

567

568
    [Serializable]
569
    [DebuggerStepThrough]
570
    [System.ComponentModel.DesignerCategoryAttribute("code")]
571
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
572
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
573
    public partial class CT_TableStyleCellStyle
574
    {
575

576
        private CT_TableCellBorderStyle tcBdrField;
577

578
        private CT_FillProperties fillField;
579

580
        private CT_StyleMatrixReference fillRefField;
581

582
        private CT_Cell3D cell3DField;
583

584
        public CT_TableStyleCellStyle()
585
        {
586
            this.cell3DField = new CT_Cell3D();
587
            this.fillRefField = new CT_StyleMatrixReference();
588
            this.fillField = new CT_FillProperties();
589
            this.tcBdrField = new CT_TableCellBorderStyle();
590
        }
591

592
        [XmlElement(Order = 0)]
593
        public CT_TableCellBorderStyle tcBdr
594
        {
595
            get
596
            {
597
                return this.tcBdrField;
598
            }
599
            set
600
            {
601
                this.tcBdrField = value;
602
            }
603
        }
604

605
        [XmlElement(Order = 1)]
606
        public CT_FillProperties fill
607
        {
608
            get
609
            {
610
                return this.fillField;
611
            }
612
            set
613
            {
614
                this.fillField = value;
615
            }
616
        }
617

618
        [XmlElement(Order = 2)]
619
        public CT_StyleMatrixReference fillRef
620
        {
621
            get
622
            {
623
                return this.fillRefField;
624
            }
625
            set
626
            {
627
                this.fillRefField = value;
628
            }
629
        }
630

631
        [XmlElement(Order = 3)]
632
        public CT_Cell3D cell3D
633
        {
634
            get
635
            {
636
                return this.cell3DField;
637
            }
638
            set
639
            {
640
                this.cell3DField = value;
641
            }
642
        }
643
    }
644

645

646
    [Serializable]
647
    [DebuggerStepThrough]
648
    [System.ComponentModel.DesignerCategoryAttribute("code")]
649
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
650
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
651
    public partial class CT_TablePartStyle
652
    {
653

654
        private CT_TableStyleTextStyle tcTxStyleField;
655

656
        private CT_TableStyleCellStyle tcStyleField;
657

658
        public CT_TablePartStyle()
659
        {
660
            this.tcStyleField = new CT_TableStyleCellStyle();
661
            this.tcTxStyleField = new CT_TableStyleTextStyle();
662
        }
663

664
        [XmlElement(Order = 0)]
665
        public CT_TableStyleTextStyle tcTxStyle
666
        {
667
            get
668
            {
669
                return this.tcTxStyleField;
670
            }
671
            set
672
            {
673
                this.tcTxStyleField = value;
674
            }
675
        }
676

677
        [XmlElement(Order = 1)]
678
        public CT_TableStyleCellStyle tcStyle
679
        {
680
            get
681
            {
682
                return this.tcStyleField;
683
            }
684
            set
685
            {
686
                this.tcStyleField = value;
687
            }
688
        }
689
    }
690

691

692
    [Serializable]
693
    [DebuggerStepThrough]
694
    [System.ComponentModel.DesignerCategoryAttribute("code")]
695
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
696
    [XmlRoot(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = true)]
697
    public partial class CT_TableStyle
698
    {
699

700
        private CT_TableBackgroundStyle tblBgField;
701

702
        private CT_TablePartStyle wholeTblField;
703

704
        private CT_TablePartStyle band1HField;
705

706
        private CT_TablePartStyle band2HField;
707

708
        private CT_TablePartStyle band1VField;
709

710
        private CT_TablePartStyle band2VField;
711

712
        private CT_TablePartStyle lastColField;
713

714
        private CT_TablePartStyle firstColField;
715

716
        private CT_TablePartStyle lastRowField;
717

718
        private CT_TablePartStyle seCellField;
719

720
        private CT_TablePartStyle swCellField;
721

722
        private CT_TablePartStyle firstRowField;
723

724
        private CT_TablePartStyle neCellField;
725

726
        private CT_TablePartStyle nwCellField;
727

728
        private CT_OfficeArtExtensionList extLstField;
729

730
        private string styleIdField;
731

732
        private string styleNameField;
733

734
        public CT_TableStyle()
735
        {
736
            this.extLstField = new CT_OfficeArtExtensionList();
737
            this.nwCellField = new CT_TablePartStyle();
738
            this.neCellField = new CT_TablePartStyle();
739
            this.firstRowField = new CT_TablePartStyle();
740
            this.swCellField = new CT_TablePartStyle();
741
            this.seCellField = new CT_TablePartStyle();
742
            this.lastRowField = new CT_TablePartStyle();
743
            this.firstColField = new CT_TablePartStyle();
744
            this.lastColField = new CT_TablePartStyle();
745
            this.band2VField = new CT_TablePartStyle();
746
            this.band1VField = new CT_TablePartStyle();
747
            this.band2HField = new CT_TablePartStyle();
748
            this.band1HField = new CT_TablePartStyle();
749
            this.wholeTblField = new CT_TablePartStyle();
750
            this.tblBgField = new CT_TableBackgroundStyle();
751
        }
752

753
        [XmlElement(Order = 0)]
754
        public CT_TableBackgroundStyle tblBg
755
        {
756
            get
757
            {
758
                return this.tblBgField;
759
            }
760
            set
761
            {
762
                this.tblBgField = value;
763
            }
764
        }
765

766
        [XmlElement(Order = 1)]
767
        public CT_TablePartStyle wholeTbl
768
        {
769
            get
770
            {
771
                return this.wholeTblField;
772
            }
773
            set
774
            {
775
                this.wholeTblField = value;
776
            }
777
        }
778

779
        [XmlElement(Order = 2)]
780
        public CT_TablePartStyle band1H
781
        {
782
            get
783
            {
784
                return this.band1HField;
785
            }
786
            set
787
            {
788
                this.band1HField = value;
789
            }
790
        }
791

792
        [XmlElement(Order = 3)]
793
        public CT_TablePartStyle band2H
794
        {
795
            get
796
            {
797
                return this.band2HField;
798
            }
799
            set
800
            {
801
                this.band2HField = value;
802
            }
803
        }
804

805
        [XmlElement(Order = 4)]
806
        public CT_TablePartStyle band1V
807
        {
808
            get
809
            {
810
                return this.band1VField;
811
            }
812
            set
813
            {
814
                this.band1VField = value;
815
            }
816
        }
817

818
        [XmlElement(Order = 5)]
819
        public CT_TablePartStyle band2V
820
        {
821
            get
822
            {
823
                return this.band2VField;
824
            }
825
            set
826
            {
827
                this.band2VField = value;
828
            }
829
        }
830

831
        [XmlElement(Order = 6)]
832
        public CT_TablePartStyle lastCol
833
        {
834
            get
835
            {
836
                return this.lastColField;
837
            }
838
            set
839
            {
840
                this.lastColField = value;
841
            }
842
        }
843

844
        [XmlElement(Order = 7)]
845
        public CT_TablePartStyle firstCol
846
        {
847
            get
848
            {
849
                return this.firstColField;
850
            }
851
            set
852
            {
853
                this.firstColField = value;
854
            }
855
        }
856

857
        [XmlElement(Order = 8)]
858
        public CT_TablePartStyle lastRow
859
        {
860
            get
861
            {
862
                return this.lastRowField;
863
            }
864
            set
865
            {
866
                this.lastRowField = value;
867
            }
868
        }
869

870
        [XmlElement(Order = 9)]
871
        public CT_TablePartStyle seCell
872
        {
873
            get
874
            {
875
                return this.seCellField;
876
            }
877
            set
878
            {
879
                this.seCellField = value;
880
            }
881
        }
882

883
        [XmlElement(Order = 10)]
884
        public CT_TablePartStyle swCell
885
        {
886
            get
887
            {
888
                return this.swCellField;
889
            }
890
            set
891
            {
892
                this.swCellField = value;
893
            }
894
        }
895

896
        [XmlElement(Order = 11)]
897
        public CT_TablePartStyle firstRow
898
        {
899
            get
900
            {
901
                return this.firstRowField;
902
            }
903
            set
904
            {
905
                this.firstRowField = value;
906
            }
907
        }
908

909
        [XmlElement(Order = 12)]
910
        public CT_TablePartStyle neCell
911
        {
912
            get
913
            {
914
                return this.neCellField;
915
            }
916
            set
917
            {
918
                this.neCellField = value;
919
            }
920
        }
921

922
        [XmlElement(Order = 13)]
923
        public CT_TablePartStyle nwCell
924
        {
925
            get
926
            {
927
                return this.nwCellField;
928
            }
929
            set
930
            {
931
                this.nwCellField = value;
932
            }
933
        }
934

935
        [XmlElement(Order = 14)]
936
        public CT_OfficeArtExtensionList extLst
937
        {
938
            get
939
            {
940
                return this.extLstField;
941
            }
942
            set
943
            {
944
                this.extLstField = value;
945
            }
946
        }
947

948
        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "token")]
949
        public string styleId
950
        {
951
            get
952
            {
953
                return this.styleIdField;
954
            }
955
            set
956
            {
957
                this.styleIdField = value;
958
            }
959
        }
960

961
        [XmlAttribute]
962
        public string styleName
963
        {
964
            get
965
            {
966
                return this.styleNameField;
967
            }
968
            set
969
            {
970
                this.styleNameField = value;
971
            }
972
        }
973
    }
974

975

976
    [Serializable]
977
    [DebuggerStepThrough]
978
    [System.ComponentModel.DesignerCategoryAttribute("code")]
979
    [XmlType(Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main")]
980
    [XmlRoot("tblStyleLst", Namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", IsNullable = false)]
981
    public partial class CT_TableStyleList
982
    {
983

984
        private List<CT_TableStyle> tblStyleField;
985

986
        private string defField;
987

988
        public CT_TableStyleList()
989
        {
990
            this.tblStyleField = new List<CT_TableStyle>();
991
        }
992

993
        [XmlElement("tblStyle", Order = 0)]
994
        public List<CT_TableStyle> tblStyle
995
        {
996
            get
997
            {
998
                return this.tblStyleField;
999
            }
1000
            set
1001
            {
1002
                this.tblStyleField = value;
1003
            }
1004
        }
1005

1006
        [System.Xml.Serialization.XmlAttributeAttribute(DataType = "token")]
1007
        public string def
1008
        {
1009
            get
1010
            {
1011
                return this.defField;
1012
            }
1013
            set
1014
            {
1015
                this.defField = value;
1016
            }
1017
        }
1018
    }
1019
}
1020

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

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

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

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