ooxmlsdk 0.4.1

Open XML SDK for Rust
Documentation
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
//
// -----------------------------------------------------------------------------
//  THIS FILE WAS @generated AUTOMATICALLY. DO NOT MODIFY THIS FILE MANUALLY.
// -----------------------------------------------------------------------------
//

#[derive(Clone, Debug, Default, ooxmlsdk_derive::SdkEnum)]
pub enum ClipboardFormatValues {
  #[sdk(rename = "PictOld")]
  #[default]
  PictureOld,
  #[sdk(rename = "Pict")]
  Picture,
  #[sdk(rename = "Bitmap")]
  Bitmap,
  #[sdk(rename = "PictPrint")]
  PicturePrint,
  #[sdk(rename = "PictScreen")]
  PictureScreen,
}
#[derive(Clone, Debug, Default, ooxmlsdk_derive::SdkEnum)]
pub enum ObjectValues {
  #[sdk(rename = "Button")]
  #[default]
  Button,
  #[sdk(rename = "Checkbox")]
  Checkbox,
  #[sdk(rename = "Dialog")]
  Dialog,
  #[sdk(rename = "Drop")]
  Drop,
  #[sdk(rename = "Edit")]
  Edit,
  #[sdk(rename = "GBox")]
  GroupBox,
  #[sdk(rename = "Label")]
  Label,
  #[sdk(rename = "LineA")]
  AuditingLine,
  #[sdk(rename = "List")]
  List,
  #[sdk(rename = "Movie")]
  Movie,
  #[sdk(rename = "Note")]
  Note,
  #[sdk(rename = "Pict")]
  Picture,
  #[sdk(rename = "Radio")]
  Radio,
  #[sdk(rename = "RectA")]
  AuditingRectangle,
  #[sdk(rename = "Scroll")]
  Scroll,
  #[sdk(rename = "Spin")]
  Spin,
  #[sdk(rename = "Shape")]
  Shape,
  #[sdk(rename = "Group")]
  Group,
  #[sdk(rename = "Rect")]
  Rectangle,
}
#[derive(Clone, Debug, Default, ooxmlsdk_derive::SdkEnum)]
pub enum BooleanEntryWithBlankValues {
  #[sdk(rename = "True")]
  #[default]
  True,
  #[sdk(rename = "t")]
  T,
  #[sdk(rename = "False")]
  False,
  #[sdk(rename = "f")]
  F,
  Empty,
}
/// Attached Object Data.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:ClientData.
#[derive(Clone, Debug, Default, ooxmlsdk_derive::SdkType)]
#[sdk(qname = "xvml:CT_ClientData/xvml:ClientData")]
pub struct ClientData {
  /// Object type
  ///
  /// Available in Office2007 and above.
  ///
  /// Represents the following attribute in the schema: :ObjectType
  #[sdk(attr(qname = ":ObjectType"))]
  pub object_type: ObjectValues,
  #[sdk(choice(
    qname = "xvml:ST_TrueFalseBlank/xvml:MoveWithCells",
    qname = "xvml:ST_TrueFalseBlank/xvml:SizeWithCells",
    qname = "xsd:string/xvml:Anchor",
    qname = "xvml:ST_TrueFalseBlank/xvml:Locked",
    qname = "xvml:ST_TrueFalseBlank/xvml:DefaultSize",
    qname = "xvml:ST_TrueFalseBlank/xvml:PrintObject",
    qname = "xvml:ST_TrueFalseBlank/xvml:Disabled",
    qname = "xvml:ST_TrueFalseBlank/xvml:AutoFill",
    qname = "xvml:ST_TrueFalseBlank/xvml:AutoLine",
    qname = "xvml:ST_TrueFalseBlank/xvml:AutoPict",
    qname = "xvml:ST_Macro/xvml:FmlaMacro",
    qname = "xsd:string/xvml:TextHAlign",
    qname = "xsd:string/xvml:TextVAlign",
    qname = "xvml:ST_TrueFalseBlank/xvml:LockText",
    qname = "xvml:ST_TrueFalseBlank/xvml:JustLastX",
    qname = "xvml:ST_TrueFalseBlank/xvml:SecretEdit",
    qname = "xvml:ST_TrueFalseBlank/xvml:Default",
    qname = "xvml:ST_TrueFalseBlank/xvml:Help",
    qname = "xvml:ST_TrueFalseBlank/xvml:Cancel",
    qname = "xvml:ST_TrueFalseBlank/xvml:Dismiss",
    qname = "xsd:unsignedByte/xvml:Accel",
    qname = "xsd:unsignedByte/xvml:Accel2",
    qname = "xsd:integer/xvml:Row",
    qname = "xsd:integer/xvml:Column",
    qname = "xvml:ST_TrueFalseBlank/xvml:Visible",
    qname = "xvml:ST_TrueFalseBlank/xvml:RowHidden",
    qname = "xvml:ST_TrueFalseBlank/xvml:ColHidden",
    qname = "xsd:integer/xvml:VTEdit",
    qname = "xvml:ST_TrueFalseBlank/xvml:MultiLine",
    qname = "xvml:ST_TrueFalseBlank/xvml:VScroll",
    qname = "xvml:ST_TrueFalseBlank/xvml:ValidIds",
    qname = "xsd:string/xvml:FmlaRange",
    qname = "xsd:integer/xvml:WidthMin",
    qname = "xsd:integer/xvml:Sel",
    qname = "xvml:ST_TrueFalseBlank/xvml:NoThreeD2",
    qname = "xsd:string/xvml:SelType",
    qname = "xsd:string/xvml:MultiSel",
    qname = "xsd:string/xvml:LCT",
    qname = "xsd:string/xvml:ListItem",
    qname = "xsd:string/xvml:DropStyle",
    qname = "xvml:ST_TrueFalseBlank/xvml:Colored",
    qname = "xsd:integer/xvml:DropLines",
    qname = "xsd:integer/xvml:Checked",
    qname = "xsd:string/xvml:FmlaLink",
    qname = "xsd:string/xvml:FmlaPict",
    qname = "xvml:ST_TrueFalseBlank/xvml:NoThreeD",
    qname = "xvml:ST_TrueFalseBlank/xvml:FirstButton",
    qname = "xsd:string/xvml:FmlaGroup",
    qname = "xsd:integer/xvml:Val",
    qname = "xsd:integer/xvml:Min",
    qname = "xsd:integer/xvml:Max",
    qname = "xsd:integer/xvml:Inc",
    qname = "xsd:integer/xvml:Page",
    qname = "xvml:ST_TrueFalseBlank/xvml:Horiz",
    qname = "xsd:integer/xvml:Dx",
    qname = "xvml:ST_TrueFalseBlank/xvml:MapOCX",
    qname = "xvml:ST_CF/xvml:CF",
    qname = "xvml:ST_TrueFalseBlank/xvml:Camera",
    qname = "xvml:ST_TrueFalseBlank/xvml:RecalcAlways",
    qname = "xvml:ST_TrueFalseBlank/xvml:AutoScale",
    qname = "xvml:ST_TrueFalseBlank/xvml:DDE",
    qname = "xvml:ST_TrueFalseBlank/xvml:UIObj",
    qname = "xsd:string/xvml:ScriptText",
    qname = "xsd:string/xvml:ScriptExtended",
    qname = "xsd:nonNegativeInteger/xvml:ScriptLanguage",
    qname = "xsd:nonNegativeInteger/xvml:ScriptLocation",
    qname = "xsd:string/xvml:FmlaTxbx"
  ))]
  pub xml_children: Vec<ClientDataChoice>,
}
/// Move with Cells.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:MoveWithCells.
pub type MoveWithCells = BooleanEntryWithBlankValues;
/// Resize with Cells.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:SizeWithCells.
pub type ResizeWithCells = BooleanEntryWithBlankValues;
/// Lock Toggle.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Locked.
pub type Locked = BooleanEntryWithBlankValues;
/// Default Size Toggle.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:DefaultSize.
pub type DefaultSize = BooleanEntryWithBlankValues;
/// Print Toggle.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:PrintObject.
pub type PrintObject = BooleanEntryWithBlankValues;
/// Macro Disable Toggle.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Disabled.
pub type Disabled = BooleanEntryWithBlankValues;
/// AutoFill.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:AutoFill.
pub type AutoFill = BooleanEntryWithBlankValues;
/// AutoLine.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:AutoLine.
pub type AutoLine = BooleanEntryWithBlankValues;
/// Automatically Size.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:AutoPict.
pub type AutoSizePicture = BooleanEntryWithBlankValues;
/// Text Lock.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:LockText.
pub type LockText = BooleanEntryWithBlankValues;
/// East Asia Alignment Toggle.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:JustLastX.
pub type JustifyLastLine = BooleanEntryWithBlankValues;
/// Password Edit.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:SecretEdit.
pub type SecretEdit = BooleanEntryWithBlankValues;
/// Default Button.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Default.
pub type DefaultButton = BooleanEntryWithBlankValues;
/// Help Button.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Help.
pub type HelpButton = BooleanEntryWithBlankValues;
/// Cancel Button.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Cancel.
pub type CancelButton = BooleanEntryWithBlankValues;
/// Dismiss Button.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Dismiss.
pub type DismissButton = BooleanEntryWithBlankValues;
/// Comment Visibility Toggle.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Visible.
pub type Visible = BooleanEntryWithBlankValues;
/// Comment's Row is Hidden.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:RowHidden.
pub type RowHidden = BooleanEntryWithBlankValues;
/// Comment's Column is Hidden.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:ColHidden.
pub type ColumnHidden = BooleanEntryWithBlankValues;
/// Multi-line.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:MultiLine.
pub type MultiLine = BooleanEntryWithBlankValues;
/// Vertical Scroll.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:VScroll.
pub type VerticalScrollBar = BooleanEntryWithBlankValues;
/// Valid ID.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:ValidIds.
pub type ValidIds = BooleanEntryWithBlankValues;
/// Disable 3D.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:NoThreeD2.
pub type Disable3DForListBoxAndDropDown = BooleanEntryWithBlankValues;
/// Dropdown Color Toggle.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Colored.
pub type Colored = BooleanEntryWithBlankValues;
/// Disable 3D.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:NoThreeD.
pub type Disable3D = BooleanEntryWithBlankValues;
/// First Radio Button.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:FirstButton.
pub type FirstButton = BooleanEntryWithBlankValues;
/// Scroll Bar Orientation.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Horiz.
pub type HorizontalScrollBar = BooleanEntryWithBlankValues;
/// ActiveX Control.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:MapOCX.
pub type MapOcxControl = BooleanEntryWithBlankValues;
/// Camera Tool.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Camera.
pub type CameraObject = BooleanEntryWithBlankValues;
/// Recalculation Toggle.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:RecalcAlways.
pub type RecalculateAlways = BooleanEntryWithBlankValues;
/// Font AutoScale.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:AutoScale.
pub type AutoScaleFont = BooleanEntryWithBlankValues;
/// Dynamic Data Exchange.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:DDE.
pub type DdeObject = BooleanEntryWithBlankValues;
/// UI Object Toggle.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:UIObj.
pub type UiObject = BooleanEntryWithBlankValues;
/// Anchor.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Anchor.
pub type Anchor = crate::simple_type::StringValue;
/// Horizontal Text Alignment.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:TextHAlign.
pub type HorizontalTextAlignment = crate::simple_type::StringValue;
/// Vertical Text Alignment.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:TextVAlign.
pub type VerticalTextAlignment = crate::simple_type::StringValue;
/// List Items Source Range.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:FmlaRange.
pub type FormulaRange = crate::simple_type::StringValue;
/// Selection Type.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:SelType.
pub type SelectionType = crate::simple_type::StringValue;
/// Multiple Selections.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:MultiSel.
pub type MultiSelections = crate::simple_type::StringValue;
/// Callback Type.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:LCT.
pub type ListBoxCallbackType = crate::simple_type::StringValue;
/// Non-linked List Item.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:ListItem.
pub type ListItem = crate::simple_type::StringValue;
/// Dropdown Style.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:DropStyle.
pub type DropStyle = crate::simple_type::StringValue;
/// Linked Formula.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:FmlaLink.
pub type FormulaLink = crate::simple_type::StringValue;
/// Camera Source Range.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:FmlaPict.
pub type FormulaPicture = crate::simple_type::StringValue;
/// Linked Formula - Group Box.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:FmlaGroup.
pub type FormulaGroup = crate::simple_type::StringValue;
/// HTML Script Text.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:ScriptText.
pub type ScriptText = crate::simple_type::StringValue;
/// HTML Script Attributes.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:ScriptExtended.
pub type ScriptExtended = crate::simple_type::StringValue;
/// Text Formula.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:FmlaTxbx.
pub type FormulaTextBox = crate::simple_type::StringValue;
/// Reference to Custom Function.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:FmlaMacro.
pub type FormulaMacro = crate::simple_type::StringValue;
/// Primary Keyboard Accelerator.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Accel.
pub type AcceleratorPrimary = crate::simple_type::ByteValue;
/// Secondary Keyboard Accelerator.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Accel2.
pub type AcceleratorSecondary = crate::simple_type::ByteValue;
/// Comment Row Target.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Row.
pub type CommentRowTarget = crate::simple_type::IntegerValue;
/// Comment Column Target.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Column.
pub type CommentColumnTarget = crate::simple_type::IntegerValue;
/// Validation Type.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:VTEdit.
pub type InputValidationType = crate::simple_type::IntegerValue;
/// Minimum Width.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:WidthMin.
pub type MinDropDownWidth = crate::simple_type::IntegerValue;
/// Selected Entry.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Sel.
pub type SelectionEntry = crate::simple_type::IntegerValue;
/// Dropdown Maximum Lines.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:DropLines.
pub type DropLines = crate::simple_type::IntegerValue;
/// Checked.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Checked.
pub type Checked = crate::simple_type::IntegerValue;
/// Scroll bar position.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Val.
pub type ScrollBarPosition = crate::simple_type::IntegerValue;
/// Scroll Bar Minimum.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Min.
pub type ScrollBarMin = crate::simple_type::IntegerValue;
/// Scroll Bar Maximum.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Max.
pub type ScrollBarMax = crate::simple_type::IntegerValue;
/// Scroll Bar Increment.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Inc.
pub type ScrollBarIncrement = crate::simple_type::IntegerValue;
/// Scroll Bar Page Increment.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Page.
pub type ScrollBarPageIncrement = crate::simple_type::IntegerValue;
/// Scroll Bar Width.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:Dx.
pub type ScrollBarWidth = crate::simple_type::IntegerValue;
/// Clipboard Format.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:CF.
pub type ClipboardFormat = ClipboardFormatValues;
/// HTML Script Language.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:ScriptLanguage.
pub type ScriptLanguage = crate::simple_type::IntegerValue;
/// HTML Script Location.
///
/// Available in Office2007 and above.
///
/// When the object is serialized out as xml, it's qualified name is xvml:ScriptLocation.
pub type ScriptLocation = crate::simple_type::IntegerValue;
#[derive(Clone, Debug, ooxmlsdk_derive::SdkChoice)]
pub enum ClientDataChoice {
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:MoveWithCells"))]
  XvmlMoveWithCells(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:SizeWithCells"))]
  XvmlSizeWithCells(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xsd:string/xvml:Anchor"))]
  XvmlAnchor(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:Locked"))]
  XvmlLocked(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:DefaultSize"))]
  XvmlDefaultSize(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:PrintObject"))]
  XvmlPrintObject(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:Disabled"))]
  XvmlDisabled(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:AutoFill"))]
  XvmlAutoFill(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:AutoLine"))]
  XvmlAutoLine(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:AutoPict"))]
  XvmlAutoPict(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_Macro/xvml:FmlaMacro"))]
  XvmlFmlaMacro(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xsd:string/xvml:TextHAlign"))]
  XvmlTextHAlign(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xsd:string/xvml:TextVAlign"))]
  XvmlTextVAlign(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:LockText"))]
  XvmlLockText(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:JustLastX"))]
  XvmlJustLastX(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:SecretEdit"))]
  XvmlSecretEdit(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:Default"))]
  XvmlDefault(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:Help"))]
  XvmlHelp(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:Cancel"))]
  XvmlCancel(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:Dismiss"))]
  XvmlDismiss(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xsd:unsignedByte/xvml:Accel"))]
  XvmlAccel(crate::simple_type::ByteValue),
  #[sdk(text_child(qname = "xsd:unsignedByte/xvml:Accel2"))]
  XvmlAccel2(crate::simple_type::ByteValue),
  #[sdk(text_child(qname = "xsd:integer/xvml:Row"))]
  XvmlRow(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xsd:integer/xvml:Column"))]
  XvmlColumn(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:Visible"))]
  XvmlVisible(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:RowHidden"))]
  XvmlRowHidden(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:ColHidden"))]
  XvmlColHidden(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xsd:integer/xvml:VTEdit"))]
  XvmlVtEdit(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:MultiLine"))]
  XvmlMultiLine(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:VScroll"))]
  XvmlVScroll(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:ValidIds"))]
  XvmlValidIds(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xsd:string/xvml:FmlaRange"))]
  XvmlFmlaRange(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xsd:integer/xvml:WidthMin"))]
  XvmlWidthMin(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xsd:integer/xvml:Sel"))]
  XvmlSel(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:NoThreeD2"))]
  XvmlNoThreeD2(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xsd:string/xvml:SelType"))]
  XvmlSelType(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xsd:string/xvml:MultiSel"))]
  XvmlMultiSel(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xsd:string/xvml:LCT"))]
  XvmlLct(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xsd:string/xvml:ListItem"))]
  XvmlListItem(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xsd:string/xvml:DropStyle"))]
  XvmlDropStyle(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:Colored"))]
  XvmlColored(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xsd:integer/xvml:DropLines"))]
  XvmlDropLines(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xsd:integer/xvml:Checked"))]
  XvmlChecked(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xsd:string/xvml:FmlaLink"))]
  XvmlFmlaLink(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xsd:string/xvml:FmlaPict"))]
  XvmlFmlaPict(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:NoThreeD"))]
  XvmlNoThreeD(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:FirstButton"))]
  XvmlFirstButton(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xsd:string/xvml:FmlaGroup"))]
  XvmlFmlaGroup(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xsd:integer/xvml:Val"))]
  XvmlVal(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xsd:integer/xvml:Min"))]
  XvmlMin(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xsd:integer/xvml:Max"))]
  XvmlMax(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xsd:integer/xvml:Inc"))]
  XvmlInc(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xsd:integer/xvml:Page"))]
  XvmlPage(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:Horiz"))]
  XvmlHoriz(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xsd:integer/xvml:Dx"))]
  XvmlDx(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:MapOCX"))]
  XvmlMapOcx(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_CF/xvml:CF"))]
  XvmlCf(ClipboardFormatValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:Camera"))]
  XvmlCamera(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:RecalcAlways"))]
  XvmlRecalcAlways(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:AutoScale"))]
  XvmlAutoScale(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:DDE"))]
  XvmlDde(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xvml:ST_TrueFalseBlank/xvml:UIObj"))]
  XvmlUiObj(BooleanEntryWithBlankValues),
  #[sdk(text_child(qname = "xsd:string/xvml:ScriptText"))]
  XvmlScriptText(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xsd:string/xvml:ScriptExtended"))]
  XvmlScriptExtended(crate::simple_type::StringValue),
  #[sdk(text_child(qname = "xsd:nonNegativeInteger/xvml:ScriptLanguage"))]
  XvmlScriptLanguage(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xsd:nonNegativeInteger/xvml:ScriptLocation"))]
  XvmlScriptLocation(crate::simple_type::IntegerValue),
  #[sdk(text_child(qname = "xsd:string/xvml:FmlaTxbx"))]
  XvmlFmlaTxbx(crate::simple_type::StringValue),
}