Skip to content
Merged

25.5 #29

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Base class for MultyDecodeType and SingleDecodeType.
| [containsAny(BaseDecodeType[] types)](#containsAny-com.aspose.barcode.barcoderecognition.BaseDecodeType...-) | Determines whether any of the given decode types is included into |
| [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. |
| [getClass()](#getClass--) | |
| [hashCode()](#hashCode--) | Returns the hash code for this instance. |
| [hashCode()](#hashCode--) | |
| [notify()](#notify--) | |
| [notifyAll()](#notifyAll--) | |
| [toString()](#toString--) | |
Expand Down Expand Up @@ -81,14 +81,14 @@ public final native Class<?> getClass()
java.lang.Class<?>
### hashCode() {#hashCode--}
```
public int hashCode()
public native int hashCode()
```


Returns the hash code for this instance.


**Returns:**
int - A 32-bit signed integer hash code.
int
### notify() {#notify--}
```
public final native void notify()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ Class for storing HIBC LIC secondary and additional data.
| [notifyAll()](#notifyAll--) | |
| [parseFromString(String secondaryDataCodetext)](#parseFromString-java.lang.String-) | Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. |
| [setDateOfManufacture(LocalDateTime value)](#setDateOfManufacture-java.time.LocalDateTime-) | Identifies date of manufacture. |
| [setDateOfManufacture(Date value)](#setDateOfManufacture-java.util.Date-) | Identifies date of manufacture. |
| [setExpiryDate(LocalDateTime value)](#setExpiryDate-java.time.LocalDateTime-) | Identifies expiry date. |
| [setExpiryDate(Date value)](#setExpiryDate-java.util.Date-) | Identifies expiry date. |
| [setExpiryDateFormat(HIBCLICDateFormat value)](#setExpiryDateFormat-com.aspose.barcode.complexbarcode.HIBCLICDateFormat-) | Identifies expiry date format. |
| [setLotNumber(String value)](#setLotNumber-java.lang.String-) | Identifies lot or batch number. |
| [setQuantity(int value)](#setQuantity-int-) | Identifies quantity, must be integer value from 0 to 500. |
Expand Down Expand Up @@ -189,19 +187,6 @@ Identifies date of manufacture. Date of manufacture can be set to DateTime.MinVa
| --- | --- | --- |
| value | java.time.LocalDateTime | |

### setDateOfManufacture(Date value) {#setDateOfManufacture-java.util.Date-}
```
public void setDateOfManufacture(Date value)
```


Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| value | java.util.Date | |

### setExpiryDate(LocalDateTime value) {#setExpiryDate-java.time.LocalDateTime-}
```
public void setExpiryDate(LocalDateTime value)
Expand All @@ -215,19 +200,6 @@ Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
| --- | --- | --- |
| value | java.time.LocalDateTime | |

### setExpiryDate(Date value) {#setExpiryDate-java.util.Date-}
```
public void setExpiryDate(Date value)
```


Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| value | java.util.Date | |

### setExpiryDateFormat(HIBCLICDateFormat value) {#setExpiryDateFormat-com.aspose.barcode.complexbarcode.HIBCLICDateFormat-}
```
public void setExpiryDateFormat(HIBCLICDateFormat value)
Expand Down
5 changes: 5 additions & 0 deletions english/java/com.aspose.barcode.generation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,20 @@ This package contains tools for generating barcode.
| [AztecParameters](../com.aspose.barcode.generation/aztecparameters) | Aztec parameters. |
| [BarcodeGenerator](../com.aspose.barcode.generation/barcodegenerator) | BarcodeGenerator for backend barcode images generation. |
| [BarcodeParameters](../com.aspose.barcode.generation/barcodeparameters) | Barcode generation parameters. |
| [BarcodeParametersInternal](../com.aspose.barcode.generation/barcodeparametersinternal) | |
| [BaseEncodeType](../com.aspose.barcode.generation/baseencodetype) | Base class for SymbologyEncodeType. |
| [BaseGenerationParameters](../com.aspose.barcode.generation/basegenerationparameters) | Barcode image generation parameters. |
| [BorderParameters](../com.aspose.barcode.generation/borderparameters) | Barcode image border parameters |
| [CMYKColor](../com.aspose.barcode.generation/cmykcolor) | Class for CMYK color. |
| [CaptionParameters](../com.aspose.barcode.generation/captionparameters) | Caption parameters. |
| [CaptionParametersInternal](../com.aspose.barcode.generation/captionparametersinternal) | |
| [CodabarParameters](../com.aspose.barcode.generation/codabarparameters) | Codabar parameters. |
| [CodabarSymbol](../com.aspose.barcode.generation/codabarsymbol) | Specifies the start or stop symbol of the Codabar barcode specification. |
| [CodablockParameters](../com.aspose.barcode.generation/codablockparameters) | Codablock parameters. |
| [Code128Parameters](../com.aspose.barcode.generation/code128parameters) | Code128 parameters. |
| [Code16KParameters](../com.aspose.barcode.generation/code16kparameters) | Code16K parameters. |
| [CodetextParameters](../com.aspose.barcode.generation/codetextparameters) | Codetext parameters. |
| [CodetextParametersInternal](../com.aspose.barcode.generation/codetextparametersinternal) | |
| [ComplexBarcode](../com.aspose.barcode.generation/complexbarcode) | |
| [CouponParameters](../com.aspose.barcode.generation/couponparameters) | Coupon parameters. |
| [DataBarParameters](../com.aspose.barcode.generation/databarparameters) | Databar parameters. |
Expand Down Expand Up @@ -61,6 +65,7 @@ This package contains tools for generating barcode.
| [Padding](../com.aspose.barcode.generation/padding) | Paddings parameters. |
| [PatchCodeParameters](../com.aspose.barcode.generation/patchcodeparameters) | PatchCode parameters. |
| [Pdf417Parameters](../com.aspose.barcode.generation/pdf417parameters) | PDF417 parameters. |
| [PdfParameters](../com.aspose.barcode.generation/pdfparameters) | PDF parameters. |
| [PostalParameters](../com.aspose.barcode.generation/postalparameters) | Postal parameters. |
| [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. |
| [QrParameters](../com.aspose.barcode.generation/qrparameters) | QR parameters. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: AutoSizeMode
second_title: Aspose.BarCode for Java API Reference
description: Specifies the different types of automatic sizing modes.
type: docs
weight: 67
weight: 72
url: /java/com.aspose.barcode.generation/autosizemode/
---
**Inheritance:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: AztecEncodeMode
second_title: Aspose.BarCode for Java API Reference
description: Encoding mode for Aztec barcodes.
type: docs
weight: 68
weight: 73
url: /java/com.aspose.barcode.generation/aztecencodemode/
---
**Inheritance:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: AztecSymbolMode
second_title: Aspose.BarCode for Java API Reference
description: Specifies the Aztec symbol mode.
type: docs
weight: 69
weight: 74
url: /java/com.aspose.barcode.generation/aztecsymbolmode/
---
**Inheritance:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BarcodeClassifications
second_title: Aspose.BarCode for Java API Reference
description: EncodeTypes classification
type: docs
weight: 71
weight: 76
url: /java/com.aspose.barcode.generation/barcodeclassifications/
---
**Inheritance:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BarCodeImageFormat
second_title: Aspose.BarCode for Java API Reference
description: Specifies the file format of the image.
type: docs
weight: 70
weight: 75
url: /java/com.aspose.barcode.generation/barcodeimageformat/
---
**Inheritance:**
Expand Down
124 changes: 0 additions & 124 deletions english/java/com.aspose.barcode.generation/barcodeparameters/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ Barcode generation parameters.
| Method | Description |
| --- | --- |
| [equals(Object arg0)](#equals-java.lang.Object-) | |
| [getAspectRatio()](#getAspectRatio--) | |
| [getAustralianPost()](#getAustralianPost--) | AustralianPost barcode parameters. |
| [getAztec()](#getAztec--) | Aztec parameters. |
| [getBackColor()](#getBackColor--) | |
| [getBarColor()](#getBarColor--) | Bars color. |
| [getBarHeight()](#getBarHeight--) | Height of 1D barcodes' bars in Unit value. |
| [getBarWidthReduction()](#getBarWidthReduction--) | Get bars reduction value that is used to compensate ink spread while printing. |
| [getBarcodeType()](#getBarcodeType--) | |
| [getCalculatedBarCodeWidth()](#getCalculatedBarCodeWidth--) | |
| [getChecksumAlwaysShow()](#getChecksumAlwaysShow--) | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. |
| [getClass()](#getClass--) | |
| [getCodabar()](#getCodabar--) | Codabar parameters. |
Expand All @@ -35,8 +32,6 @@ Barcode generation parameters.
| [getCode16K()](#getCode16K--) | Code16K parameters. |
| [getCodeText()](#getCodeText--) | |
| [getCodeTextParameters()](#getCodeTextParameters--) | Codetext parameters. |
| [getColumns()](#getColumns--) | |
| [getComplexBarcode()](#getComplexBarcode--) | |
| [getCoupon()](#getCoupon--) | Coupon parameters. |
| [getDataBar()](#getDataBar--) | Databar parameters. |
| [getDataMatrix()](#getDataMatrix--) | DataMatrix parameters. |
Expand All @@ -51,13 +46,8 @@ Barcode generation parameters.
| [getPatchCode()](#getPatchCode--) | PatchCode parameters. |
| [getPdf417()](#getPdf417--) | PDF417 parameters. |
| [getPostal()](#getPostal--) | Postal parameters. |
| [getPostalShortBarHeight()](#getPostalShortBarHeight--) | |
| [getQR()](#getQR--) | QR, MicroQR and RectMicroQR parameters. |
| [getQuietZonesWidthInXDim()](#getQuietZonesWidthInXDim--) | |
| [getResolution()](#getResolution--) | |
| [getRows()](#getRows--) | |
| [getSupplement()](#getSupplement--) | Supplement parameters. |
| [getSupplementSpace()](#getSupplementSpace--) | |
| [getThrowExceptionWhenCodeTextIncorrect()](#getThrowExceptionWhenCodeTextIncorrect--) | Only for 1D barcodes. |
| [getWideNarrowRatio()](#getWideNarrowRatio--) | Wide bars to Narrow bars ratio. |
| [getXDimension()](#getXDimension--) | x-dimension is the smallest width of the unit of BarCode bars or spaces. |
Expand All @@ -68,7 +58,6 @@ Barcode generation parameters.
| [setBarColor(Color value)](#setBarColor-java.awt.Color-) | Bars color. |
| [setBarHeight(Unit value)](#setBarHeight-com.aspose.barcode.generation.Unit-) | Height of 1D barcodes' bars in Unit value. |
| [setBarWidthReduction(Unit value)](#setBarWidthReduction-com.aspose.barcode.generation.Unit-) | Sets bars reduction value that is used to compensate ink spread while printing. |
| [setCalculatedBarCodeWidth(int value)](#setCalculatedBarCodeWidth-int-) | |
| [setChecksumAlwaysShow(boolean value)](#setChecksumAlwaysShow-boolean-) | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. |
| [setChecksumEnabled(EnableChecksum value)](#setChecksumEnabled-com.aspose.barcode.generation.EnableChecksum-) | |
| [setCodeText(String value)](#setCodeText-java.lang.String-) | |
Expand Down Expand Up @@ -97,16 +86,6 @@ public boolean equals(Object arg0)

**Returns:**
boolean
### getAspectRatio() {#getAspectRatio--}
```
public float getAspectRatio()
```




**Returns:**
float
### getAustralianPost() {#getAustralianPost--}
```
public AustralianPostParameters getAustralianPost()
Expand All @@ -127,16 +106,6 @@ Aztec parameters.

**Returns:**
[AztecParameters](../../com.aspose.barcode.generation/aztecparameters)
### getBackColor() {#getBackColor--}
```
public Color getBackColor()
```




**Returns:**
java.awt.Color
### getBarColor() {#getBarColor--}
```
public Color getBarColor()
Expand Down Expand Up @@ -177,16 +146,6 @@ public BaseEncodeType getBarcodeType()

**Returns:**
[BaseEncodeType](../../com.aspose.barcode.generation/baseencodetype)
### getCalculatedBarCodeWidth() {#getCalculatedBarCodeWidth--}
```
public int getCalculatedBarCodeWidth()
```




**Returns:**
int
### getChecksumAlwaysShow() {#getChecksumAlwaysShow--}
```
public boolean getChecksumAlwaysShow()
Expand Down Expand Up @@ -267,26 +226,6 @@ Codetext parameters.

**Returns:**
[CodetextParameters](../../com.aspose.barcode.generation/codetextparameters)
### getColumns() {#getColumns--}
```
public int getColumns()
```




**Returns:**
int
### getComplexBarcode() {#getComplexBarcode--}
```
public ComplexBarcode getComplexBarcode()
```




**Returns:**
[ComplexBarcode](../../com.aspose.barcode.generation/complexbarcode)
### getCoupon() {#getCoupon--}
```
public CouponParameters getCoupon()
Expand Down Expand Up @@ -431,16 +370,6 @@ Postal parameters. Used for Postnet, Planet.

**Returns:**
[PostalParameters](../../com.aspose.barcode.generation/postalparameters)
### getPostalShortBarHeight() {#getPostalShortBarHeight--}
```
public int getPostalShortBarHeight()
```




**Returns:**
int
### getQR() {#getQR--}
```
public QrParameters getQR()
Expand All @@ -451,36 +380,6 @@ QR, MicroQR and RectMicroQR parameters.

**Returns:**
[QrParameters](../../com.aspose.barcode.generation/qrparameters)
### getQuietZonesWidthInXDim() {#getQuietZonesWidthInXDim--}
```
public int getQuietZonesWidthInXDim()
```




**Returns:**
int
### getResolution() {#getResolution--}
```
public float getResolution()
```




**Returns:**
float
### getRows() {#getRows--}
```
public int getRows()
```




**Returns:**
int
### getSupplement() {#getSupplement--}
```
public SupplementParameters getSupplement()
Expand All @@ -491,16 +390,6 @@ Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA

**Returns:**
[SupplementParameters](../../com.aspose.barcode.generation/supplementparameters)
### getSupplementSpace() {#getSupplementSpace--}
```
public int getSupplementSpace()
```




**Returns:**
int
### getThrowExceptionWhenCodeTextIncorrect() {#getThrowExceptionWhenCodeTextIncorrect--}
```
public boolean getThrowExceptionWhenCodeTextIncorrect()
Expand Down Expand Up @@ -612,19 +501,6 @@ Sets bars reduction value that is used to compensate ink spread while printing.
| --- | --- | --- |
| value | [Unit](../../com.aspose.barcode.generation/unit) | |

### setCalculatedBarCodeWidth(int value) {#setCalculatedBarCodeWidth-int-}
```
public void setCalculatedBarCodeWidth(int value)
```




**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| value | int | |

### setChecksumAlwaysShow(boolean value) {#setChecksumAlwaysShow-boolean-}
```
public void setChecksumAlwaysShow(boolean value)
Expand Down
Loading