You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Aspose.BarCode Cloud SDK for Java
2
2
3
3
- API version: 3.0
4
-
- SDK version: 20.11.0
4
+
- SDK version: 20.12.0
5
5
6
6
[Aspose.BarCode for Cloud](https://products.aspose.cloud/barcode/cloud) is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
7
7
@@ -56,7 +56,7 @@ Add this dependency to your project's POM:
**fontSizeMode** | **String**| Specify FontSizeMode. If FontSizeMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontSizeMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontSizeMode.Auto. | [optional][enum: Auto, Manual]
65
+
**noWrap** | **Boolean**| Specify word wraps (line breaks) within text. Default value: false. | [optional]
65
66
**resolution** | **Double**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. | [optional]
66
67
**resolutionX** | **Double**| DEPRECATED: Use 'Resolution' instead. | [optional]
67
68
**resolutionY** | **Double**| DEPRECATED: Use 'Resolution' instead. | [optional]
@@ -307,7 +308,7 @@ Name | Type | Description | Notes
**fontSizeMode** | **String**| Specify FontSizeMode. If FontSizeMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontSizeMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontSizeMode.Auto. | [optional][enum: Auto, Manual]
361
+
**noWrap** | **Boolean**| Specify word wraps (line breaks) within text. Default value: false. | [optional]
360
362
**resolution** | **Double**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. | [optional]
361
363
**resolutionX** | **Double**| DEPRECATED: Use 'Resolution' instead. | [optional]
362
364
**resolutionY** | **Double**| DEPRECATED: Use 'Resolution' instead. | [optional]
**macroCharacters** | [**MacroCharacter**](MacroCharacter.md) | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS1DataMatrix Default value: MacroCharacters.None. | [optional]
**font** | [**FontParams**](FontParams.md) | Specify the displaying Text's font. Default value: Arial 5pt regular. Ignored if FontSizeMode is set to FontSizeMode.Auto. | [optional]
14
14
**fontSizeMode** | [**FontMode**](FontMode.md) | Specify FontSizeMode. If FontSizeMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontSizeMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontSizeMode.Auto. | [optional]
15
+
**noWrap** | **Boolean** | Specify word wraps (line breaks) within text. Default value: false. | [optional]
15
16
**resolution** | **Double** | Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. | [optional]
16
17
**resolutionX** | **Double** | DEPRECATED: Use 'Resolution' instead. | [optional]
17
18
**resolutionY** | **Double** | DEPRECATED: Use 'Resolution' instead. | [optional]
Copy file name to clipboardExpand all lines: docs/QrParams.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
**encodeMode** | [**QREncodeMode**](QREncodeMode.md) | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. | [optional]
12
12
**errorLevel** | [**QRErrorLevel**](QRErrorLevel.md) | Level of Reed-Solomon error correction for QR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel. | [optional]
13
13
**version** | [**QRVersion**](QRVersion.md) | Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.Auto. | [optional]
14
+
**structuredAppend** | [**StructuredAppend**](StructuredAppend.md) | QR structured append parameters. | [optional]
0 commit comments