@@ -347,6 +347,7 @@ class FieldsTests: AsposePdfCloudTests {
347
347
let field = SignatureField (
348
348
links: nil ,
349
349
partialName: " Sign1 " ,
350
+ fullName: nil ,
350
351
rect: Rectangle ( LLX: 100 , LLY: 100 , URX: 0 , URY: 0 ) ,
351
352
value: nil ,
352
353
pageIndex: 1 ,
@@ -414,6 +415,7 @@ class FieldsTests: AsposePdfCloudTests {
414
415
let field = SignatureField (
415
416
links: nil ,
416
417
partialName: " Sign1 " ,
418
+ fullName: nil ,
417
419
rect: Rectangle ( LLX: 100 , LLY: 100 , URX: 0 , URY: 0 ) ,
418
420
value: nil ,
419
421
pageIndex: 1 ,
@@ -536,7 +538,7 @@ class FieldsTests: AsposePdfCloudTests {
536
538
let expectation = self . expectation ( description: " testPostTextBoxFields " )
537
539
538
540
let textBox = TextBoxField ( links: nil ,
539
- partialName: " testField " ,
541
+ partialName: " testField " , fullName : nil ,
540
542
rect: Rectangle ( LLX: 100 , LLY: 100 , URX: 500 , URY: 200 ) ,
541
543
value: " Value \n Value " ,
542
544
pageIndex: 1 ,
@@ -589,7 +591,7 @@ class FieldsTests: AsposePdfCloudTests {
589
591
let fieldName = " Petitioner "
590
592
591
593
let textBox = TextBoxField ( links: nil ,
592
- partialName: " testField " ,
594
+ partialName: " testField " , fullName : nil ,
593
595
rect: Rectangle ( LLX: 100 , LLY: 100 , URX: 500 , URY: 200 ) ,
594
596
value: " Value \n Value " ,
595
597
pageIndex: 1 ,
@@ -719,7 +721,7 @@ class FieldsTests: AsposePdfCloudTests {
719
721
let expectation = self . expectation ( description: " testPostCheckBoxFields " )
720
722
721
723
let field = CheckBoxField ( links: nil ,
722
- partialName: " testField " ,
724
+ partialName: " testField " , fullName : nil ,
723
725
rect: Rectangle ( LLX: 100 , LLY: 100 , URX: 200 , URY: 200 ) ,
724
726
value: nil ,
725
727
pageIndex: 1 ,
@@ -771,7 +773,7 @@ class FieldsTests: AsposePdfCloudTests {
771
773
let fieldName = " checkboxField "
772
774
773
775
let field = CheckBoxField ( links: nil ,
774
- partialName: " testField " ,
776
+ partialName: " testField " , fullName : nil ,
775
777
rect: Rectangle ( LLX: 100 , LLY: 100 , URX: 200 , URY: 200 ) ,
776
778
value: nil ,
777
779
pageIndex: 1 ,
@@ -899,7 +901,7 @@ class FieldsTests: AsposePdfCloudTests {
899
901
let expectation = self . expectation ( description: " testPostRadioButtonFields " )
900
902
901
903
let field = RadioButtonField ( links: nil ,
902
- partialName: " testField " ,
904
+ partialName: " testField " , fullName : nil ,
903
905
rect: Rectangle ( LLX: 100 , LLY: 100 , URX: 160 , URY: 140 ) ,
904
906
value: nil ,
905
907
pageIndex: 1 ,
@@ -923,7 +925,7 @@ class FieldsTests: AsposePdfCloudTests {
923
925
radioButtonOptionsField: [
924
926
RadioButtonOptionField (
925
927
links: nil ,
926
- partialName: nil ,
928
+ partialName: nil , fullName : nil ,
927
929
rect: Rectangle ( LLX: 100.0 , LLY: 130.0 , URX: 160.0 , URY: 140.0 ) ,
928
930
value: nil ,
929
931
pageIndex: 1 ,
@@ -945,7 +947,7 @@ class FieldsTests: AsposePdfCloudTests {
945
947
style: BoxStyle . cross) ,
946
948
RadioButtonOptionField (
947
949
links: nil ,
948
- partialName: nil ,
950
+ partialName: nil , fullName : nil ,
949
951
rect: Rectangle ( LLX: 150.0 , LLY: 120.0 , URX: 160.0 , URY: 130.0 ) ,
950
952
value: nil ,
951
953
pageIndex: 1 ,
@@ -995,7 +997,7 @@ class FieldsTests: AsposePdfCloudTests {
995
997
let fieldName = " radiobuttonField "
996
998
997
999
let field = RadioButtonField ( links: nil ,
998
- partialName: " testField " ,
1000
+ partialName: " testField " , fullName : nil ,
999
1001
rect: Rectangle ( LLX: 100 , LLY: 100 , URX: 160 , URY: 140 ) ,
1000
1002
value: nil ,
1001
1003
pageIndex: 1 ,
@@ -1019,7 +1021,7 @@ class FieldsTests: AsposePdfCloudTests {
1019
1021
radioButtonOptionsField: [
1020
1022
RadioButtonOptionField (
1021
1023
links: nil ,
1022
- partialName: nil ,
1024
+ partialName: nil , fullName : nil ,
1023
1025
rect: Rectangle ( LLX: 100.0 , LLY: 130.0 , URX: 160.0 , URY: 140.0 ) ,
1024
1026
value: nil ,
1025
1027
pageIndex: 1 ,
@@ -1041,7 +1043,7 @@ class FieldsTests: AsposePdfCloudTests {
1041
1043
style: BoxStyle . cross) ,
1042
1044
RadioButtonOptionField (
1043
1045
links: nil ,
1044
- partialName: nil ,
1046
+ partialName: nil , fullName : nil ,
1045
1047
rect: Rectangle ( LLX: 150.0 , LLY: 120.0 , URX: 160.0 , URY: 130.0 ) ,
1046
1048
value: nil ,
1047
1049
pageIndex: 1 ,
@@ -1168,7 +1170,7 @@ class FieldsTests: AsposePdfCloudTests {
1168
1170
let expectation = self . expectation ( description: " testPostComboBoxFields " )
1169
1171
1170
1172
let field = ComboBoxField ( links: nil ,
1171
- partialName: " testField " ,
1173
+ partialName: " testField " , fullName : nil ,
1172
1174
rect: Rectangle ( LLX: 100 , LLY: 100 , URX: 160 , URY: 140 ) ,
1173
1175
value: nil ,
1174
1176
pageIndex: 1 ,
@@ -1233,7 +1235,7 @@ class FieldsTests: AsposePdfCloudTests {
1233
1235
let fieldName = " comboboxField "
1234
1236
1235
1237
let field = ComboBoxField ( links: nil ,
1236
- partialName: " testField " ,
1238
+ partialName: " testField " , fullName : nil ,
1237
1239
rect: Rectangle ( LLX: 100 , LLY: 100 , URX: 160 , URY: 140 ) ,
1238
1240
value: nil ,
1239
1241
pageIndex: 1 ,
@@ -1375,7 +1377,7 @@ class FieldsTests: AsposePdfCloudTests {
1375
1377
let expectation = self . expectation ( description: " testPostListBoxFields " )
1376
1378
1377
1379
let field = ListBoxField ( links: nil ,
1378
- partialName: " testField " ,
1380
+ partialName: " testField " , fullName : nil ,
1379
1381
rect: Rectangle ( LLX: 100 , LLY: 100 , URX: 160 , URY: 140 ) ,
1380
1382
value: nil ,
1381
1383
pageIndex: 1 ,
@@ -1452,7 +1454,7 @@ class FieldsTests: AsposePdfCloudTests {
1452
1454
let fieldName = " listboxField "
1453
1455
1454
1456
let field = ListBoxField ( links: nil ,
1455
- partialName: " testField " ,
1457
+ partialName: " testField " , fullName : nil ,
1456
1458
rect: Rectangle ( LLX: 100 , LLY: 100 , URX: 160 , URY: 140 ) ,
1457
1459
value: nil ,
1458
1460
pageIndex: 1 ,
0 commit comments