aspose.barcode 25.12.0 → 26.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -689,33 +689,77 @@ class QRExtendedParameters extends joint.BaseJavaClass
689
689
  {
690
690
  }
691
691
 
692
+ /**
693
+ * <p>Gets the QR structured append mode barcodes quantity. Default value is -1.</p>
694
+ * Value: The quantity of the QR structured append mode barcode.
695
+ * @return the QR structured append mode barcodes quantity.
696
+ */
697
+ getStructuredAppendModeBarCodesQuantity()
698
+ {
699
+ return this.getJavaClass().getStructuredAppendModeBarCodesQuantitySync();
700
+ }
701
+
692
702
  /**
693
703
  * Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode.
704
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the getStructuredAppendModeBarCodesQuantity().
694
705
  */
695
706
  getQRStructuredAppendModeBarCodesQuantity()
696
707
  {
697
708
  return this.getJavaClass().getQRStructuredAppendModeBarCodesQuantitySync();
698
709
  }
699
710
 
711
+ /**
712
+ * <p>Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.</p>
713
+ * Value: The quantity of the QR structured append mode barcode.
714
+ * @return the index of the QR structured append mode barcode.
715
+ */
716
+ getStructuredAppendModeBarCodeIndex()
717
+ {
718
+ return this.getJavaClass().getStructuredAppendModeBarCodeIndexSync();
719
+ }
720
+
700
721
  /**
701
722
  * Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of the QR structured append mode barcode.
723
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the getStructuredAppendModeBarCodeIndex().
702
724
  */
703
725
  getQRStructuredAppendModeBarCodeIndex()
704
726
  {
705
727
  return this.getJavaClass().getQRStructuredAppendModeBarCodeIndexSync();
706
728
  }
707
729
 
730
+ /**
731
+ * <p>Gets the QR structured append mode parity data. Default value is -1.</p>
732
+ * Value: The index of the QR structured append mode barcode.
733
+ * @return the QR structured append mode parity data.
734
+ */
735
+ getStructuredAppendModeParityData()
736
+ {
737
+ return this.getJavaClass().getStructuredAppendModeParityDataSync();
738
+ }
739
+
708
740
  /**
709
741
  * Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode.
742
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the getStructuredAppendModeParityData().
710
743
  */
711
744
  getQRStructuredAppendModeParityData()
712
745
  {
713
746
  return this.getJavaClass().getQRStructuredAppendModeParityDataSync();
714
747
  }
715
748
 
749
+ /**
750
+ * <p>
751
+ * Version of recognized QR Code. From Version1 to Version40.
752
+ * </p>
753
+ */
754
+ getVersion()
755
+ {
756
+ return this.getJavaClass().getVersionSync();
757
+ }
758
+
716
759
  /**
717
760
  * Version of recognized QR Code. From Version1 to Version40.
718
761
  * @return Version of recognized QR Code
762
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the getVersion().
719
763
  */
720
764
  getQRVersion()
721
765
  { return this.getJavaClass().getQRVersionSync(); }
@@ -732,11 +776,24 @@ class QRExtendedParameters extends joint.BaseJavaClass
732
776
  * @return Version of recognized RectMicroQR Code
733
777
  */
734
778
  getRectMicroQRVersion()
735
- { return this.getJavaClass().getRectMicroQRVersionSync(); }
779
+ {
780
+ return this.getJavaClass().getRectMicroQRVersionSync();
781
+ }
782
+
783
+ /**
784
+ * <p>
785
+ * Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.
786
+ * </p>
787
+ */
788
+ getErrorLevel()
789
+ {
790
+ return this.getJavaClass().getErrorLevelSync();
791
+ }
736
792
 
737
793
  /**
738
794
  * Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.
739
795
  * @return Reed-Solomon error correction level of recognized barcode.
796
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the getErrorLevel().
740
797
  */
741
798
  getQRErrorLevel()
742
799
  {return this.getJavaClass().getQRErrorLevelSync(); }
@@ -2398,9 +2455,22 @@ class MaxiCodeExtendedParameters extends joint.BaseJavaClass
2398
2455
  {
2399
2456
  }
2400
2457
 
2458
+ /**
2459
+ * <p>
2460
+ * Gets a MaxiCode encode mode.
2461
+ * Default value: Mode4
2462
+ * </p>
2463
+ * @return a MaxiCode encode mode.
2464
+ */
2465
+ getMode()
2466
+ {
2467
+ return this.getJavaClass().getModeSync();
2468
+ }
2469
+
2401
2470
  /**
2402
2471
  * Gets a MaxiCode encode mode.
2403
2472
  * Default value: Mode4
2473
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the getMode().
2404
2474
  */
2405
2475
  getMaxiCodeMode()
2406
2476
  {
@@ -2408,17 +2478,43 @@ class MaxiCodeExtendedParameters extends joint.BaseJavaClass
2408
2478
  }
2409
2479
 
2410
2480
  /**
2481
+ * <p>
2411
2482
  * Gets a MaxiCode barcode id in structured append mode.
2412
2483
  * Default value: 0
2484
+ * </p>
2485
+ * @return a MaxiCode barcode id in structured append mode.
2486
+ */
2487
+ getStructuredAppendModeBarcodeId()
2488
+ {
2489
+ return this.getJavaClass().getStructuredAppendModeBarcodeIdSync();
2490
+ }
2491
+
2492
+ /**
2493
+ * Gets a MaxiCode barcode id in structured append mode.
2494
+ * Default value: 0
2495
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the getStructuredAppendModeBarcodeId().
2413
2496
  */
2414
2497
  getMaxiCodeStructuredAppendModeBarcodeId()
2415
2498
  {
2416
2499
  return this.getJavaClass().getMaxiCodeStructuredAppendModeBarcodeIdSync();
2417
2500
  }
2418
2501
 
2502
+ /**
2503
+ * <p>
2504
+ * Gets a MaxiCode barcodes count in structured append mode.
2505
+ * Default value: -1
2506
+ * </p>
2507
+ * @return a MaxiCode barcodes count in structured append mode.
2508
+ */
2509
+ getStructuredAppendModeBarcodesCount()
2510
+ {
2511
+ return this.getJavaClass().getStructuredAppendModeBarcodesCountSync();
2512
+ }
2513
+
2419
2514
  /**
2420
2515
  * Gets a MaxiCode barcodes count in structured append mode.
2421
2516
  * Default value: -1
2517
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the getStructuredAppendModeBarcodesCount().
2422
2518
  */
2423
2519
  getMaxiCodeStructuredAppendModeBarcodesCount()
2424
2520
  {
@@ -2441,7 +2537,7 @@ class MaxiCodeExtendedParameters extends joint.BaseJavaClass
2441
2537
  */
2442
2538
  hashCode()
2443
2539
  {
2444
- return this.getJavaClass().getHashCodeSync();
2540
+ return this.getJavaClass().hashCodeSync();
2445
2541
  }
2446
2542
 
2447
2543
  /**
@@ -2482,14 +2578,36 @@ class DotCodeExtendedParameters extends joint.BaseJavaClass
2482
2578
  super(javaClass);
2483
2579
  }
2484
2580
 
2581
+ /**
2582
+ * <p>Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.</p>
2583
+ * Value: The count of the DotCode structured append mode barcode.
2584
+ * @return the DotCode structured append mode barcodes count.
2585
+ */
2586
+ getStructuredAppendModeBarcodesCount()
2587
+ {
2588
+ return this.getJavaClass().getStructuredAppendModeBarcodesCountSync();
2589
+ }
2590
+
2485
2591
  /**
2486
2592
  * <p>Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.</p>Value: The count of the DotCode structured append mode barcode.
2593
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the getStructuredAppendModeBarcodesCount().
2487
2594
  */
2488
2595
  getDotCodeStructuredAppendModeBarcodesCount()
2489
2596
  { return this.getJavaClass().getDotCodeStructuredAppendModeBarcodesCountSync(); }
2490
2597
 
2598
+ /**
2599
+ * <p>Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1.</p>
2600
+ * Value: The ID of the DotCode structured append mode barcode.
2601
+ * @return the ID of the DotCode structured append mode barcode.
2602
+ */
2603
+ getStructuredAppendModeBarcodeId()
2604
+ {
2605
+ return this.getJavaClass().getStructuredAppendModeBarcodeIdSync();
2606
+ }
2607
+
2491
2608
  /**
2492
2609
  * <p>Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1.</p>Value: The ID of the DotCode structured append mode barcode.
2610
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the getStructuredAppendModeBarcodeId().
2493
2611
  */
2494
2612
  getDotCodeStructuredAppendModeBarcodeId()
2495
2613
  { return this.getJavaClass().getDotCodeStructuredAppendModeBarcodeIdSync(); }
@@ -2500,8 +2618,22 @@ class DotCodeExtendedParameters extends joint.BaseJavaClass
2500
2618
  * Default value is false.
2501
2619
  * </p>
2502
2620
  */
2621
+ isReaderInitialization()
2622
+ {
2623
+ return this.getJavaClass().isReaderInitializationSync();
2624
+ }
2625
+
2626
+ /**
2627
+ * <p>
2628
+ * Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader.
2629
+ * Default value is false.
2630
+ * </p>
2631
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the isReaderInitialization().
2632
+ */
2503
2633
  getDotCodeIsReaderInitialization()
2504
- { return this.getJavaClass().getDotCodeIsReaderInitializationSync(); }
2634
+ {
2635
+ return this.getJavaClass().getDotCodeIsReaderInitializationSync();
2636
+ }
2505
2637
 
2506
2638
  /**
2507
2639
  * <p>
@@ -2852,11 +2984,37 @@ class CodabarExtendedParameters extends joint.BaseJavaClass
2852
2984
  {
2853
2985
  }
2854
2986
 
2987
+ /**
2988
+ * <p>
2989
+ * Gets a Codabar start symbol.
2990
+ * Default value: CodabarSymbol.A
2991
+ * </p>
2992
+ * @return a Codabar start symbol.
2993
+ */
2994
+ getStartSymbol()
2995
+ {
2996
+ return this.getJavaClass().getStartSymbolSync();
2997
+ }
2998
+
2999
+ /**
3000
+ * <p>
3001
+ * Sets a Codabar start symbol.
3002
+ * Default value: CodabarSymbol.A
3003
+ * </p>
3004
+ * @param value a Codabar start symbol.
3005
+ */
3006
+ setStartSymbol(value)
3007
+ {
3008
+ this.getJavaClass().setStartSymbolSync(value);
3009
+ }
3010
+
3011
+
2855
3012
  /**
2856
3013
  * <p>
2857
3014
  * Gets or sets a Codabar start symbol.
2858
3015
  * Default value: CodabarSymbol.A
2859
3016
  * </p>
3017
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the getStartSymbol().
2860
3018
  */
2861
3019
  getCodabarStartSymbol()
2862
3020
  {
@@ -2868,17 +3026,43 @@ class CodabarExtendedParameters extends joint.BaseJavaClass
2868
3026
  * Gets or sets a Codabar start symbol.
2869
3027
  * Default value: CodabarSymbol.A
2870
3028
  * </p>
3029
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the setStartSymbol().
2871
3030
  */
2872
3031
  setCodabarStartSymbol(value)
2873
3032
  {
2874
3033
  this.getJavaClass().setCodabarStartSymbolSync(value);
2875
3034
  }
2876
3035
 
3036
+ /**
3037
+ * <p>
3038
+ * Gets a Codabar stop symbol.
3039
+ * Default value: CodabarSymbol.A
3040
+ * </p>
3041
+ * @return a Codabar stop symbol.
3042
+ */
3043
+ getStopSymbol()
3044
+ {
3045
+ return this.getJavaClass().getStopSymbolSync();
3046
+ }
3047
+
3048
+ /**
3049
+ * <p>
3050
+ * Sets a Codabar stop symbol.
3051
+ * Default value: CodabarSymbol.A
3052
+ * </p>
3053
+ * @param value a Codabar stop symbol.
3054
+ */
3055
+ setStopSymbol(value)
3056
+ {
3057
+ this.getJavaClass().setStopSymbolSync(value);
3058
+ }
3059
+
2877
3060
  /**
2878
3061
  * <p>
2879
3062
  * Gets or sets a Codabar stop symbol.
2880
3063
  * Default value: CodabarSymbol.A
2881
3064
  * </p>
3065
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the getStopSymbol().
2882
3066
  */
2883
3067
  getCodabarStopSymbol()
2884
3068
  {
@@ -2890,6 +3074,7 @@ class CodabarExtendedParameters extends joint.BaseJavaClass
2890
3074
  * Gets or sets a Codabar stop symbol.
2891
3075
  * Default value: CodabarSymbol.A
2892
3076
  * </p>
3077
+ * @deprecated This property is obsolete and will be removed in future releases. Instead, use the setStopSymbol().
2893
3078
  */
2894
3079
  setCodabarStopSymbol(value)
2895
3080
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose.barcode",
3
- "version": "25.12.0",
3
+ "version": "26.1.0",
4
4
  "description": "barcode generation and recognition component",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"