BarcodeTypes

Inheritance: java.lang.Object

public class BarcodeTypes

Barcode Types container.

Constructors

Constructor Description
BarcodeTypes()

Fields

Field Description
AustralianPosteParcel Australian Post eParcel Barcode Type object.
AustralianPost Australian Post Barcode Type object.
Codabar Codabar Barcode Type object.
CodablockF CodablockF Barcode Type object.
Code11 Code11 Barcode Type object.
Code128 Code128 Barcode Type object.
Code16K Code16K Barcode Type object.
Code32 Code32 Barcode Type object.
Code39Extended Code39Extended Barcode Type object.
Code39Standard Code39Standard Barcode Type object.
Code93Extended Code93Extended Barcode Type object.
Code93Standard Code93Standard Barcode Type object.
DatabarExpanded DatabarExpanded Barcode Type object.
DatabarExpandedStacked DatabarExpandedStacked Barcode Type object.
DatabarLimited DatabarLimited Barcode Type object.
DatabarOmniDirectional DatabarOmniDirectional Barcode Type object.
DatabarStacked DatabarStacked Barcode Type object.
DatabarStackedOmniDirectional DatabarStackedOmniDirectional Barcode Type object.
DatabarTruncated DatabarTruncated Barcode Type object.
DataLogic2of5 DataLogic2of5 Barcode Type object.
DeutschePostIdentcode DeutschePostIdentcode Barcode Type object.
DeutschePostLeitcode DeutschePostLeitcode Barcode Type object.
DotCode DotCode Barcode Type object.
DutchKIX DutchKIX Barcode Type object.
EAN8 EAN8 Barcode Type object.
EAN13 EAN13 Barcode Type object.
EAN14 EAN14 Barcode Type object.
GS1CodablockF GS1CodablockF Barcode Type object.
GS1Code128 GS1 Code128 Barcode Type object.
GS1CompositeBar GS1 Composite Barcode Type object.
IATA2of5 IATA2of5 Barcode Type object.
Interleaved2of5 Interleaved2of5 Barcode Type object.
ISBN ISBN Barcode Type object.
ISMN ISMN Barcode Type object.
ISSN ISSN Barcode Type object.
ItalianPost25 ItalianPost25 Barcode Type object.
ITF14 ITF14 Barcode Type object.
ITF6 ITF6 Barcode Type object.
MacroPdf417 MacroPdf417 Barcode Type object.
Mailmark Royal Mail 2D Mailmark Barcode Type object.
Matrix2of5 Matrix2of5 Barcode Type object.
MaxiCode MaxiCode Barcode Type object.
MicroPdf417 MicroPdf417 Barcode Type object.
MSI MSI Barcode Type object.
OneCode OneCode Barcode Type object.
OPC OPC Barcode Type object.
PatchCode Patch Code Barcode Type object.
Pdf417 Pdf417 Barcode Type object.
Pharmacode Pharma code Barcode Type object.
Planet Planet Barcode Type object.
Postnet Postnet Barcode Type object.
PZN PZN Barcode Type object.
RM4SCC RM4SCC Barcode Type object.
SCC14 SCC14 Barcode Type object.
SingaporePost SingaporePost Barcode Type object.
SSCC18 SSCC18 Barcode Type object.
Standard2of5 Standard2of5 Barcode Type object.
SwissPostParcel SwissPostParcel Barcode Type object.
UPCA UPCA Barcode Type object.
UpcaGs1Code128Coupon UpcaGs1Code128Coupon Barcode Type object.
UpcaGs1DatabarCoupon UpcaGs1DatabarCoupon Barcode Type object.
UPCE UPCE Barcode Type object.
VIN VIN Barcode Type object.
HIBCCode39LIC HIBC LIC 39 Barcode Type object.
HIBCCode128LIC HIBC LIC 128 Barcode Type object.
HIBCCode39PAS HIBC PAS 39 Barcode Type object.
HIBCCode128PAS HIBC PAS 128 Barcode Type object.
GS1DotCode GS1 DotCode Barcode Type object.

Methods

Method Description
getAllTypes() All barcode types.
parse(String parsingType) Returns Barcode type with pasringType name.
tryParse(String parsingType) Returns Barcode type with pasringType name.
getDecodeTypes() Internal list of Decode Types for extraction
find(String encodeTypeName)
isBarcodeType(String encodeTypeName)

BarcodeTypes()

public BarcodeTypes()

AustralianPosteParcel

public static final BarcodeType AustralianPosteParcel

Australian Post eParcel Barcode Type object.

AustralianPost

public static final BarcodeType AustralianPost

Australian Post Barcode Type object.

Codabar

public static final BarcodeType Codabar

Codabar Barcode Type object.

CodablockF

public static final BarcodeType CodablockF

CodablockF Barcode Type object.

Code11

public static final BarcodeType Code11

Code11 Barcode Type object.

Code128

public static final BarcodeType Code128

Code128 Barcode Type object.

Code16K

public static final BarcodeType Code16K

Code16K Barcode Type object.

Code32

public static final BarcodeType Code32

Code32 Barcode Type object.

Code39Extended

public static final BarcodeType Code39Extended

Code39Extended Barcode Type object.

Code39Standard

public static final BarcodeType Code39Standard

Code39Standard Barcode Type object.

Code93Extended

public static final BarcodeType Code93Extended

Code93Extended Barcode Type object.

Code93Standard

public static final BarcodeType Code93Standard

Code93Standard Barcode Type object.

DatabarExpanded

public static final BarcodeType DatabarExpanded

DatabarExpanded Barcode Type object.

DatabarExpandedStacked

public static final BarcodeType DatabarExpandedStacked

DatabarExpandedStacked Barcode Type object.

DatabarLimited

public static final BarcodeType DatabarLimited

DatabarLimited Barcode Type object.

DatabarOmniDirectional

public static final BarcodeType DatabarOmniDirectional

DatabarOmniDirectional Barcode Type object.

DatabarStacked

public static final BarcodeType DatabarStacked

DatabarStacked Barcode Type object.

DatabarStackedOmniDirectional

public static final BarcodeType DatabarStackedOmniDirectional

DatabarStackedOmniDirectional Barcode Type object.

DatabarTruncated

public static final BarcodeType DatabarTruncated

DatabarTruncated Barcode Type object.

DataLogic2of5

public static final BarcodeType DataLogic2of5

DataLogic2of5 Barcode Type object.

DeutschePostIdentcode

public static final BarcodeType DeutschePostIdentcode

DeutschePostIdentcode Barcode Type object.

DeutschePostLeitcode

public static final BarcodeType DeutschePostLeitcode

DeutschePostLeitcode Barcode Type object.

DotCode

public static final BarcodeType DotCode

DotCode Barcode Type object.

DutchKIX

public static final BarcodeType DutchKIX

DutchKIX Barcode Type object.

EAN8

public static final BarcodeType EAN8

EAN8 Barcode Type object.

EAN13

public static final BarcodeType EAN13

EAN13 Barcode Type object.

EAN14

public static final BarcodeType EAN14

EAN14 Barcode Type object.

GS1CodablockF

public static final BarcodeType GS1CodablockF

GS1CodablockF Barcode Type object.

GS1Code128

public static final BarcodeType GS1Code128

GS1 Code128 Barcode Type object.

GS1CompositeBar

public static final BarcodeType GS1CompositeBar

GS1 Composite Barcode Type object.

IATA2of5

public static final BarcodeType IATA2of5

IATA2of5 Barcode Type object.

Interleaved2of5

public static final BarcodeType Interleaved2of5

Interleaved2of5 Barcode Type object.

ISBN

public static final BarcodeType ISBN

ISBN Barcode Type object.

ISMN

public static final BarcodeType ISMN

ISMN Barcode Type object.

ISSN

public static final BarcodeType ISSN

ISSN Barcode Type object.

ItalianPost25

public static final BarcodeType ItalianPost25

ItalianPost25 Barcode Type object.

ITF14

public static final BarcodeType ITF14

ITF14 Barcode Type object.

ITF6

public static final BarcodeType ITF6

ITF6 Barcode Type object.

MacroPdf417

public static final BarcodeType MacroPdf417

MacroPdf417 Barcode Type object.

Mailmark

public static final BarcodeType Mailmark

Royal Mail 2D Mailmark Barcode Type object.

Matrix2of5

public static final BarcodeType Matrix2of5

Matrix2of5 Barcode Type object.

MaxiCode

public static final BarcodeType MaxiCode

MaxiCode Barcode Type object.

MicroPdf417

public static final BarcodeType MicroPdf417

MicroPdf417 Barcode Type object.

MSI

public static final BarcodeType MSI

MSI Barcode Type object.

OneCode

public static final BarcodeType OneCode

OneCode Barcode Type object.

OPC

public static final BarcodeType OPC

OPC Barcode Type object.

PatchCode

public static final BarcodeType PatchCode

Patch Code Barcode Type object.

Pdf417

public static final BarcodeType Pdf417

Pdf417 Barcode Type object.

Pharmacode

public static final BarcodeType Pharmacode

Pharma code Barcode Type object.

Planet

public static final BarcodeType Planet

Planet Barcode Type object.

Postnet

public static final BarcodeType Postnet

Postnet Barcode Type object.

PZN

public static final BarcodeType PZN

PZN Barcode Type object.

RM4SCC

public static final BarcodeType RM4SCC

RM4SCC Barcode Type object.

SCC14

public static final BarcodeType SCC14

SCC14 Barcode Type object.

SingaporePost

public static final BarcodeType SingaporePost

SingaporePost Barcode Type object.

SSCC18

public static final BarcodeType SSCC18

SSCC18 Barcode Type object.

Standard2of5

public static final BarcodeType Standard2of5

Standard2of5 Barcode Type object.

SwissPostParcel

public static final BarcodeType SwissPostParcel

SwissPostParcel Barcode Type object.

UPCA

public static final BarcodeType UPCA

UPCA Barcode Type object.

UpcaGs1Code128Coupon

public static final BarcodeType UpcaGs1Code128Coupon

UpcaGs1Code128Coupon Barcode Type object.

UpcaGs1DatabarCoupon

public static final BarcodeType UpcaGs1DatabarCoupon

UpcaGs1DatabarCoupon Barcode Type object.

UPCE

public static final BarcodeType UPCE

UPCE Barcode Type object.

VIN

public static final BarcodeType VIN

VIN Barcode Type object.

HIBCCode39LIC

public static final BarcodeType HIBCCode39LIC

HIBC LIC 39 Barcode Type object.

HIBCCode128LIC

public static final BarcodeType HIBCCode128LIC

HIBC LIC 128 Barcode Type object.

HIBCCode39PAS

public static final BarcodeType HIBCCode39PAS

HIBC PAS 39 Barcode Type object.

HIBCCode128PAS

public static final BarcodeType HIBCCode128PAS

HIBC PAS 128 Barcode Type object.

GS1DotCode

public static final BarcodeType GS1DotCode

GS1 DotCode Barcode Type object.

getAllTypes()

public static BarcodeType[] getAllTypes()

All barcode types.

Returns: com.groupdocs.signature.domain.barcodes.BarcodeType[]

parse(String parsingType)

public static BarcodeType parse(String parsingType)

Returns Barcode type with pasringType name. If name of Barcode is unknown - Exception will be thrown.

Parameters:

Parameter Type Description
parsingType java.lang.String Source string of barcode type name.

Returns: BarcodeType - BarcodeType instance.

tryParse(String parsingType)

public static BarcodeType tryParse(String parsingType)

Returns Barcode type with pasringType name. If name of Barcode is unknown - no Exception will be thrown but method will return null value.

Parameters:

Parameter Type Description
parsingType java.lang.String Source string of barcode type name.

Returns: BarcodeType - BarcodeType instance.

getDecodeTypes()

public static System.Collections.Generic.List<BaseDecodeType> getDecodeTypes()

Internal list of Decode Types for extraction

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.barcode.barcoderecognition.BaseDecodeType>

find(String encodeTypeName)

public static BarcodeType find(String encodeTypeName)

Parameters:

Parameter Type Description
encodeTypeName java.lang.String

Returns: BarcodeType

isBarcodeType(String encodeTypeName)

public static boolean isBarcodeType(String encodeTypeName)

Parameters:

Parameter Type Description
encodeTypeName java.lang.String

Returns: boolean