Skip to content

Latest commit

 

History

History
311 lines (220 loc) · 6.91 KB

File metadata and controls

311 lines (220 loc) · 6.91 KB
title SpecificParametersUI
second_title Aspose.BarCode for Android via Java API Reference
description Specific parameters.
type docs
weight 18
url /androidjava/com.aspose.barcode.component/specificparametersui/

Inheritance: java.lang.Object

public class SpecificParametersUI

Specific parameters.

Methods

Method Description
equals(Object arg0)
getAustralianPost() Gets AustralianPost parameters .
getAztec() Gets Aztec parameters .
getClass()
getCodabar() Gets Codabar parameters .
getCodablock() Gets Codablock parameters .
getCode128() Gets Code128 parameters .
getCode16K() Gets Code16K parameters .
getCoupon() Gets Coupon parameters .
getDataBar() Gets DataBar parameters .
getDataMatrix() Gets DataMatrix parameters Used for DataMatrix.
getDotCode() Gets DotCode parameters "com.aspose.barcode.generation.DotCodeParameters"
getHanXin() Gets HanXin parameters .
getITF() Gets ITF parameters .
getMaxiCode() Gets MaxiCode parameters .
getPdf417() Gets Pdf417 parameters .
getPostal() Gets Postal parameters .
getQR() Gets QR, MicroQR and RectMicroQR parameters com.aspose.barcode.component.QrParametersUI .
getSupplement() Gets Supplement parameters .
hashCode()
notify()
notifyAll()
toString() Returns a human-readable string representation of this .
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0) {#equals-java.lang.Object-}

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getAustralianPost() {#getAustralianPost--}

public AustralianPostParameters getAustralianPost()

Gets AustralianPost parameters . Used for AustralianPost.

Returns: AustralianPostParameters

getAztec() {#getAztec--}

public AztecParametersUI getAztec()

Gets Aztec parameters . Used for Aztec.

Returns: AztecParametersUI

getClass() {#getClass--}

public final native Class<?> getClass()

Returns: java.lang.Class<?>

getCodabar() {#getCodabar--}

public CodabarParameters getCodabar()

Gets Codabar parameters . Used for Codabar.

Returns: CodabarParameters

getCodablock() {#getCodablock--}

public CodablockParameters getCodablock()

Gets Codablock parameters .

Returns: CodablockParameters - Used for CodablockF.

getCode128() {#getCode128--}

public Code128Parameters getCode128()

Gets Code128 parameters . Used for Code128.

Returns: Code128Parameters

getCode16K() {#getCode16K--}

public Code16KParameters getCode16K()

Gets Code16K parameters . Used for Code16K.

Returns: Code16KParameters

getCoupon() {#getCoupon--}

public CouponParameters getCoupon()

Gets Coupon parameters . Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.

Returns: CouponParameters

getDataBar() {#getDataBar--}

public DataBarParameters getDataBar()

Gets DataBar parameters .

Returns: DataBarParameters - Used for DataBar symbologies.

getDataMatrix() {#getDataMatrix--}

public DataMatrixParametersUI getDataMatrix()

Gets DataMatrix parameters Used for DataMatrix.

Returns: DataMatrixParametersUI

getDotCode() {#getDotCode--}

public DotCodeParameters getDotCode()

Gets DotCode parameters "com.aspose.barcode.generation.DotCodeParameters"

Returns: DotCodeParameters - Used for DotCode.

getHanXin() {#getHanXin--}

public HanXinParametersUI getHanXin()

Gets HanXin parameters .

Returns: HanXinParametersUI -

getITF() {#getITF--}

public ITFParameters getITF()

Gets ITF parameters . Used for ITF6, ITF14.

Returns: ITFParameters

getMaxiCode() {#getMaxiCode--}

public MaxiCodeParameters getMaxiCode()

Gets MaxiCode parameters . Used for MaxiCode.

Returns: MaxiCodeParameters

getPdf417() {#getPdf417--}

public Pdf417ParametersUI getPdf417()

Gets Pdf417 parameters .

Returns: Pdf417ParametersUI - Used for Pdf417.

getPostal() {#getPostal--}

public PostalParameters getPostal()

Gets Postal parameters . Used for Postnet, Planet.

Returns: PostalParameters

getQR() {#getQR--}

public QrParametersUI getQR()

Gets QR, MicroQR and RectMicroQR parameters com.aspose.barcode.component.QrParametersUI . Used for QR.

Returns: QrParametersUI

getSupplement() {#getSupplement--}

public SupplementParameters getSupplement()

Gets Supplement parameters . Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.

Returns: SupplementParameters

hashCode() {#hashCode--}

public native int hashCode()

Returns: int

notify() {#notify--}

public final native void notify()

notifyAll() {#notifyAll--}

public final native void notifyAll()

toString() {#toString--}

public String toString()

Returns a human-readable string representation of this .

Returns: java.lang.String - A string that represents this .

wait() {#wait--}

public final void wait()

wait(long arg0) {#wait-long-}

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1) {#wait-long-int-}

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int