Skip to content

Commit

Permalink
Release 23.8 (#58)
Browse files Browse the repository at this point in the history
* Added AllowAdditionalRestorations flag to reader params

* Added  DataMatrixVersion enum and  DataMatrixVersion param into DataMatrixParams

* Improved documentation

---------

Co-authored-by: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com>
  • Loading branch information
Denis-Averin and Ivan Kamkin authored Aug 30, 2023
1 parent e79ea4a commit 8d0276b
Show file tree
Hide file tree
Showing 85 changed files with 1,228 additions and 124 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Supported PHP Versions](https://img.shields.io/packagist/dependency-v/aspose/barcode-cloud-php/php)](https://packagist.org/packages/aspose/barcode-cloud-php)

- API version: 3.0
- Package version: 23.7.1
- Package version: 23.8.0
- Supported PHP versions: ">=7.4 || >=8.0"

## Demo applications
Expand Down Expand Up @@ -139,6 +139,7 @@ Class | Method | HTTP request | Description
- [DataMatrixEccType](docs/Model/DataMatrixEccType.md)
- [DataMatrixEncodeMode](docs/Model/DataMatrixEncodeMode.md)
- [DataMatrixParams](docs/Model/DataMatrixParams.md)
- [DataMatrixVersion](docs/Model/DataMatrixVersion.md)
- [DecodeBarcodeType](docs/Model/DecodeBarcodeType.md)
- [DiscUsage](docs/Model/DiscUsage.md)
- [DotCodeEncodeMode](docs/Model/DotCodeEncodeMode.md)
Expand Down
12 changes: 8 additions & 4 deletions docs/Api/BarcodeApi.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/Model/AustralianPostParams.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AustralianPostParams

AustralianPost barcode parameters.

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Expand Down
9 changes: 6 additions & 3 deletions docs/Model/AutoSizeMode.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# AutoSizeMode

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----

## Allowable values

* **NONE**
* NEAREST
* INTERPOLATION

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
10 changes: 7 additions & 3 deletions docs/Model/AvailableGraphicsUnit.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# AvailableGraphicsUnit

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Subset of GraphicsUnit.
## Allowable values

* **PIXEL**
* POINT
* INCH
* MILLIMETER

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
2 changes: 2 additions & 0 deletions docs/Model/AztecParams.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AztecParams

Aztec parameters.

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Expand Down
10 changes: 7 additions & 3 deletions docs/Model/AztecSymbolMode.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# AztecSymbolMode

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----

## Allowable values

* **AUTO**
* COMPACT
* FULL_RANGE
* RUNE

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
2 changes: 2 additions & 0 deletions docs/Model/BarcodeResponse.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# BarcodeResponse

Represents information about barcode.

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Expand Down
2 changes: 2 additions & 0 deletions docs/Model/BarcodeResponseList.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# BarcodeResponseList

Represents information about barcode list.

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Expand Down
11 changes: 8 additions & 3 deletions docs/Model/BorderDashStyle.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# BorderDashStyle

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----

## Allowable values

* **SOLID**
* DASH
* DOT
* DASH_DOT
* DASH_DOT_DOT

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
2 changes: 2 additions & 0 deletions docs/Model/CaptionParams.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CaptionParams

Caption

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Expand Down
9 changes: 6 additions & 3 deletions docs/Model/ChecksumValidation.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# ChecksumValidation

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----

## Allowable values

* **_DEFAULT**
* ON
* OFF

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
8 changes: 5 additions & 3 deletions docs/Model/CodabarChecksumMode.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# CodabarChecksumMode

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----

## Allowable values

* **MOD10**
* MOD16

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
2 changes: 2 additions & 0 deletions docs/Model/CodabarParams.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CodabarParams

Codabar parameters.

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Expand Down
10 changes: 7 additions & 3 deletions docs/Model/CodabarSymbol.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# CodabarSymbol

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----

## Allowable values

* **A**
* B
* C
* D

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
2 changes: 2 additions & 0 deletions docs/Model/CodablockParams.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CodablockParams

Codablock parameters.

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Expand Down
10 changes: 7 additions & 3 deletions docs/Model/Code128Emulation.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Code128Emulation

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----

## Allowable values

* **NONE**
* CODE903
* CODE904
* CODE905

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
13 changes: 10 additions & 3 deletions docs/Model/Code128EncodeMode.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Code128EncodeMode

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----

## Allowable values

* **AUTO**
* CODE_A
* CODE_B
* CODE_AB
* CODE_C
* CODE_AC
* CODE_BC

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
2 changes: 2 additions & 0 deletions docs/Model/Code128Params.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Code128Params

Code128 params.

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Expand Down
2 changes: 2 additions & 0 deletions docs/Model/Code16KParams.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Code16KParams

Code16K parameters.

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Expand Down
9 changes: 6 additions & 3 deletions docs/Model/CodeLocation.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# CodeLocation

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----

## Allowable values

* **BELOW**
* ABOVE
* NONE

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
2 changes: 2 additions & 0 deletions docs/Model/CouponParams.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CouponParams

Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Expand Down
9 changes: 6 additions & 3 deletions docs/Model/CustomerInformationInterpretingType.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# CustomerInformationInterpretingType

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----

## Allowable values

* **C_TABLE**
* N_TABLE
* OTHER

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
2 changes: 2 additions & 0 deletions docs/Model/DataBarParams.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# DataBarParams

Databar parameters.

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Expand Down
13 changes: 10 additions & 3 deletions docs/Model/DataMatrixEccType.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# DataMatrixEccType

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----

## Allowable values

* **ECC_AUTO**
* ECC000
* ECC050
* ECC080
* ECC100
* ECC140
* ECC200

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
15 changes: 12 additions & 3 deletions docs/Model/DataMatrixEncodeMode.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# DataMatrixEncodeMode

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
DataMatrix encoder&#39;s encoding mode, default to Auto
## Allowable values

* **AUTO**
* ASCII
* FULL
* CUSTOM
* C40
* TEXT
* EDIFACT
* ANSIX12
* EXTENDED_CODETEXT

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
3 changes: 3 additions & 0 deletions docs/Model/DataMatrixParams.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# DataMatrixParams

DataMatrix parameters.

## Properties
Name | Type | Description | Notes
---- | ---- | ----------- | -----
Expand All @@ -10,6 +12,7 @@ Name | Type | Description | Notes
**data_matrix_encode_mode** | [**\Aspose\BarCode\Model\DataMatrixEncodeMode**](DataMatrixEncodeMode.md) | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.Auto. | [optional]
**rows** | **int** | DEPRECATED: Will be replaced with &#39;DataMatrix.Version&#39; in the next release Rows count. | [optional]
**macro_characters** | [**\Aspose\BarCode\Model\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]
**version** | [**\Aspose\BarCode\Model\DataMatrixVersion**](DataMatrixVersion.md) | Sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. | [optional]

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
Loading

0 comments on commit 8d0276b

Please sign in to comment.