aspose-barcode-for-python-via-java 26.7.0__tar.gz → 26.8.0__tar.gz
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.
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/PKG-INFO +1 -1
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/__init__.py +1 -1
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/_java/_java_barcode/_java_generation.py +1 -1
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/_java/_runtime.py +1 -1
- aspose_barcode_for_python_via_java-26.7.0/aspose_barcode/_java/jlib/aspose-barcode-python-26.7.jar → aspose_barcode_for_python_via_java-26.8.0/aspose_barcode/_java/jlib/aspose-barcode-python-26.8.jar +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/__init__.py +3 -3
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/maxi_code_codetext.py +1 -28
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/maxi_code_standard_codetext.py +1 -1
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/maxi_code_standard_second_message.py +2 -2
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/__init__.py +0 -4
- aspose_barcode_for_python_via_java-26.8.0/aspose_barcode/generation/australian_post_parameters.py +54 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/aztec_encode_mode.py +0 -13
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/aztec_parameters.py +0 -84
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/barcode_parameters.py +0 -18
- aspose_barcode_for_python_via_java-26.8.0/aspose_barcode/generation/codabar_parameters.py +85 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/code_128_parameters.py +0 -28
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/data_matrix_encode_mode.py +0 -18
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/data_matrix_parameters.py +0 -112
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/data_matrix_version.py +0 -3
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/dotcode_encode_mode.py +0 -14
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/dotcode_parameters.py +2 -87
- aspose_barcode_for_python_via_java-26.8.0/aspose_barcode/generation/han_xin_parameters.py +103 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/itf_parameters.py +4 -62
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/maxi_code_encode_mode.py +0 -13
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/maxi_code_mode.py +9 -9
- aspose_barcode_for_python_via_java-26.8.0/aspose_barcode/generation/maxi_code_parameters.py +139 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/patch_code_parameters.py +0 -28
- aspose_barcode_for_python_via_java-26.8.0/aspose_barcode/generation/pdf_417_parameters.py +458 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/postal_parameters.py +0 -27
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/qr_encode_mode.py +1 -34
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/qr_parameters.py +15 -153
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/qr_version.py +0 -12
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/barcode_reader.py +2 -1
- aspose_barcode_for_python_via_java-26.8.0/aspose_barcode/recognition/codabar_extended_parameters.py +80 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/dotcode_extended_parameters.py +1 -49
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/maxi_code_extended_parameters.py +0 -48
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/qr_extended_parameters.py +13 -66
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode_for_python_via_java.egg-info/PKG-INFO +1 -1
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode_for_python_via_java.egg-info/SOURCES.txt +1 -1
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/setup.py +1 -1
- aspose_barcode_for_python_via_java-26.7.0/aspose_barcode/generation/australian_post_parameters.py +0 -107
- aspose_barcode_for_python_via_java-26.7.0/aspose_barcode/generation/codabar_parameters.py +0 -175
- aspose_barcode_for_python_via_java-26.7.0/aspose_barcode/generation/han_xin_parameters.py +0 -220
- aspose_barcode_for_python_via_java-26.7.0/aspose_barcode/generation/maxi_code_parameters.py +0 -247
- aspose_barcode_for_python_via_java-26.7.0/aspose_barcode/generation/pdf_417_parameters.py +0 -882
- aspose_barcode_for_python_via_java-26.7.0/aspose_barcode/recognition/codabar_extended_parameters.py +0 -141
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/MANIFEST.in +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/README.md +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/_java/__init__.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/_java/_java_barcode/__init__.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/_java/_java_barcode/_java_barcode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/_java/_java_barcode/_java_compex_barcode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/_java/_java_barcode/_java_recognition.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/_java/_std.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/address.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/address_type.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/alternative_scheme.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/complex_barcode_generator.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/complex_codetext_reader.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/data_element.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/hibc_lic_combined_codetext.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/hibc_lic_complex_codetext.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/hibc_lic_date_format.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/hibc_lic_primary_data_codetext.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/hibc_lic_secondary_and_additional_data_codetext.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/hibc_pas_codetext.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/hibc_pas_data_location.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/hibc_pas_data_type.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/hibc_pas_record.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/i_complex_codetext.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/mailmark_2d_codetext.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/mailmark_2d_type.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/mailmark_codetext.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/mandatory_fields.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/maxi_code_codetext_mode_2.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/maxi_code_codetext_mode_3.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/maxi_code_second_message.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/maxi_code_standart_second_message.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/maxi_code_structured_codetext.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/maxi_code_structured_second_message.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/optional_fields.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/primary_data.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/qr_bill_standard_version.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/secondary_and_additional_data.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/subfile_properties.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/swiss_qr_bill.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/swiss_qr_codetext.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/usa_drive_id_codetext.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/usa_drive_id_country.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/usa_drive_id_eye_color.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/usa_drive_id_hair_color.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/usa_drive_id_jurisd_subfile.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/complex_barcode/usa_driveis_sex.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/core/__init__.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/core/assist.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/core/exceptions.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/core/license.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/core/types_geom.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/auto_size_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/aztec_ext_codetext_builder.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/aztec_symbol_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/barcode_classifications.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/barcode_generator.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/barcode_image_format.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/base_generation_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/border_dash_style.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/border_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/caption_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/cmyk_color.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/codabar_checksum_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/codabar_symbol.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/codablock_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/code_128_encode_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/code_16k_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/code_location.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/codetext_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/coupon_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/data_matrix_ecc_type.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/data_matrix_ext_codetext_builder.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/databar_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/dotcode_ext_codetext_builder.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/eci_encodings.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/enable_checksum.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/encode_types.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/ext_codetext_builder.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/font_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/font_style.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/font_unit.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/graphics_unit.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/gs1_composite_bar_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/han_xin_encode_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/han_xin_error_level.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/han_xin_ext_codetext_builder.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/han_xin_version.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/hsla_color.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/image_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/itf_14_border_type.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/macro_character.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/maxi_code_ext_codetext_builder.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/micro_qr_version.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/padding.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/patch_format.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/pdf_417_compaction_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/pdf_417_encode_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/pdf_417_error_level.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/pdf_417_macro_terminator.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/pdf_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/qr_encode_type.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/qr_error_level.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/qr_ext_codetext_builder.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/qr_ext_compaction_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/qr_structured_append_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/rect_micro_qr_version.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/supplement_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/svg_color_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/svg_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/text_alignment.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/two_d_component_type.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/generation/unit.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/py.typed +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/__init__.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/australia_post_settings.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/aztec_extended_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/barcode_confidence.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/barcode_extended_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/barcode_quality_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/barcode_region_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/barcode_result.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/barcode_settings.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/checksum_validation.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/code_128_data_portion.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/code_128_extended_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/code_128_sub_type.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/complex_background_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/customer_information_interpreting_type.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/data_matrix_extended_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/databar_extended_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/decode_type.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/deconvolution_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/gs_1_composite_bar_extended_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/inverse_image_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/one_d_extended_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/pdf_417_extended_parameters.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/quadrangle.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/quality_settings.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/recognition_aborted_exception.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode/recognition/x_dimension_mode.py +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode_for_python_via_java.egg-info/dependency_links.txt +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode_for_python_via_java.egg-info/requires.txt +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/aspose_barcode_for_python_via_java.egg-info/top_level.txt +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/license/End+User+License+Agreement.html +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/license/ThirdPartyLicenses.Aspose.BarCode.Java.pdf +0 -0
- {aspose_barcode_for_python_via_java-26.7.0 → aspose_barcode_for_python_via_java-26.8.0}/setup.cfg +0 -0
|
@@ -5,7 +5,7 @@ from .._runtime import ensure_jvm
|
|
|
5
5
|
ensure_jvm()
|
|
6
6
|
|
|
7
7
|
_MW_BarcodeGenerator = JClass("com.aspose.mw.barcode.generation.MwBarcodeGenerator")
|
|
8
|
-
_MW_QrExtCodetextBuilder = JClass("com.aspose.mw.barcode.MwQrExtCodetextBuilder")
|
|
8
|
+
_MW_QrExtCodetextBuilder = JClass("com.aspose.mw.barcode.generation.MwQrExtCodetextBuilder")
|
|
9
9
|
_MW_AztecExtCodetextBuilder = JClass("com.aspose.mw.barcode.generation.MwAztecExtCodetextBuilder")
|
|
10
10
|
_MW_MaxiCodeExtCodetextBuilder = JClass("com.aspose.mw.barcode.generation.MwAztecExtCodetextBuilder")
|
|
11
11
|
_MW_DataMatrixExtCodetextBuilder = JClass("com.aspose.mw.barcode.generation.MwDataMatrixExtCodetextBuilder")
|
|
@@ -26,7 +26,7 @@ def ensure_jvm() -> None:
|
|
|
26
26
|
if jpype.isJVMStarted():
|
|
27
27
|
return
|
|
28
28
|
__aspose_barcode_dir__ = os.path.dirname(__file__)
|
|
29
|
-
classpath = __aspose_barcode_dir__ + ("../../_java/jlib/aspose-barcode-python-26.
|
|
29
|
+
classpath = __aspose_barcode_dir__ + ("../../_java/jlib/aspose-barcode-python-26.8"
|
|
30
30
|
""
|
|
31
31
|
".jar") #TODO
|
|
32
32
|
cp_list = [classpath]
|
|
@@ -20,9 +20,9 @@ from .maxi_code_codetext_mode_2 import MaxiCodeCodetextMode2
|
|
|
20
20
|
from .maxi_code_codetext_mode_3 import MaxiCodeCodetextMode3
|
|
21
21
|
from .maxi_code_second_message import MaxiCodeSecondMessage
|
|
22
22
|
from .maxi_code_standard_codetext import MaxiCodeStandardCodetext
|
|
23
|
-
from .maxi_code_standart_second_message import MaxiCodeStandartSecondMessage
|
|
24
23
|
from .maxi_code_structured_codetext import MaxiCodeStructuredCodetext
|
|
25
24
|
from .maxi_code_structured_second_message import MaxiCodeStructuredSecondMessage
|
|
25
|
+
from .maxi_code_standard_second_message import MaxiCodeStandardSecondMessage
|
|
26
26
|
from .primary_data import PrimaryData
|
|
27
27
|
from .qr_bill_standard_version import QrBillStandardVersion
|
|
28
28
|
from .secondary_and_additional_data import SecondaryAndAdditionalData
|
|
@@ -54,12 +54,12 @@ __all__ = [
|
|
|
54
54
|
"MaxiCodeCodetextMode3",
|
|
55
55
|
"MaxiCodeSecondMessage",
|
|
56
56
|
"MaxiCodeStandardCodetext",
|
|
57
|
-
"MaxiCodeStandartSecondMessage",
|
|
58
57
|
"MaxiCodeStructuredCodetext",
|
|
59
58
|
"MaxiCodeStructuredSecondMessage",
|
|
60
59
|
"PrimaryData",
|
|
61
60
|
"QrBillStandardVersion",
|
|
62
61
|
"SecondaryAndAdditionalData",
|
|
63
62
|
"SwissQRBill",
|
|
64
|
-
"SwissQRCodetext"
|
|
63
|
+
"SwissQRCodetext",
|
|
64
|
+
"MaxiCodeStandardSecondMessage"
|
|
65
65
|
]
|
|
@@ -42,7 +42,7 @@ class MaxiCodeCodetext(IComplexCodetext):
|
|
|
42
42
|
|
|
43
43
|
:return: A MaxiCode encode mode.
|
|
44
44
|
"""
|
|
45
|
-
return self._get_java_class().getEncodeMode()
|
|
45
|
+
return MaxiCodeEncodeMode(self._get_java_class().getEncodeMode())
|
|
46
46
|
|
|
47
47
|
@encode_mode.setter
|
|
48
48
|
def encode_mode(self, value: MaxiCodeEncodeMode)-> None:
|
|
@@ -54,33 +54,6 @@ class MaxiCodeCodetext(IComplexCodetext):
|
|
|
54
54
|
"""
|
|
55
55
|
self._get_java_class().setEncodeMode(value.value)
|
|
56
56
|
|
|
57
|
-
|
|
58
|
-
@property
|
|
59
|
-
def maxi_code_encode_mode(self) -> MaxiCodeEncodeMode:
|
|
60
|
-
"""!
|
|
61
|
-
Gets a MaxiCode encode mode.
|
|
62
|
-
"""
|
|
63
|
-
warnings.warn(
|
|
64
|
-
"maxi_code_encode_mode is deprecated and will be removed in a future version. "
|
|
65
|
-
"Use encode_mode instead.",
|
|
66
|
-
DeprecationWarning,
|
|
67
|
-
stacklevel=2,
|
|
68
|
-
)
|
|
69
|
-
return MaxiCodeEncodeMode(int(self._get_java_class().getMaxiCodeEncodeMode()))
|
|
70
|
-
|
|
71
|
-
@maxi_code_encode_mode.setter
|
|
72
|
-
def maxi_code_encode_mode(self, value: MaxiCodeEncodeMode) -> None:
|
|
73
|
-
"""!
|
|
74
|
-
Sets a MaxiCode encode mode.
|
|
75
|
-
"""
|
|
76
|
-
warnings.warn(
|
|
77
|
-
"maxi_code_encode_mode is deprecated and will be removed in a future version. "
|
|
78
|
-
"Use encode_mode instead.",
|
|
79
|
-
DeprecationWarning,
|
|
80
|
-
stacklevel=2,
|
|
81
|
-
)
|
|
82
|
-
self._get_java_class().setMaxiCodeEncodeMode(value.value)
|
|
83
|
-
|
|
84
57
|
@property
|
|
85
58
|
def eci_encoding(self) -> ECIEncodings:
|
|
86
59
|
"""!
|
|
@@ -122,7 +122,7 @@ class MaxiCodeStandardCodetext(MaxiCodeCodetext):
|
|
|
122
122
|
Returns the hash code for this instance.
|
|
123
123
|
@return:A 32-bit signed integer hash code.
|
|
124
124
|
"""
|
|
125
|
-
return int(self._get_java_class().
|
|
125
|
+
return int(self._get_java_class().hashCode())
|
|
126
126
|
|
|
127
127
|
def _initialize(self) -> None:
|
|
128
128
|
pass
|
|
@@ -45,8 +45,8 @@ class MaxiCodeStandardSecondMessage(MaxiCodeSecondMessage):
|
|
|
45
45
|
|
|
46
46
|
def __eq__(self, other: object) -> bool:
|
|
47
47
|
"""!
|
|
48
|
-
Returns a value indicating whether this instance is equal to a specified
|
|
49
|
-
@param: obj:An
|
|
48
|
+
Returns a value indicating whether this instance is equal to a specified MaxiCodeStandardSecondMessage value.
|
|
49
|
+
@param: obj:An MaxiCodeStandardSecondMessage value to compare to this instance.
|
|
50
50
|
@return:True if obj has the same value as this instance; otherwise, False
|
|
51
51
|
"""
|
|
52
52
|
if other is None:
|
|
@@ -65,11 +65,9 @@ from .micro_qr_version import MicroQRVersion
|
|
|
65
65
|
from .padding import Padding
|
|
66
66
|
from .patch_code_parameters import PatchCodeParameters
|
|
67
67
|
from .patch_format import PatchFormat
|
|
68
|
-
from .pdf_417_compaction_mode import Pdf417CompactionMode
|
|
69
68
|
from .pdf_parameters import PdfParameters
|
|
70
69
|
from .postal_parameters import PostalParameters
|
|
71
70
|
from .qr_encode_mode import QREncodeMode
|
|
72
|
-
from .qr_encode_type import QREncodeType
|
|
73
71
|
from .qr_error_level import QRErrorLevel
|
|
74
72
|
from .qr_ext_codetext_builder import QrExtCodetextBuilder
|
|
75
73
|
from .qr_parameters import QrParameters
|
|
@@ -146,7 +144,6 @@ __all__ = [
|
|
|
146
144
|
"Padding",
|
|
147
145
|
"PatchCodeParameters",
|
|
148
146
|
"PatchFormat",
|
|
149
|
-
"Pdf417CompactionMode",
|
|
150
147
|
"Pdf417EncodeMode",
|
|
151
148
|
"Pdf417ErrorLevel",
|
|
152
149
|
"Pdf417MacroTerminator",
|
|
@@ -154,7 +151,6 @@ __all__ = [
|
|
|
154
151
|
"PdfParameters",
|
|
155
152
|
"PostalParameters",
|
|
156
153
|
"QREncodeMode",
|
|
157
|
-
"QREncodeType",
|
|
158
154
|
"QRErrorLevel",
|
|
159
155
|
"QrExtCompactionMode",
|
|
160
156
|
"QRVersion",
|
aspose_barcode_for_python_via_java-26.8.0/aspose_barcode/generation/australian_post_parameters.py
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import warnings
|
|
4
|
+
from typing import Optional
|
|
5
|
+
|
|
6
|
+
from .unit import Unit
|
|
7
|
+
from ..recognition.customer_information_interpreting_type import CustomerInformationInterpretingType
|
|
8
|
+
from ..core import _MwWrapper
|
|
9
|
+
|
|
10
|
+
class AustralianPostParameters(_MwWrapper):
|
|
11
|
+
"""!
|
|
12
|
+
AustralianPost barcode parameters.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
def __init__(self, _java_class) -> None:
|
|
16
|
+
self._australianPostShortBarHeight: Optional[Unit] = None
|
|
17
|
+
super().__init__(_java_class)
|
|
18
|
+
|
|
19
|
+
def _initialize(self) -> None:
|
|
20
|
+
self._short_bar_height = Unit(self._get_java_class().getShortBarHeight())
|
|
21
|
+
|
|
22
|
+
@property
|
|
23
|
+
def short_bar_height(self) -> Optional[Unit]:
|
|
24
|
+
"""
|
|
25
|
+
Short bar's height of AustralianPost barcode.
|
|
26
|
+
"""
|
|
27
|
+
return self._short_bar_height
|
|
28
|
+
|
|
29
|
+
@short_bar_height.setter
|
|
30
|
+
def short_bar_height(self, value: Optional[Unit]) -> None:
|
|
31
|
+
"""
|
|
32
|
+
Short bar's height of AustralianPost barcode.
|
|
33
|
+
"""
|
|
34
|
+
self._short_bar_height = value
|
|
35
|
+
self._get_java_class().setShortBarHeight(value._get_java_class())
|
|
36
|
+
|
|
37
|
+
@property
|
|
38
|
+
def encoding_table(self) -> CustomerInformationInterpretingType:
|
|
39
|
+
"""
|
|
40
|
+
Interpreting type for the Customer Information of AustralianPost,
|
|
41
|
+
default to CustomerInformationInterpretingType.Other
|
|
42
|
+
"""
|
|
43
|
+
return CustomerInformationInterpretingType(self._get_java_class().getEncodingTable())
|
|
44
|
+
|
|
45
|
+
@encoding_table.setter
|
|
46
|
+
def encoding_table(self, value: CustomerInformationInterpretingType) -> None:
|
|
47
|
+
"""
|
|
48
|
+
Interpreting type for the Customer Information of AustralianPost,
|
|
49
|
+
default to CustomerInformationInterpretingType.Other
|
|
50
|
+
"""
|
|
51
|
+
self._get_java_class().setEncodingTable(value.value)
|
|
52
|
+
|
|
53
|
+
def __str__(self) -> str:
|
|
54
|
+
return str(self._get_java_class().toString())
|
|
@@ -9,19 +9,6 @@ class AztecEncodeMode(Enum):
|
|
|
9
9
|
# If a character is found that is not supported by the selected ECI encoding, an exception is thrown.
|
|
10
10
|
AUTO = 0
|
|
11
11
|
|
|
12
|
-
##
|
|
13
|
-
# Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first.
|
|
14
|
-
#
|
|
15
|
-
# @deprecated
|
|
16
|
-
BYTES = 1
|
|
17
|
-
|
|
18
|
-
## Extended mode which supports multi ECI modes.
|
|
19
|
-
# It is better to use AztecExtCodetextBuilder for extended codetext generation.
|
|
20
|
-
# Use Display2DText property to set visible text to removing managing characters.
|
|
21
|
-
# ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier
|
|
22
|
-
# All unicode characters after ECI identifier are automatically encoded into correct character codeset.
|
|
23
|
-
# @deprecated
|
|
24
|
-
EXTENDED_CODETEXT = 2
|
|
25
12
|
## Extended mode which supports multi ECI modes.
|
|
26
13
|
# It is better to use AztecExtCodetextBuilder for extended codetext generation.
|
|
27
14
|
# Use Display2DText property to set visible text to removing managing characters.
|
|
@@ -41,34 +41,6 @@ class AztecParameters(_MwWrapper):
|
|
|
41
41
|
"""
|
|
42
42
|
self._get_java_class().setEncodeMode(value.value)
|
|
43
43
|
|
|
44
|
-
@property
|
|
45
|
-
def aztec_encode_mode(self) -> AztecEncodeMode:
|
|
46
|
-
"""!
|
|
47
|
-
Gets a Aztec encode mode.
|
|
48
|
-
Default value: Auto.
|
|
49
|
-
"""
|
|
50
|
-
warnings.warn(
|
|
51
|
-
"aztec_encode_mode is deprecated and will be removed in a future version. "
|
|
52
|
-
"Use encode_mode instead.",
|
|
53
|
-
DeprecationWarning,
|
|
54
|
-
stacklevel=2,
|
|
55
|
-
)
|
|
56
|
-
return AztecEncodeMode(self._get_java_class().getAztecEncodeMode())
|
|
57
|
-
|
|
58
|
-
@aztec_encode_mode.setter
|
|
59
|
-
def aztec_encode_mode(self, value: AztecEncodeMode) -> None:
|
|
60
|
-
"""!
|
|
61
|
-
Gets a Aztec encode mode.
|
|
62
|
-
Default value: Auto.
|
|
63
|
-
"""
|
|
64
|
-
warnings.warn(
|
|
65
|
-
"aztec_encode_mode is deprecated and will be removed in a future version. "
|
|
66
|
-
"Use encode_mode instead.",
|
|
67
|
-
DeprecationWarning,
|
|
68
|
-
stacklevel=2,
|
|
69
|
-
)
|
|
70
|
-
self._get_java_class().setAztecEncodeMode(value.value)
|
|
71
|
-
|
|
72
44
|
@property
|
|
73
45
|
def eci_encoding(self) -> ECIEncodings:
|
|
74
46
|
return ECIEncodings(self._get_java_class().getECIEncoding())
|
|
@@ -118,34 +90,6 @@ class AztecParameters(_MwWrapper):
|
|
|
118
90
|
"""
|
|
119
91
|
self._get_java_class().setErrorLevel(value)
|
|
120
92
|
|
|
121
|
-
@property
|
|
122
|
-
def aztec_error_level(self) -> int:
|
|
123
|
-
"""!
|
|
124
|
-
Level of error correction of Aztec types of barcode.
|
|
125
|
-
Value should between 5 to 95.
|
|
126
|
-
"""
|
|
127
|
-
warnings.warn(
|
|
128
|
-
"aztec_error_level is deprecated and will be removed in a future version. "
|
|
129
|
-
"Use error_level instead.",
|
|
130
|
-
DeprecationWarning,
|
|
131
|
-
stacklevel=2,
|
|
132
|
-
)
|
|
133
|
-
return int(self._get_java_class().getAztecErrorLevel())
|
|
134
|
-
|
|
135
|
-
@aztec_error_level.setter
|
|
136
|
-
def aztec_error_level(self, value: int) -> None:
|
|
137
|
-
"""!
|
|
138
|
-
Level of error correction of Aztec types of barcode.
|
|
139
|
-
Value should between 5 to 95.
|
|
140
|
-
"""
|
|
141
|
-
warnings.warn(
|
|
142
|
-
"aztec_error_level is deprecated and will be removed in a future version. "
|
|
143
|
-
"Use error_level instead.",
|
|
144
|
-
DeprecationWarning,
|
|
145
|
-
stacklevel=2,
|
|
146
|
-
)
|
|
147
|
-
self._get_java_class().setAztecErrorLevel(value)
|
|
148
|
-
|
|
149
93
|
@property
|
|
150
94
|
def symbol_mode(self) -> AztecSymbolMode:
|
|
151
95
|
"""
|
|
@@ -166,34 +110,6 @@ class AztecParameters(_MwWrapper):
|
|
|
166
110
|
"""
|
|
167
111
|
self._get_java_class().setSymbolMode(value.value)
|
|
168
112
|
|
|
169
|
-
@property
|
|
170
|
-
def aztec_symbol_mode(self) -> AztecSymbolMode:
|
|
171
|
-
"""!
|
|
172
|
-
Gets a Aztec Symbol mode.
|
|
173
|
-
Default value: AztecSymbolMode.Auto.
|
|
174
|
-
"""
|
|
175
|
-
warnings.warn(
|
|
176
|
-
"aztec_symbol_mode is deprecated and will be removed in a future version. "
|
|
177
|
-
"Use symbol_mode instead.",
|
|
178
|
-
DeprecationWarning,
|
|
179
|
-
stacklevel=2,
|
|
180
|
-
)
|
|
181
|
-
return AztecSymbolMode(self._get_java_class().getAztecSymbolMode())
|
|
182
|
-
|
|
183
|
-
@aztec_symbol_mode.setter
|
|
184
|
-
def aztec_symbol_mode(self, value: AztecSymbolMode) -> None:
|
|
185
|
-
"""!
|
|
186
|
-
Gets a Aztec Symbol mode.
|
|
187
|
-
Default value: AztecSymbolMode.Auto.
|
|
188
|
-
"""
|
|
189
|
-
warnings.warn(
|
|
190
|
-
"aztec_symbol_mode is deprecated and will be removed in a future version. "
|
|
191
|
-
"Use symbol_mode instead.",
|
|
192
|
-
DeprecationWarning,
|
|
193
|
-
stacklevel=2,
|
|
194
|
-
)
|
|
195
|
-
self._get_java_class().setAztecSymbolMode(value.value)
|
|
196
|
-
|
|
197
113
|
@property
|
|
198
114
|
def layers_count(self) -> int:
|
|
199
115
|
"""!
|
|
@@ -209,24 +209,6 @@ class BarcodeParameters(_MwWrapper):
|
|
|
209
209
|
"""
|
|
210
210
|
self._get_java_class().setChecksumEnabled(value.value)
|
|
211
211
|
|
|
212
|
-
@property
|
|
213
|
-
def enable_escape(self) -> bool:
|
|
214
|
-
"""!
|
|
215
|
-
Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only
|
|
216
|
-
If the EnableEscape is True, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters.
|
|
217
|
-
Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \\CR stands for CR.
|
|
218
|
-
"""
|
|
219
|
-
return bool(self._get_java_class().getEnableEscape())
|
|
220
|
-
|
|
221
|
-
@enable_escape.setter
|
|
222
|
-
def enable_escape(self, value: bool) -> None:
|
|
223
|
-
"""!
|
|
224
|
-
Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only
|
|
225
|
-
If the EnableEscape is True, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters.
|
|
226
|
-
Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \\CR stands for CR.
|
|
227
|
-
"""
|
|
228
|
-
self._get_java_class().setEnableEscape(value)
|
|
229
|
-
|
|
230
212
|
@property
|
|
231
213
|
def wide_narrow_ratio(self) -> float:
|
|
232
214
|
"""!
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import warnings
|
|
4
|
+
|
|
5
|
+
from ..core import _MwWrapper
|
|
6
|
+
from .codabar_checksum_mode import CodabarChecksumMode
|
|
7
|
+
from .codabar_symbol import CodabarSymbol
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CodabarParameters(_MwWrapper):
|
|
11
|
+
"""!
|
|
12
|
+
Codabar parameters.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
def __init__(self, _java_class) -> None:
|
|
16
|
+
super().__init__(_java_class)
|
|
17
|
+
#! self._initialize()
|
|
18
|
+
|
|
19
|
+
def _initialize(self) -> None:
|
|
20
|
+
pass
|
|
21
|
+
|
|
22
|
+
@property
|
|
23
|
+
def checksum_mode(self) -> CodabarChecksumMode:
|
|
24
|
+
"""
|
|
25
|
+
Get the checksum algorithm for Codabar barcodes.
|
|
26
|
+
Default value: CodabarChecksumMode.Mod16.
|
|
27
|
+
To enable checksum calculation set value EnableChecksum.Yes
|
|
28
|
+
to property EnableChecksum.
|
|
29
|
+
See ChecksumMode (getChecksumMode / setChecksumMode).
|
|
30
|
+
|
|
31
|
+
:return: The checksum algorithm for Codabar barcodes.
|
|
32
|
+
"""
|
|
33
|
+
return CodabarChecksumMode(self._get_java_class().getChecksumMode())
|
|
34
|
+
|
|
35
|
+
@checksum_mode.setter
|
|
36
|
+
def checksum_mode(self, value: CodabarChecksumMode) -> None:
|
|
37
|
+
"""
|
|
38
|
+
Set the checksum algorithm for Codabar barcodes.
|
|
39
|
+
Default value: CodabarChecksumMode.Mod16.
|
|
40
|
+
To enable checksum calculation set value EnableChecksum.Yes
|
|
41
|
+
to property EnableChecksum.
|
|
42
|
+
See ChecksumMode (getChecksumMode / setChecksumMode).
|
|
43
|
+
|
|
44
|
+
:param value: The checksum algorithm for Codabar barcodes.
|
|
45
|
+
"""
|
|
46
|
+
self._get_java_class().setChecksumMode(value.value)
|
|
47
|
+
|
|
48
|
+
@property
|
|
49
|
+
def start_symbol(self) -> CodabarSymbol:
|
|
50
|
+
"""
|
|
51
|
+
Start symbol (character) of Codabar symbology.
|
|
52
|
+
Default value: CodabarSymbol.A
|
|
53
|
+
"""
|
|
54
|
+
return CodabarSymbol(self._get_java_class().getStartSymbol())
|
|
55
|
+
|
|
56
|
+
@start_symbol.setter
|
|
57
|
+
def start_symbol(self, value: CodabarSymbol) -> None:
|
|
58
|
+
"""
|
|
59
|
+
Start symbol (character) of Codabar symbology.
|
|
60
|
+
Default value: CodabarSymbol.A
|
|
61
|
+
"""
|
|
62
|
+
self._get_java_class().setStartSymbol(value.value)
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
def stop_symbol(self) -> CodabarSymbol:
|
|
66
|
+
"""
|
|
67
|
+
Stop symbol (character) of Codabar symbology.
|
|
68
|
+
Default value: CodabarSymbol.A
|
|
69
|
+
"""
|
|
70
|
+
return CodabarSymbol(self._get_java_class().getStopSymbol())
|
|
71
|
+
|
|
72
|
+
@stop_symbol.setter
|
|
73
|
+
def stop_symbol(self, value: CodabarSymbol) -> None:
|
|
74
|
+
"""
|
|
75
|
+
Stop symbol (character) of Codabar symbology.
|
|
76
|
+
Default value: CodabarSymbol.A
|
|
77
|
+
"""
|
|
78
|
+
self._get_java_class().setStopSymbol(value.value)
|
|
79
|
+
|
|
80
|
+
def __str__(self) -> str:
|
|
81
|
+
"""!
|
|
82
|
+
Returns a human-readable string representation of this CodabarParameters.
|
|
83
|
+
@return A string that represents this CodabarParameters.
|
|
84
|
+
"""
|
|
85
|
+
return str(self._get_java_class().toString())
|
|
@@ -40,34 +40,6 @@ class Code128Parameters(_MwWrapper):
|
|
|
40
40
|
"""
|
|
41
41
|
self._get_java_class().setEncodeMode(value.value)
|
|
42
42
|
|
|
43
|
-
@property
|
|
44
|
-
def code_128_encode_mode(self) -> Code128EncodeMode:
|
|
45
|
-
"""!
|
|
46
|
-
Gets a Code128 encode mode.
|
|
47
|
-
Default value: Code128EncodeMode.Auto
|
|
48
|
-
"""
|
|
49
|
-
warnings.warn(
|
|
50
|
-
"code_128_encode_mode is deprecated and will be removed in a future version. "
|
|
51
|
-
"Use encode_mode instead.",
|
|
52
|
-
DeprecationWarning,
|
|
53
|
-
stacklevel=2,
|
|
54
|
-
)
|
|
55
|
-
return Code128EncodeMode(self._get_java_class().getCode128EncodeMode())
|
|
56
|
-
|
|
57
|
-
@code_128_encode_mode.setter
|
|
58
|
-
def code_128_encode_mode(self, value: Code128EncodeMode) -> None:
|
|
59
|
-
"""!
|
|
60
|
-
Sets a Code128 encode mode.
|
|
61
|
-
Default value: Code128EncodeMode.Auto
|
|
62
|
-
"""
|
|
63
|
-
warnings.warn(
|
|
64
|
-
"code_128_encode_mode is deprecated and will be removed in a future version. "
|
|
65
|
-
"Use encode_mode instead.",
|
|
66
|
-
DeprecationWarning,
|
|
67
|
-
stacklevel=2,
|
|
68
|
-
)
|
|
69
|
-
self._get_java_class().setCode128EncodeMode(value.value)
|
|
70
|
-
|
|
71
43
|
def __str__(self) -> str:
|
|
72
44
|
"""!
|
|
73
45
|
Returns a human-readable string representation of this Code128Parameters.
|
|
@@ -49,10 +49,6 @@ class DataMatrixEncodeMode(Enum):
|
|
|
49
49
|
## Encodes one alphanumeric or two numeric characters per byte
|
|
50
50
|
ASCII = 1
|
|
51
51
|
|
|
52
|
-
## Encode 8 bit values
|
|
53
|
-
# @deprecated This property is obsolete and will be removed in future releases. Instead, use Base256 option.
|
|
54
|
-
BYTES = 6
|
|
55
|
-
|
|
56
52
|
## Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters
|
|
57
53
|
C40 = 8
|
|
58
54
|
|
|
@@ -65,20 +61,6 @@ class DataMatrixEncodeMode(Enum):
|
|
|
65
61
|
## Uses ANSI X12 encoding.
|
|
66
62
|
ANSIX12 = 11
|
|
67
63
|
|
|
68
|
-
## ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext.
|
|
69
|
-
# It is better to use DataMatrixExtCodetextBuilder for extended codetext generation.
|
|
70
|
-
# Use Display2DText property to set visible text to removing managing characters.
|
|
71
|
-
# ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier
|
|
72
|
-
# All unicode characters after ECI identifier are automatically encoded into correct character codeset.
|
|
73
|
-
#
|
|
74
|
-
# Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text".
|
|
75
|
-
# Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto.
|
|
76
|
-
#
|
|
77
|
-
# All backslashes (\) must be doubled in text.
|
|
78
|
-
#
|
|
79
|
-
# @deprecated This property is obsolete and will be removed in future releases. Instead, use the 'Extended' encode mode
|
|
80
|
-
EXTENDED_CODETEXT = 12
|
|
81
|
-
|
|
82
64
|
## ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext.
|
|
83
65
|
# It is better to use DataMatrixExtCodetextBuilder for extended codetext generation.
|
|
84
66
|
# Use Display2DText property to set visible text to removing managing characters.
|
|
@@ -23,34 +23,6 @@ class DataMatrixParameters(_MwWrapper):
|
|
|
23
23
|
def _initialize(self) -> None:
|
|
24
24
|
pass
|
|
25
25
|
|
|
26
|
-
@property
|
|
27
|
-
def data_matrix_version(self) -> DataMatrixVersion:
|
|
28
|
-
"""!
|
|
29
|
-
Gets Datamatrix symbol size.
|
|
30
|
-
@return Datamatrix symbol size.
|
|
31
|
-
"""
|
|
32
|
-
warnings.warn(
|
|
33
|
-
"data_matrix_version is deprecated and will be removed in a future version. "
|
|
34
|
-
"Use version instead.",
|
|
35
|
-
DeprecationWarning,
|
|
36
|
-
stacklevel=2,
|
|
37
|
-
)
|
|
38
|
-
return DataMatrixVersion(self._get_java_class().getDataMatrixVersion())
|
|
39
|
-
|
|
40
|
-
@data_matrix_version.setter
|
|
41
|
-
def data_matrix_version(self, value: DataMatrixVersion) -> None:
|
|
42
|
-
"""!
|
|
43
|
-
Sets Datamatrix symbol size.
|
|
44
|
-
@param value Datamatrix symbol size.
|
|
45
|
-
"""
|
|
46
|
-
warnings.warn(
|
|
47
|
-
"data_matrix_version is deprecated and will be removed in a future version. "
|
|
48
|
-
"Use version instead.",
|
|
49
|
-
DeprecationWarning,
|
|
50
|
-
stacklevel=2,
|
|
51
|
-
)
|
|
52
|
-
self._get_java_class().setDataMatrixVersion(value.value)
|
|
53
|
-
|
|
54
26
|
@property
|
|
55
27
|
def version(self) -> DataMatrixVersion:
|
|
56
28
|
"""
|
|
@@ -91,34 +63,6 @@ class DataMatrixParameters(_MwWrapper):
|
|
|
91
63
|
"""
|
|
92
64
|
self._get_java_class().setEccType(value.value)
|
|
93
65
|
|
|
94
|
-
@property
|
|
95
|
-
def data_matrix_ecc(self) -> DataMatrixEccType:
|
|
96
|
-
"""!
|
|
97
|
-
Gets a Datamatrix ECC type.
|
|
98
|
-
Default value: DataMatrixEccType.ECC_200.
|
|
99
|
-
"""
|
|
100
|
-
warnings.warn(
|
|
101
|
-
"data_matrix_ecc is deprecated and will be removed in a future version. "
|
|
102
|
-
"Use ecc_type instead.",
|
|
103
|
-
DeprecationWarning,
|
|
104
|
-
stacklevel=2,
|
|
105
|
-
)
|
|
106
|
-
return DataMatrixEccType(self._get_java_class().getEccType())
|
|
107
|
-
|
|
108
|
-
@data_matrix_ecc.setter
|
|
109
|
-
def data_matrix_ecc(self, value: DataMatrixEccType) -> None:
|
|
110
|
-
"""!
|
|
111
|
-
Sets a Datamatrix ECC type.
|
|
112
|
-
Default value: DataMatrixEccType.ECC_200.
|
|
113
|
-
"""
|
|
114
|
-
warnings.warn(
|
|
115
|
-
"data_matrix_ecc is deprecated and will be removed in a future version. "
|
|
116
|
-
"Use ecc_type instead.",
|
|
117
|
-
DeprecationWarning,
|
|
118
|
-
stacklevel=2,
|
|
119
|
-
)
|
|
120
|
-
self._get_java_class().setEccType(value.value)
|
|
121
|
-
|
|
122
66
|
@property
|
|
123
67
|
def encode_mode(self) -> DataMatrixEncodeMode:
|
|
124
68
|
"""
|
|
@@ -135,34 +79,6 @@ class DataMatrixParameters(_MwWrapper):
|
|
|
135
79
|
"""
|
|
136
80
|
self._get_java_class().setEncodeMode(value.value)
|
|
137
81
|
|
|
138
|
-
@property
|
|
139
|
-
def data_matrix_encode_mode(self) -> DataMatrixEncodeMode:
|
|
140
|
-
"""!
|
|
141
|
-
Encode mode of Datamatrix barcode.
|
|
142
|
-
Default value: DataMatrixEncodeMode.AUTO.
|
|
143
|
-
"""
|
|
144
|
-
warnings.warn(
|
|
145
|
-
"data_matrix_encode_mode is deprecated and will be removed in a future version. "
|
|
146
|
-
"Use encode_mode instead.",
|
|
147
|
-
DeprecationWarning,
|
|
148
|
-
stacklevel=2,
|
|
149
|
-
)
|
|
150
|
-
return DataMatrixEncodeMode(self._get_java_class().getDataMatrixEncodeMode())
|
|
151
|
-
|
|
152
|
-
@data_matrix_encode_mode.setter
|
|
153
|
-
def data_matrix_encode_mode(self, value: DataMatrixEncodeMode) -> None:
|
|
154
|
-
"""!
|
|
155
|
-
Encode mode of Datamatrix barcode.
|
|
156
|
-
Default value: DataMatrixEncodeMode.AUTO.
|
|
157
|
-
"""
|
|
158
|
-
warnings.warn(
|
|
159
|
-
"data_matrix_encode_mode is deprecated and will be removed in a future version. "
|
|
160
|
-
"Use encode_mode instead.",
|
|
161
|
-
DeprecationWarning,
|
|
162
|
-
stacklevel=2,
|
|
163
|
-
)
|
|
164
|
-
self._get_java_class().setDataMatrixEncodeMode(value.value)
|
|
165
|
-
|
|
166
82
|
@property
|
|
167
83
|
def structured_append_barcode_id(self) -> int:
|
|
168
84
|
"""!
|
|
@@ -251,34 +167,6 @@ class DataMatrixParameters(_MwWrapper):
|
|
|
251
167
|
"""
|
|
252
168
|
self._get_java_class().setMacroCharacters(value.value)
|
|
253
169
|
|
|
254
|
-
@property
|
|
255
|
-
def columns(self) -> int:
|
|
256
|
-
"""!
|
|
257
|
-
Columns count.
|
|
258
|
-
"""
|
|
259
|
-
return int(self._get_java_class().getColumns())
|
|
260
|
-
|
|
261
|
-
@columns.setter
|
|
262
|
-
def columns(self, value: int) -> None:
|
|
263
|
-
"""!
|
|
264
|
-
Columns count.
|
|
265
|
-
"""
|
|
266
|
-
self._get_java_class().setColumns(value)
|
|
267
|
-
|
|
268
|
-
@property
|
|
269
|
-
def rows(self) -> int:
|
|
270
|
-
"""!
|
|
271
|
-
Rows count.
|
|
272
|
-
"""
|
|
273
|
-
return int(self._get_java_class().getRows())
|
|
274
|
-
|
|
275
|
-
@rows.setter
|
|
276
|
-
def rows(self, value: int) -> None:
|
|
277
|
-
"""!
|
|
278
|
-
Rows count.
|
|
279
|
-
"""
|
|
280
|
-
self._get_java_class().setRows(value)
|
|
281
|
-
|
|
282
170
|
@property
|
|
283
171
|
def aspect_ratio(self) -> float:
|
|
284
172
|
"""!
|
|
@@ -11,9 +11,6 @@ class DataMatrixVersion(Enum):
|
|
|
11
11
|
## Specifies to automatically pick up the smallest size for DataMatrix.
|
|
12
12
|
AUTO = 0
|
|
13
13
|
|
|
14
|
-
## Instructs to get symbol sizes from Rows And Columns parameters. Note that DataMatrix does not support
|
|
15
|
-
ROWS_COLUMNS = 1
|
|
16
|
-
|
|
17
14
|
## Specifies size of 9 x 9 modules for ECC000 type.
|
|
18
15
|
ECC000_9x9 = 2
|
|
19
16
|
|