Skip to content

Commit a0ba541

Browse files
authored
Merge pull request #29 from aspose-barcode/main
25.5
2 parents 23625e5 + d90124d commit a0ba541

File tree

1,556 files changed

+11673
-10496
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,556 files changed

+11673
-10496
lines changed

english/java/com.aspose.barcode.barcoderecognition/basedecodetype/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Base class for MultyDecodeType and SingleDecodeType.
2929
| [containsAny(BaseDecodeType[] types)](#containsAny-com.aspose.barcode.barcoderecognition.BaseDecodeType...-) | Determines whether any of the given decode types is included into |
3030
| [equals(Object obj)](#equals-java.lang.Object-) | Returns a value indicating whether this instance is equal to a specified [BaseDecodeType](../../com.aspose.barcode.barcoderecognition/basedecodetype) value. |
3131
| [getClass()](#getClass--) | |
32-
| [hashCode()](#hashCode--) | Returns the hash code for this instance. |
32+
| [hashCode()](#hashCode--) | |
3333
| [notify()](#notify--) | |
3434
| [notifyAll()](#notifyAll--) | |
3535
| [toString()](#toString--) | |
@@ -81,14 +81,14 @@ public final native Class<?> getClass()
8181
java.lang.Class<?>
8282
### hashCode() {#hashCode--}
8383
```
84-
public int hashCode()
84+
public native int hashCode()
8585
```
8686
8787
88-
Returns the hash code for this instance.
88+
8989
9090
**Returns:**
91-
int - A 32-bit signed integer hash code.
91+
int
9292
### notify() {#notify--}
9393
```
9494
public final native void notify()

english/java/com.aspose.barcode.complexbarcode/secondaryandadditionaldata/_index.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ Class for storing HIBC LIC secondary and additional data.
3535
| [notifyAll()](#notifyAll--) | |
3636
| [parseFromString(String secondaryDataCodetext)](#parseFromString-java.lang.String-) | Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. |
3737
| [setDateOfManufacture(LocalDateTime value)](#setDateOfManufacture-java.time.LocalDateTime-) | Identifies date of manufacture. |
38-
| [setDateOfManufacture(Date value)](#setDateOfManufacture-java.util.Date-) | Identifies date of manufacture. |
3938
| [setExpiryDate(LocalDateTime value)](#setExpiryDate-java.time.LocalDateTime-) | Identifies expiry date. |
40-
| [setExpiryDate(Date value)](#setExpiryDate-java.util.Date-) | Identifies expiry date. |
4139
| [setExpiryDateFormat(HIBCLICDateFormat value)](#setExpiryDateFormat-com.aspose.barcode.complexbarcode.HIBCLICDateFormat-) | Identifies expiry date format. |
4240
| [setLotNumber(String value)](#setLotNumber-java.lang.String-) | Identifies lot or batch number. |
4341
| [setQuantity(int value)](#setQuantity-int-) | Identifies quantity, must be integer value from 0 to 500. |
@@ -189,19 +187,6 @@ Identifies date of manufacture. Date of manufacture can be set to DateTime.MinVa
189187
| --- | --- | --- |
190188
| value | java.time.LocalDateTime | |
191189

192-
### setDateOfManufacture(Date value) {#setDateOfManufacture-java.util.Date-}
193-
```
194-
public void setDateOfManufacture(Date value)
195-
```
196-
197-
198-
Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue
199-
200-
**Parameters:**
201-
| Parameter | Type | Description |
202-
| --- | --- | --- |
203-
| value | java.util.Date | |
204-
205190
### setExpiryDate(LocalDateTime value) {#setExpiryDate-java.time.LocalDateTime-}
206191
```
207192
public void setExpiryDate(LocalDateTime value)
@@ -215,19 +200,6 @@ Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
215200
| --- | --- | --- |
216201
| value | java.time.LocalDateTime | |
217202

218-
### setExpiryDate(Date value) {#setExpiryDate-java.util.Date-}
219-
```
220-
public void setExpiryDate(Date value)
221-
```
222-
223-
224-
Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
225-
226-
**Parameters:**
227-
| Parameter | Type | Description |
228-
| --- | --- | --- |
229-
| value | java.util.Date | |
230-
231203
### setExpiryDateFormat(HIBCLICDateFormat value) {#setExpiryDateFormat-com.aspose.barcode.complexbarcode.HIBCLICDateFormat-}
232204
```
233205
public void setExpiryDateFormat(HIBCLICDateFormat value)

english/java/com.aspose.barcode.generation/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,20 @@ This package contains tools for generating barcode.
1919
| [AztecParameters](../com.aspose.barcode.generation/aztecparameters) | Aztec parameters. |
2020
| [BarcodeGenerator](../com.aspose.barcode.generation/barcodegenerator) | BarcodeGenerator for backend barcode images generation. |
2121
| [BarcodeParameters](../com.aspose.barcode.generation/barcodeparameters) | Barcode generation parameters. |
22+
| [BarcodeParametersInternal](../com.aspose.barcode.generation/barcodeparametersinternal) | |
2223
| [BaseEncodeType](../com.aspose.barcode.generation/baseencodetype) | Base class for SymbologyEncodeType. |
2324
| [BaseGenerationParameters](../com.aspose.barcode.generation/basegenerationparameters) | Barcode image generation parameters. |
2425
| [BorderParameters](../com.aspose.barcode.generation/borderparameters) | Barcode image border parameters |
26+
| [CMYKColor](../com.aspose.barcode.generation/cmykcolor) | Class for CMYK color. |
2527
| [CaptionParameters](../com.aspose.barcode.generation/captionparameters) | Caption parameters. |
28+
| [CaptionParametersInternal](../com.aspose.barcode.generation/captionparametersinternal) | |
2629
| [CodabarParameters](../com.aspose.barcode.generation/codabarparameters) | Codabar parameters. |
2730
| [CodabarSymbol](../com.aspose.barcode.generation/codabarsymbol) | Specifies the start or stop symbol of the Codabar barcode specification. |
2831
| [CodablockParameters](../com.aspose.barcode.generation/codablockparameters) | Codablock parameters. |
2932
| [Code128Parameters](../com.aspose.barcode.generation/code128parameters) | Code128 parameters. |
3033
| [Code16KParameters](../com.aspose.barcode.generation/code16kparameters) | Code16K parameters. |
3134
| [CodetextParameters](../com.aspose.barcode.generation/codetextparameters) | Codetext parameters. |
35+
| [CodetextParametersInternal](../com.aspose.barcode.generation/codetextparametersinternal) | |
3236
| [ComplexBarcode](../com.aspose.barcode.generation/complexbarcode) | |
3337
| [CouponParameters](../com.aspose.barcode.generation/couponparameters) | Coupon parameters. |
3438
| [DataBarParameters](../com.aspose.barcode.generation/databarparameters) | Databar parameters. |
@@ -61,6 +65,7 @@ This package contains tools for generating barcode.
6165
| [Padding](../com.aspose.barcode.generation/padding) | Paddings parameters. |
6266
| [PatchCodeParameters](../com.aspose.barcode.generation/patchcodeparameters) | PatchCode parameters. |
6367
| [Pdf417Parameters](../com.aspose.barcode.generation/pdf417parameters) | PDF417 parameters. |
68+
| [PdfParameters](../com.aspose.barcode.generation/pdfparameters) | PDF parameters. |
6469
| [PostalParameters](../com.aspose.barcode.generation/postalparameters) | Postal parameters. |
6570
| [QrExtCodetextBuilder](../com.aspose.barcode.generation/qrextcodetextbuilder) | Extended codetext generator for 2D QR barcodes for ExtendedCodetext Mode of QrEncodeMode Use TwoDDisplayText property of BarcodeGenerator to set visible text to removing managing characters. |
6671
| [QrParameters](../com.aspose.barcode.generation/qrparameters) | QR parameters. |

english/java/com.aspose.barcode.generation/autosizemode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: AutoSizeMode
33
second_title: Aspose.BarCode for Java API Reference
44
description: Specifies the different types of automatic sizing modes.
55
type: docs
6-
weight: 67
6+
weight: 72
77
url: /java/com.aspose.barcode.generation/autosizemode/
88
---
99
**Inheritance:**

english/java/com.aspose.barcode.generation/aztecencodemode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: AztecEncodeMode
33
second_title: Aspose.BarCode for Java API Reference
44
description: Encoding mode for Aztec barcodes.
55
type: docs
6-
weight: 68
6+
weight: 73
77
url: /java/com.aspose.barcode.generation/aztecencodemode/
88
---
99
**Inheritance:**

english/java/com.aspose.barcode.generation/aztecsymbolmode/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: AztecSymbolMode
33
second_title: Aspose.BarCode for Java API Reference
44
description: Specifies the Aztec symbol mode.
55
type: docs
6-
weight: 69
6+
weight: 74
77
url: /java/com.aspose.barcode.generation/aztecsymbolmode/
88
---
99
**Inheritance:**

english/java/com.aspose.barcode.generation/barcodeclassifications/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BarcodeClassifications
33
second_title: Aspose.BarCode for Java API Reference
44
description: EncodeTypes classification
55
type: docs
6-
weight: 71
6+
weight: 76
77
url: /java/com.aspose.barcode.generation/barcodeclassifications/
88
---
99
**Inheritance:**

english/java/com.aspose.barcode.generation/barcodeimageformat/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BarCodeImageFormat
33
second_title: Aspose.BarCode for Java API Reference
44
description: Specifies the file format of the image.
55
type: docs
6-
weight: 70
6+
weight: 75
77
url: /java/com.aspose.barcode.generation/barcodeimageformat/
88
---
99
**Inheritance:**

english/java/com.aspose.barcode.generation/barcodeparameters/_index.md

Lines changed: 0 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,12 @@ Barcode generation parameters.
1818
| Method | Description |
1919
| --- | --- |
2020
| [equals(Object arg0)](#equals-java.lang.Object-) | |
21-
| [getAspectRatio()](#getAspectRatio--) | |
2221
| [getAustralianPost()](#getAustralianPost--) | AustralianPost barcode parameters. |
2322
| [getAztec()](#getAztec--) | Aztec parameters. |
24-
| [getBackColor()](#getBackColor--) | |
2523
| [getBarColor()](#getBarColor--) | Bars color. |
2624
| [getBarHeight()](#getBarHeight--) | Height of 1D barcodes' bars in Unit value. |
2725
| [getBarWidthReduction()](#getBarWidthReduction--) | Get bars reduction value that is used to compensate ink spread while printing. |
2826
| [getBarcodeType()](#getBarcodeType--) | |
29-
| [getCalculatedBarCodeWidth()](#getCalculatedBarCodeWidth--) | |
3027
| [getChecksumAlwaysShow()](#getChecksumAlwaysShow--) | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. |
3128
| [getClass()](#getClass--) | |
3229
| [getCodabar()](#getCodabar--) | Codabar parameters. |
@@ -35,8 +32,6 @@ Barcode generation parameters.
3532
| [getCode16K()](#getCode16K--) | Code16K parameters. |
3633
| [getCodeText()](#getCodeText--) | |
3734
| [getCodeTextParameters()](#getCodeTextParameters--) | Codetext parameters. |
38-
| [getColumns()](#getColumns--) | |
39-
| [getComplexBarcode()](#getComplexBarcode--) | |
4035
| [getCoupon()](#getCoupon--) | Coupon parameters. |
4136
| [getDataBar()](#getDataBar--) | Databar parameters. |
4237
| [getDataMatrix()](#getDataMatrix--) | DataMatrix parameters. |
@@ -51,13 +46,8 @@ Barcode generation parameters.
5146
| [getPatchCode()](#getPatchCode--) | PatchCode parameters. |
5247
| [getPdf417()](#getPdf417--) | PDF417 parameters. |
5348
| [getPostal()](#getPostal--) | Postal parameters. |
54-
| [getPostalShortBarHeight()](#getPostalShortBarHeight--) | |
5549
| [getQR()](#getQR--) | QR, MicroQR and RectMicroQR parameters. |
56-
| [getQuietZonesWidthInXDim()](#getQuietZonesWidthInXDim--) | |
57-
| [getResolution()](#getResolution--) | |
58-
| [getRows()](#getRows--) | |
5950
| [getSupplement()](#getSupplement--) | Supplement parameters. |
60-
| [getSupplementSpace()](#getSupplementSpace--) | |
6151
| [getThrowExceptionWhenCodeTextIncorrect()](#getThrowExceptionWhenCodeTextIncorrect--) | Only for 1D barcodes. |
6252
| [getWideNarrowRatio()](#getWideNarrowRatio--) | Wide bars to Narrow bars ratio. |
6353
| [getXDimension()](#getXDimension--) | x-dimension is the smallest width of the unit of BarCode bars or spaces. |
@@ -68,7 +58,6 @@ Barcode generation parameters.
6858
| [setBarColor(Color value)](#setBarColor-java.awt.Color-) | Bars color. |
6959
| [setBarHeight(Unit value)](#setBarHeight-com.aspose.barcode.generation.Unit-) | Height of 1D barcodes' bars in Unit value. |
7060
| [setBarWidthReduction(Unit value)](#setBarWidthReduction-com.aspose.barcode.generation.Unit-) | Sets bars reduction value that is used to compensate ink spread while printing. |
71-
| [setCalculatedBarCodeWidth(int value)](#setCalculatedBarCodeWidth-int-) | |
7261
| [setChecksumAlwaysShow(boolean value)](#setChecksumAlwaysShow-boolean-) | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. |
7362
| [setChecksumEnabled(EnableChecksum value)](#setChecksumEnabled-com.aspose.barcode.generation.EnableChecksum-) | |
7463
| [setCodeText(String value)](#setCodeText-java.lang.String-) | |
@@ -97,16 +86,6 @@ public boolean equals(Object arg0)
9786

9887
**Returns:**
9988
boolean
100-
### getAspectRatio() {#getAspectRatio--}
101-
```
102-
public float getAspectRatio()
103-
```
104-
105-
106-
107-
108-
**Returns:**
109-
float
11089
### getAustralianPost() {#getAustralianPost--}
11190
```
11291
public AustralianPostParameters getAustralianPost()
@@ -127,16 +106,6 @@ Aztec parameters.
127106

128107
**Returns:**
129108
[AztecParameters](../../com.aspose.barcode.generation/aztecparameters)
130-
### getBackColor() {#getBackColor--}
131-
```
132-
public Color getBackColor()
133-
```
134-
135-
136-
137-
138-
**Returns:**
139-
java.awt.Color
140109
### getBarColor() {#getBarColor--}
141110
```
142111
public Color getBarColor()
@@ -177,16 +146,6 @@ public BaseEncodeType getBarcodeType()
177146

178147
**Returns:**
179148
[BaseEncodeType](../../com.aspose.barcode.generation/baseencodetype)
180-
### getCalculatedBarCodeWidth() {#getCalculatedBarCodeWidth--}
181-
```
182-
public int getCalculatedBarCodeWidth()
183-
```
184-
185-
186-
187-
188-
**Returns:**
189-
int
190149
### getChecksumAlwaysShow() {#getChecksumAlwaysShow--}
191150
```
192151
public boolean getChecksumAlwaysShow()
@@ -267,26 +226,6 @@ Codetext parameters.
267226

268227
**Returns:**
269228
[CodetextParameters](../../com.aspose.barcode.generation/codetextparameters)
270-
### getColumns() {#getColumns--}
271-
```
272-
public int getColumns()
273-
```
274-
275-
276-
277-
278-
**Returns:**
279-
int
280-
### getComplexBarcode() {#getComplexBarcode--}
281-
```
282-
public ComplexBarcode getComplexBarcode()
283-
```
284-
285-
286-
287-
288-
**Returns:**
289-
[ComplexBarcode](../../com.aspose.barcode.generation/complexbarcode)
290229
### getCoupon() {#getCoupon--}
291230
```
292231
public CouponParameters getCoupon()
@@ -431,16 +370,6 @@ Postal parameters. Used for Postnet, Planet.
431370

432371
**Returns:**
433372
[PostalParameters](../../com.aspose.barcode.generation/postalparameters)
434-
### getPostalShortBarHeight() {#getPostalShortBarHeight--}
435-
```
436-
public int getPostalShortBarHeight()
437-
```
438-
439-
440-
441-
442-
**Returns:**
443-
int
444373
### getQR() {#getQR--}
445374
```
446375
public QrParameters getQR()
@@ -451,36 +380,6 @@ QR, MicroQR and RectMicroQR parameters.
451380

452381
**Returns:**
453382
[QrParameters](../../com.aspose.barcode.generation/qrparameters)
454-
### getQuietZonesWidthInXDim() {#getQuietZonesWidthInXDim--}
455-
```
456-
public int getQuietZonesWidthInXDim()
457-
```
458-
459-
460-
461-
462-
**Returns:**
463-
int
464-
### getResolution() {#getResolution--}
465-
```
466-
public float getResolution()
467-
```
468-
469-
470-
471-
472-
**Returns:**
473-
float
474-
### getRows() {#getRows--}
475-
```
476-
public int getRows()
477-
```
478-
479-
480-
481-
482-
**Returns:**
483-
int
484383
### getSupplement() {#getSupplement--}
485384
```
486385
public SupplementParameters getSupplement()
@@ -491,16 +390,6 @@ Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA
491390

492391
**Returns:**
493392
[SupplementParameters](../../com.aspose.barcode.generation/supplementparameters)
494-
### getSupplementSpace() {#getSupplementSpace--}
495-
```
496-
public int getSupplementSpace()
497-
```
498-
499-
500-
501-
502-
**Returns:**
503-
int
504393
### getThrowExceptionWhenCodeTextIncorrect() {#getThrowExceptionWhenCodeTextIncorrect--}
505394
```
506395
public boolean getThrowExceptionWhenCodeTextIncorrect()
@@ -612,19 +501,6 @@ Sets bars reduction value that is used to compensate ink spread while printing.
612501
| --- | --- | --- |
613502
| value | [Unit](../../com.aspose.barcode.generation/unit) | |
614503

615-
### setCalculatedBarCodeWidth(int value) {#setCalculatedBarCodeWidth-int-}
616-
```
617-
public void setCalculatedBarCodeWidth(int value)
618-
```
619-
620-
621-
622-
623-
**Parameters:**
624-
| Parameter | Type | Description |
625-
| --- | --- | --- |
626-
| value | int | |
627-
628504
### setChecksumAlwaysShow(boolean value) {#setChecksumAlwaysShow-boolean-}
629505
```
630506
public void setChecksumAlwaysShow(boolean value)

0 commit comments

Comments
 (0)