1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use objc2::__framework_prelude::*;
use objc2_foundation::*;

use crate::*;

extern_methods!(
    /// DOMCSS2Properties
    #[cfg(all(
        feature = "DOMCSSStyleDeclaration",
        feature = "DOMObject",
        feature = "WebScriptObject"
    ))]
    unsafe impl DOMCSSStyleDeclaration {
        #[method_id(@__retain_semantics Other azimuth)]
        pub unsafe fn azimuth(&self) -> Option<Retained<NSString>>;

        #[method(setAzimuth:)]
        pub unsafe fn setAzimuth(&self, azimuth: Option<&NSString>);

        #[method_id(@__retain_semantics Other background)]
        pub unsafe fn background(&self) -> Option<Retained<NSString>>;

        #[method(setBackground:)]
        pub unsafe fn setBackground(&self, background: Option<&NSString>);

        #[method_id(@__retain_semantics Other backgroundAttachment)]
        pub unsafe fn backgroundAttachment(&self) -> Option<Retained<NSString>>;

        #[method(setBackgroundAttachment:)]
        pub unsafe fn setBackgroundAttachment(&self, background_attachment: Option<&NSString>);

        #[method_id(@__retain_semantics Other backgroundColor)]
        pub unsafe fn backgroundColor(&self) -> Option<Retained<NSString>>;

        #[method(setBackgroundColor:)]
        pub unsafe fn setBackgroundColor(&self, background_color: Option<&NSString>);

        #[method_id(@__retain_semantics Other backgroundImage)]
        pub unsafe fn backgroundImage(&self) -> Option<Retained<NSString>>;

        #[method(setBackgroundImage:)]
        pub unsafe fn setBackgroundImage(&self, background_image: Option<&NSString>);

        #[method_id(@__retain_semantics Other backgroundPosition)]
        pub unsafe fn backgroundPosition(&self) -> Option<Retained<NSString>>;

        #[method(setBackgroundPosition:)]
        pub unsafe fn setBackgroundPosition(&self, background_position: Option<&NSString>);

        #[method_id(@__retain_semantics Other backgroundRepeat)]
        pub unsafe fn backgroundRepeat(&self) -> Option<Retained<NSString>>;

        #[method(setBackgroundRepeat:)]
        pub unsafe fn setBackgroundRepeat(&self, background_repeat: Option<&NSString>);

        #[method_id(@__retain_semantics Other border)]
        pub unsafe fn border(&self) -> Option<Retained<NSString>>;

        #[method(setBorder:)]
        pub unsafe fn setBorder(&self, border: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderCollapse)]
        pub unsafe fn borderCollapse(&self) -> Option<Retained<NSString>>;

        #[method(setBorderCollapse:)]
        pub unsafe fn setBorderCollapse(&self, border_collapse: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderColor)]
        pub unsafe fn borderColor(&self) -> Option<Retained<NSString>>;

        #[method(setBorderColor:)]
        pub unsafe fn setBorderColor(&self, border_color: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderSpacing)]
        pub unsafe fn borderSpacing(&self) -> Option<Retained<NSString>>;

        #[method(setBorderSpacing:)]
        pub unsafe fn setBorderSpacing(&self, border_spacing: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderStyle)]
        pub unsafe fn borderStyle(&self) -> Option<Retained<NSString>>;

        #[method(setBorderStyle:)]
        pub unsafe fn setBorderStyle(&self, border_style: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderTop)]
        pub unsafe fn borderTop(&self) -> Option<Retained<NSString>>;

        #[method(setBorderTop:)]
        pub unsafe fn setBorderTop(&self, border_top: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderRight)]
        pub unsafe fn borderRight(&self) -> Option<Retained<NSString>>;

        #[method(setBorderRight:)]
        pub unsafe fn setBorderRight(&self, border_right: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderBottom)]
        pub unsafe fn borderBottom(&self) -> Option<Retained<NSString>>;

        #[method(setBorderBottom:)]
        pub unsafe fn setBorderBottom(&self, border_bottom: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderLeft)]
        pub unsafe fn borderLeft(&self) -> Option<Retained<NSString>>;

        #[method(setBorderLeft:)]
        pub unsafe fn setBorderLeft(&self, border_left: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderTopColor)]
        pub unsafe fn borderTopColor(&self) -> Option<Retained<NSString>>;

        #[method(setBorderTopColor:)]
        pub unsafe fn setBorderTopColor(&self, border_top_color: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderRightColor)]
        pub unsafe fn borderRightColor(&self) -> Option<Retained<NSString>>;

        #[method(setBorderRightColor:)]
        pub unsafe fn setBorderRightColor(&self, border_right_color: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderBottomColor)]
        pub unsafe fn borderBottomColor(&self) -> Option<Retained<NSString>>;

        #[method(setBorderBottomColor:)]
        pub unsafe fn setBorderBottomColor(&self, border_bottom_color: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderLeftColor)]
        pub unsafe fn borderLeftColor(&self) -> Option<Retained<NSString>>;

        #[method(setBorderLeftColor:)]
        pub unsafe fn setBorderLeftColor(&self, border_left_color: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderTopStyle)]
        pub unsafe fn borderTopStyle(&self) -> Option<Retained<NSString>>;

        #[method(setBorderTopStyle:)]
        pub unsafe fn setBorderTopStyle(&self, border_top_style: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderRightStyle)]
        pub unsafe fn borderRightStyle(&self) -> Option<Retained<NSString>>;

        #[method(setBorderRightStyle:)]
        pub unsafe fn setBorderRightStyle(&self, border_right_style: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderBottomStyle)]
        pub unsafe fn borderBottomStyle(&self) -> Option<Retained<NSString>>;

        #[method(setBorderBottomStyle:)]
        pub unsafe fn setBorderBottomStyle(&self, border_bottom_style: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderLeftStyle)]
        pub unsafe fn borderLeftStyle(&self) -> Option<Retained<NSString>>;

        #[method(setBorderLeftStyle:)]
        pub unsafe fn setBorderLeftStyle(&self, border_left_style: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderTopWidth)]
        pub unsafe fn borderTopWidth(&self) -> Option<Retained<NSString>>;

        #[method(setBorderTopWidth:)]
        pub unsafe fn setBorderTopWidth(&self, border_top_width: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderRightWidth)]
        pub unsafe fn borderRightWidth(&self) -> Option<Retained<NSString>>;

        #[method(setBorderRightWidth:)]
        pub unsafe fn setBorderRightWidth(&self, border_right_width: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderBottomWidth)]
        pub unsafe fn borderBottomWidth(&self) -> Option<Retained<NSString>>;

        #[method(setBorderBottomWidth:)]
        pub unsafe fn setBorderBottomWidth(&self, border_bottom_width: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderLeftWidth)]
        pub unsafe fn borderLeftWidth(&self) -> Option<Retained<NSString>>;

        #[method(setBorderLeftWidth:)]
        pub unsafe fn setBorderLeftWidth(&self, border_left_width: Option<&NSString>);

        #[method_id(@__retain_semantics Other borderWidth)]
        pub unsafe fn borderWidth(&self) -> Option<Retained<NSString>>;

        #[method(setBorderWidth:)]
        pub unsafe fn setBorderWidth(&self, border_width: Option<&NSString>);

        #[method_id(@__retain_semantics Other bottom)]
        pub unsafe fn bottom(&self) -> Option<Retained<NSString>>;

        #[method(setBottom:)]
        pub unsafe fn setBottom(&self, bottom: Option<&NSString>);

        #[method_id(@__retain_semantics Other captionSide)]
        pub unsafe fn captionSide(&self) -> Option<Retained<NSString>>;

        #[method(setCaptionSide:)]
        pub unsafe fn setCaptionSide(&self, caption_side: Option<&NSString>);

        #[method_id(@__retain_semantics Other clear)]
        pub unsafe fn clear(&self) -> Option<Retained<NSString>>;

        #[method(setClear:)]
        pub unsafe fn setClear(&self, clear: Option<&NSString>);

        #[method_id(@__retain_semantics Other clip)]
        pub unsafe fn clip(&self) -> Option<Retained<NSString>>;

        #[method(setClip:)]
        pub unsafe fn setClip(&self, clip: Option<&NSString>);

        #[method_id(@__retain_semantics Other color)]
        pub unsafe fn color(&self) -> Option<Retained<NSString>>;

        #[method(setColor:)]
        pub unsafe fn setColor(&self, color: Option<&NSString>);

        #[method_id(@__retain_semantics Other content)]
        pub unsafe fn content(&self) -> Option<Retained<NSString>>;

        #[method(setContent:)]
        pub unsafe fn setContent(&self, content: Option<&NSString>);

        #[method_id(@__retain_semantics Other counterIncrement)]
        pub unsafe fn counterIncrement(&self) -> Option<Retained<NSString>>;

        #[method(setCounterIncrement:)]
        pub unsafe fn setCounterIncrement(&self, counter_increment: Option<&NSString>);

        #[method_id(@__retain_semantics Other counterReset)]
        pub unsafe fn counterReset(&self) -> Option<Retained<NSString>>;

        #[method(setCounterReset:)]
        pub unsafe fn setCounterReset(&self, counter_reset: Option<&NSString>);

        #[method_id(@__retain_semantics Other cue)]
        pub unsafe fn cue(&self) -> Option<Retained<NSString>>;

        #[method(setCue:)]
        pub unsafe fn setCue(&self, cue: Option<&NSString>);

        #[method_id(@__retain_semantics Other cueAfter)]
        pub unsafe fn cueAfter(&self) -> Option<Retained<NSString>>;

        #[method(setCueAfter:)]
        pub unsafe fn setCueAfter(&self, cue_after: Option<&NSString>);

        #[method_id(@__retain_semantics Other cueBefore)]
        pub unsafe fn cueBefore(&self) -> Option<Retained<NSString>>;

        #[method(setCueBefore:)]
        pub unsafe fn setCueBefore(&self, cue_before: Option<&NSString>);

        #[method_id(@__retain_semantics Other cursor)]
        pub unsafe fn cursor(&self) -> Option<Retained<NSString>>;

        #[method(setCursor:)]
        pub unsafe fn setCursor(&self, cursor: Option<&NSString>);

        #[method_id(@__retain_semantics Other direction)]
        pub unsafe fn direction(&self) -> Option<Retained<NSString>>;

        #[method(setDirection:)]
        pub unsafe fn setDirection(&self, direction: Option<&NSString>);

        #[method_id(@__retain_semantics Other display)]
        pub unsafe fn display(&self) -> Option<Retained<NSString>>;

        #[method(setDisplay:)]
        pub unsafe fn setDisplay(&self, display: Option<&NSString>);

        #[method_id(@__retain_semantics Other elevation)]
        pub unsafe fn elevation(&self) -> Option<Retained<NSString>>;

        #[method(setElevation:)]
        pub unsafe fn setElevation(&self, elevation: Option<&NSString>);

        #[method_id(@__retain_semantics Other emptyCells)]
        pub unsafe fn emptyCells(&self) -> Option<Retained<NSString>>;

        #[method(setEmptyCells:)]
        pub unsafe fn setEmptyCells(&self, empty_cells: Option<&NSString>);

        #[method_id(@__retain_semantics Other cssFloat)]
        pub unsafe fn cssFloat(&self) -> Option<Retained<NSString>>;

        #[method(setCssFloat:)]
        pub unsafe fn setCssFloat(&self, css_float: Option<&NSString>);

        #[method_id(@__retain_semantics Other font)]
        pub unsafe fn font(&self) -> Option<Retained<NSString>>;

        #[method(setFont:)]
        pub unsafe fn setFont(&self, font: Option<&NSString>);

        #[method_id(@__retain_semantics Other fontFamily)]
        pub unsafe fn fontFamily(&self) -> Option<Retained<NSString>>;

        #[method(setFontFamily:)]
        pub unsafe fn setFontFamily(&self, font_family: Option<&NSString>);

        #[method_id(@__retain_semantics Other fontSize)]
        pub unsafe fn fontSize(&self) -> Option<Retained<NSString>>;

        #[method(setFontSize:)]
        pub unsafe fn setFontSize(&self, font_size: Option<&NSString>);

        #[method_id(@__retain_semantics Other fontSizeAdjust)]
        pub unsafe fn fontSizeAdjust(&self) -> Option<Retained<NSString>>;

        #[method(setFontSizeAdjust:)]
        pub unsafe fn setFontSizeAdjust(&self, font_size_adjust: Option<&NSString>);

        #[method_id(@__retain_semantics Other fontStretch)]
        pub unsafe fn fontStretch(&self) -> Option<Retained<NSString>>;

        #[method(setFontStretch:)]
        pub unsafe fn setFontStretch(&self, font_stretch: Option<&NSString>);

        #[method_id(@__retain_semantics Other fontStyle)]
        pub unsafe fn fontStyle(&self) -> Option<Retained<NSString>>;

        #[method(setFontStyle:)]
        pub unsafe fn setFontStyle(&self, font_style: Option<&NSString>);

        #[method_id(@__retain_semantics Other fontVariant)]
        pub unsafe fn fontVariant(&self) -> Option<Retained<NSString>>;

        #[method(setFontVariant:)]
        pub unsafe fn setFontVariant(&self, font_variant: Option<&NSString>);

        #[method_id(@__retain_semantics Other fontWeight)]
        pub unsafe fn fontWeight(&self) -> Option<Retained<NSString>>;

        #[method(setFontWeight:)]
        pub unsafe fn setFontWeight(&self, font_weight: Option<&NSString>);

        #[method_id(@__retain_semantics Other height)]
        pub unsafe fn height(&self) -> Option<Retained<NSString>>;

        #[method(setHeight:)]
        pub unsafe fn setHeight(&self, height: Option<&NSString>);

        #[method_id(@__retain_semantics Other left)]
        pub unsafe fn left(&self) -> Option<Retained<NSString>>;

        #[method(setLeft:)]
        pub unsafe fn setLeft(&self, left: Option<&NSString>);

        #[method_id(@__retain_semantics Other letterSpacing)]
        pub unsafe fn letterSpacing(&self) -> Option<Retained<NSString>>;

        #[method(setLetterSpacing:)]
        pub unsafe fn setLetterSpacing(&self, letter_spacing: Option<&NSString>);

        #[method_id(@__retain_semantics Other lineHeight)]
        pub unsafe fn lineHeight(&self) -> Option<Retained<NSString>>;

        #[method(setLineHeight:)]
        pub unsafe fn setLineHeight(&self, line_height: Option<&NSString>);

        #[method_id(@__retain_semantics Other listStyle)]
        pub unsafe fn listStyle(&self) -> Option<Retained<NSString>>;

        #[method(setListStyle:)]
        pub unsafe fn setListStyle(&self, list_style: Option<&NSString>);

        #[method_id(@__retain_semantics Other listStyleImage)]
        pub unsafe fn listStyleImage(&self) -> Option<Retained<NSString>>;

        #[method(setListStyleImage:)]
        pub unsafe fn setListStyleImage(&self, list_style_image: Option<&NSString>);

        #[method_id(@__retain_semantics Other listStylePosition)]
        pub unsafe fn listStylePosition(&self) -> Option<Retained<NSString>>;

        #[method(setListStylePosition:)]
        pub unsafe fn setListStylePosition(&self, list_style_position: Option<&NSString>);

        #[method_id(@__retain_semantics Other listStyleType)]
        pub unsafe fn listStyleType(&self) -> Option<Retained<NSString>>;

        #[method(setListStyleType:)]
        pub unsafe fn setListStyleType(&self, list_style_type: Option<&NSString>);

        #[method_id(@__retain_semantics Other margin)]
        pub unsafe fn margin(&self) -> Option<Retained<NSString>>;

        #[method(setMargin:)]
        pub unsafe fn setMargin(&self, margin: Option<&NSString>);

        #[method_id(@__retain_semantics Other marginTop)]
        pub unsafe fn marginTop(&self) -> Option<Retained<NSString>>;

        #[method(setMarginTop:)]
        pub unsafe fn setMarginTop(&self, margin_top: Option<&NSString>);

        #[method_id(@__retain_semantics Other marginRight)]
        pub unsafe fn marginRight(&self) -> Option<Retained<NSString>>;

        #[method(setMarginRight:)]
        pub unsafe fn setMarginRight(&self, margin_right: Option<&NSString>);

        #[method_id(@__retain_semantics Other marginBottom)]
        pub unsafe fn marginBottom(&self) -> Option<Retained<NSString>>;

        #[method(setMarginBottom:)]
        pub unsafe fn setMarginBottom(&self, margin_bottom: Option<&NSString>);

        #[method_id(@__retain_semantics Other marginLeft)]
        pub unsafe fn marginLeft(&self) -> Option<Retained<NSString>>;

        #[method(setMarginLeft:)]
        pub unsafe fn setMarginLeft(&self, margin_left: Option<&NSString>);

        #[method_id(@__retain_semantics Other markerOffset)]
        pub unsafe fn markerOffset(&self) -> Option<Retained<NSString>>;

        #[method(setMarkerOffset:)]
        pub unsafe fn setMarkerOffset(&self, marker_offset: Option<&NSString>);

        #[method_id(@__retain_semantics Other marks)]
        pub unsafe fn marks(&self) -> Option<Retained<NSString>>;

        #[method(setMarks:)]
        pub unsafe fn setMarks(&self, marks: Option<&NSString>);

        #[method_id(@__retain_semantics Other maxHeight)]
        pub unsafe fn maxHeight(&self) -> Option<Retained<NSString>>;

        #[method(setMaxHeight:)]
        pub unsafe fn setMaxHeight(&self, max_height: Option<&NSString>);

        #[method_id(@__retain_semantics Other maxWidth)]
        pub unsafe fn maxWidth(&self) -> Option<Retained<NSString>>;

        #[method(setMaxWidth:)]
        pub unsafe fn setMaxWidth(&self, max_width: Option<&NSString>);

        #[method_id(@__retain_semantics Other minHeight)]
        pub unsafe fn minHeight(&self) -> Option<Retained<NSString>>;

        #[method(setMinHeight:)]
        pub unsafe fn setMinHeight(&self, min_height: Option<&NSString>);

        #[method_id(@__retain_semantics Other minWidth)]
        pub unsafe fn minWidth(&self) -> Option<Retained<NSString>>;

        #[method(setMinWidth:)]
        pub unsafe fn setMinWidth(&self, min_width: Option<&NSString>);

        #[method_id(@__retain_semantics Other orphans)]
        pub unsafe fn orphans(&self) -> Option<Retained<NSString>>;

        #[method(setOrphans:)]
        pub unsafe fn setOrphans(&self, orphans: Option<&NSString>);

        #[method_id(@__retain_semantics Other outline)]
        pub unsafe fn outline(&self) -> Option<Retained<NSString>>;

        #[method(setOutline:)]
        pub unsafe fn setOutline(&self, outline: Option<&NSString>);

        #[method_id(@__retain_semantics Other outlineColor)]
        pub unsafe fn outlineColor(&self) -> Option<Retained<NSString>>;

        #[method(setOutlineColor:)]
        pub unsafe fn setOutlineColor(&self, outline_color: Option<&NSString>);

        #[method_id(@__retain_semantics Other outlineStyle)]
        pub unsafe fn outlineStyle(&self) -> Option<Retained<NSString>>;

        #[method(setOutlineStyle:)]
        pub unsafe fn setOutlineStyle(&self, outline_style: Option<&NSString>);

        #[method_id(@__retain_semantics Other outlineWidth)]
        pub unsafe fn outlineWidth(&self) -> Option<Retained<NSString>>;

        #[method(setOutlineWidth:)]
        pub unsafe fn setOutlineWidth(&self, outline_width: Option<&NSString>);

        #[method_id(@__retain_semantics Other overflow)]
        pub unsafe fn overflow(&self) -> Option<Retained<NSString>>;

        #[method(setOverflow:)]
        pub unsafe fn setOverflow(&self, overflow: Option<&NSString>);

        #[method_id(@__retain_semantics Other padding)]
        pub unsafe fn padding(&self) -> Option<Retained<NSString>>;

        #[method(setPadding:)]
        pub unsafe fn setPadding(&self, padding: Option<&NSString>);

        #[method_id(@__retain_semantics Other paddingTop)]
        pub unsafe fn paddingTop(&self) -> Option<Retained<NSString>>;

        #[method(setPaddingTop:)]
        pub unsafe fn setPaddingTop(&self, padding_top: Option<&NSString>);

        #[method_id(@__retain_semantics Other paddingRight)]
        pub unsafe fn paddingRight(&self) -> Option<Retained<NSString>>;

        #[method(setPaddingRight:)]
        pub unsafe fn setPaddingRight(&self, padding_right: Option<&NSString>);

        #[method_id(@__retain_semantics Other paddingBottom)]
        pub unsafe fn paddingBottom(&self) -> Option<Retained<NSString>>;

        #[method(setPaddingBottom:)]
        pub unsafe fn setPaddingBottom(&self, padding_bottom: Option<&NSString>);

        #[method_id(@__retain_semantics Other paddingLeft)]
        pub unsafe fn paddingLeft(&self) -> Option<Retained<NSString>>;

        #[method(setPaddingLeft:)]
        pub unsafe fn setPaddingLeft(&self, padding_left: Option<&NSString>);

        #[method_id(@__retain_semantics Other page)]
        pub unsafe fn page(&self) -> Option<Retained<NSString>>;

        #[method(setPage:)]
        pub unsafe fn setPage(&self, page: Option<&NSString>);

        #[method_id(@__retain_semantics Other pageBreakAfter)]
        pub unsafe fn pageBreakAfter(&self) -> Option<Retained<NSString>>;

        #[method(setPageBreakAfter:)]
        pub unsafe fn setPageBreakAfter(&self, page_break_after: Option<&NSString>);

        #[method_id(@__retain_semantics Other pageBreakBefore)]
        pub unsafe fn pageBreakBefore(&self) -> Option<Retained<NSString>>;

        #[method(setPageBreakBefore:)]
        pub unsafe fn setPageBreakBefore(&self, page_break_before: Option<&NSString>);

        #[method_id(@__retain_semantics Other pageBreakInside)]
        pub unsafe fn pageBreakInside(&self) -> Option<Retained<NSString>>;

        #[method(setPageBreakInside:)]
        pub unsafe fn setPageBreakInside(&self, page_break_inside: Option<&NSString>);

        #[method_id(@__retain_semantics Other pause)]
        pub unsafe fn pause(&self) -> Option<Retained<NSString>>;

        #[method(setPause:)]
        pub unsafe fn setPause(&self, pause: Option<&NSString>);

        #[method_id(@__retain_semantics Other pauseAfter)]
        pub unsafe fn pauseAfter(&self) -> Option<Retained<NSString>>;

        #[method(setPauseAfter:)]
        pub unsafe fn setPauseAfter(&self, pause_after: Option<&NSString>);

        #[method_id(@__retain_semantics Other pauseBefore)]
        pub unsafe fn pauseBefore(&self) -> Option<Retained<NSString>>;

        #[method(setPauseBefore:)]
        pub unsafe fn setPauseBefore(&self, pause_before: Option<&NSString>);

        #[method_id(@__retain_semantics Other pitch)]
        pub unsafe fn pitch(&self) -> Option<Retained<NSString>>;

        #[method(setPitch:)]
        pub unsafe fn setPitch(&self, pitch: Option<&NSString>);

        #[method_id(@__retain_semantics Other pitchRange)]
        pub unsafe fn pitchRange(&self) -> Option<Retained<NSString>>;

        #[method(setPitchRange:)]
        pub unsafe fn setPitchRange(&self, pitch_range: Option<&NSString>);

        #[method_id(@__retain_semantics Other playDuring)]
        pub unsafe fn playDuring(&self) -> Option<Retained<NSString>>;

        #[method(setPlayDuring:)]
        pub unsafe fn setPlayDuring(&self, play_during: Option<&NSString>);

        #[method_id(@__retain_semantics Other position)]
        pub unsafe fn position(&self) -> Option<Retained<NSString>>;

        #[method(setPosition:)]
        pub unsafe fn setPosition(&self, position: Option<&NSString>);

        #[method_id(@__retain_semantics Other quotes)]
        pub unsafe fn quotes(&self) -> Option<Retained<NSString>>;

        #[method(setQuotes:)]
        pub unsafe fn setQuotes(&self, quotes: Option<&NSString>);

        #[method_id(@__retain_semantics Other richness)]
        pub unsafe fn richness(&self) -> Option<Retained<NSString>>;

        #[method(setRichness:)]
        pub unsafe fn setRichness(&self, richness: Option<&NSString>);

        #[method_id(@__retain_semantics Other right)]
        pub unsafe fn right(&self) -> Option<Retained<NSString>>;

        #[method(setRight:)]
        pub unsafe fn setRight(&self, right: Option<&NSString>);

        #[method_id(@__retain_semantics Other size)]
        pub unsafe fn size(&self) -> Option<Retained<NSString>>;

        #[method(setSize:)]
        pub unsafe fn setSize(&self, size: Option<&NSString>);

        #[method_id(@__retain_semantics Other speak)]
        pub unsafe fn speak(&self) -> Option<Retained<NSString>>;

        #[method(setSpeak:)]
        pub unsafe fn setSpeak(&self, speak: Option<&NSString>);

        #[method_id(@__retain_semantics Other speakHeader)]
        pub unsafe fn speakHeader(&self) -> Option<Retained<NSString>>;

        #[method(setSpeakHeader:)]
        pub unsafe fn setSpeakHeader(&self, speak_header: Option<&NSString>);

        #[method_id(@__retain_semantics Other speakNumeral)]
        pub unsafe fn speakNumeral(&self) -> Option<Retained<NSString>>;

        #[method(setSpeakNumeral:)]
        pub unsafe fn setSpeakNumeral(&self, speak_numeral: Option<&NSString>);

        #[method_id(@__retain_semantics Other speakPunctuation)]
        pub unsafe fn speakPunctuation(&self) -> Option<Retained<NSString>>;

        #[method(setSpeakPunctuation:)]
        pub unsafe fn setSpeakPunctuation(&self, speak_punctuation: Option<&NSString>);

        #[method_id(@__retain_semantics Other speechRate)]
        pub unsafe fn speechRate(&self) -> Option<Retained<NSString>>;

        #[method(setSpeechRate:)]
        pub unsafe fn setSpeechRate(&self, speech_rate: Option<&NSString>);

        #[method_id(@__retain_semantics Other stress)]
        pub unsafe fn stress(&self) -> Option<Retained<NSString>>;

        #[method(setStress:)]
        pub unsafe fn setStress(&self, stress: Option<&NSString>);

        #[method_id(@__retain_semantics Other tableLayout)]
        pub unsafe fn tableLayout(&self) -> Option<Retained<NSString>>;

        #[method(setTableLayout:)]
        pub unsafe fn setTableLayout(&self, table_layout: Option<&NSString>);

        #[method_id(@__retain_semantics Other textAlign)]
        pub unsafe fn textAlign(&self) -> Option<Retained<NSString>>;

        #[method(setTextAlign:)]
        pub unsafe fn setTextAlign(&self, text_align: Option<&NSString>);

        #[method_id(@__retain_semantics Other textDecoration)]
        pub unsafe fn textDecoration(&self) -> Option<Retained<NSString>>;

        #[method(setTextDecoration:)]
        pub unsafe fn setTextDecoration(&self, text_decoration: Option<&NSString>);

        #[method_id(@__retain_semantics Other textIndent)]
        pub unsafe fn textIndent(&self) -> Option<Retained<NSString>>;

        #[method(setTextIndent:)]
        pub unsafe fn setTextIndent(&self, text_indent: Option<&NSString>);

        #[method_id(@__retain_semantics Other textShadow)]
        pub unsafe fn textShadow(&self) -> Option<Retained<NSString>>;

        #[method(setTextShadow:)]
        pub unsafe fn setTextShadow(&self, text_shadow: Option<&NSString>);

        #[method_id(@__retain_semantics Other textTransform)]
        pub unsafe fn textTransform(&self) -> Option<Retained<NSString>>;

        #[method(setTextTransform:)]
        pub unsafe fn setTextTransform(&self, text_transform: Option<&NSString>);

        #[method_id(@__retain_semantics Other top)]
        pub unsafe fn top(&self) -> Option<Retained<NSString>>;

        #[method(setTop:)]
        pub unsafe fn setTop(&self, top: Option<&NSString>);

        #[method_id(@__retain_semantics Other unicodeBidi)]
        pub unsafe fn unicodeBidi(&self) -> Option<Retained<NSString>>;

        #[method(setUnicodeBidi:)]
        pub unsafe fn setUnicodeBidi(&self, unicode_bidi: Option<&NSString>);

        #[method_id(@__retain_semantics Other verticalAlign)]
        pub unsafe fn verticalAlign(&self) -> Option<Retained<NSString>>;

        #[method(setVerticalAlign:)]
        pub unsafe fn setVerticalAlign(&self, vertical_align: Option<&NSString>);

        #[method_id(@__retain_semantics Other visibility)]
        pub unsafe fn visibility(&self) -> Option<Retained<NSString>>;

        #[method(setVisibility:)]
        pub unsafe fn setVisibility(&self, visibility: Option<&NSString>);

        #[method_id(@__retain_semantics Other voiceFamily)]
        pub unsafe fn voiceFamily(&self) -> Option<Retained<NSString>>;

        #[method(setVoiceFamily:)]
        pub unsafe fn setVoiceFamily(&self, voice_family: Option<&NSString>);

        #[method_id(@__retain_semantics Other volume)]
        pub unsafe fn volume(&self) -> Option<Retained<NSString>>;

        #[method(setVolume:)]
        pub unsafe fn setVolume(&self, volume: Option<&NSString>);

        #[method_id(@__retain_semantics Other whiteSpace)]
        pub unsafe fn whiteSpace(&self) -> Option<Retained<NSString>>;

        #[method(setWhiteSpace:)]
        pub unsafe fn setWhiteSpace(&self, white_space: Option<&NSString>);

        #[method_id(@__retain_semantics Other widows)]
        pub unsafe fn widows(&self) -> Option<Retained<NSString>>;

        #[method(setWidows:)]
        pub unsafe fn setWidows(&self, widows: Option<&NSString>);

        #[method_id(@__retain_semantics Other width)]
        pub unsafe fn width(&self) -> Option<Retained<NSString>>;

        #[method(setWidth:)]
        pub unsafe fn setWidth(&self, width: Option<&NSString>);

        #[method_id(@__retain_semantics Other wordSpacing)]
        pub unsafe fn wordSpacing(&self) -> Option<Retained<NSString>>;

        #[method(setWordSpacing:)]
        pub unsafe fn setWordSpacing(&self, word_spacing: Option<&NSString>);

        #[method_id(@__retain_semantics Other zIndex)]
        pub unsafe fn zIndex(&self) -> Option<Retained<NSString>>;

        #[method(setZIndex:)]
        pub unsafe fn setZIndex(&self, z_index: Option<&NSString>);
    }
);