Pdf417ParametersUI

Inheritance: java.lang.Object

public class Pdf417ParametersUI

UI wrapper for com.aspose.barcode.generation.Pdf417Parameters class.

Methods

MethodDescription
equals(Object arg0)
getAspectRatio()Height/Width ratio of 2D BarCode module.
getClass()
getCodeTextEncoding()Gets the encoding of codetext.
getColumns()Columns count.
getPdf417CompactionMode()Pdf417 symbology type of BarCode’s compaction mode.
getPdf417ErrorLevel()Gets Pdf417 symbology type of BarCode’s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture.
getPdf417MacroFileID()Gets macro Pdf417 barcode’s file ID.
getPdf417MacroSegmentID()Gets macro Pdf417 barcode’s segment ID, which starts from 0, to MacroSegmentsCount - 1.
getPdf417MacroSegmentsCount()Gets macro Pdf417 barcode segments count.
getPdf417Truncate()Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
getRows()Rows count.
hashCode()
notify()
notifyAll()
setAspectRatio(float value)Height/Width ratio of 2D BarCode module.
setCodeTextEncoding(Charset value)Sets the encoding of codetext.
setColumns(int value)Columns count.
setPdf417CompactionMode(Pdf417CompactionMode value)Pdf417 symbology type of BarCode’s compaction mode.
setPdf417ErrorLevel(Pdf417ErrorLevel value)Sets Pdf417 symbology type of BarCode’s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture.
setPdf417MacroFileID(int value)Sets macro Pdf417 barcode’s file ID.
setPdf417MacroSegmentID(int value)Sets macro Pdf417 barcode’s segment ID, which starts from 0, to MacroSegmentsCount - 1.
setPdf417MacroSegmentsCount(int value)Sets macro Pdf417 barcode segments count.
setPdf417Truncate(boolean value)Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
setRows(int value)Rows count.
toString()Returns a human-readable string representation of this .
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAspectRatio()

public float getAspectRatio()

Height/Width ratio of 2D BarCode module.

Returns: float

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCodeTextEncoding()

public Charset getCodeTextEncoding()

Gets the encoding of codetext.

Returns: java.nio.charset.Charset

getColumns()

public int getColumns()

Columns count.

Returns: int

getPdf417CompactionMode()

public Pdf417CompactionMode getPdf417CompactionMode()

Pdf417 symbology type of BarCode’s compaction mode. Default value: Pdf417CompactionMode.AUTO.

Returns: Pdf417CompactionMode

getPdf417ErrorLevel()

public Pdf417ErrorLevel getPdf417ErrorLevel()

Gets Pdf417 symbology type of BarCode’s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture.

Returns: Pdf417ErrorLevel

getPdf417MacroFileID()

public int getPdf417MacroFileID()

Gets macro Pdf417 barcode’s file ID. Used for MacroPdf417.

Returns: int

getPdf417MacroSegmentID()

public int getPdf417MacroSegmentID()

Gets macro Pdf417 barcode’s segment ID, which starts from 0, to MacroSegmentsCount - 1.

Returns: int

getPdf417MacroSegmentsCount()

public int getPdf417MacroSegmentsCount()

Gets macro Pdf417 barcode segments count.

Returns: int

getPdf417Truncate()

public boolean getPdf417Truncate()

Whether Pdf417 symbology type of BarCode is truncated (to reduce space).

Returns: boolean

getRows()

public int getRows()

Rows count.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAspectRatio(float value)

public void setAspectRatio(float value)

Height/Width ratio of 2D BarCode module.

Parameters:

ParameterTypeDescription
valuefloat

setCodeTextEncoding(Charset value)

public void setCodeTextEncoding(Charset value)

Sets the encoding of codetext.

Parameters:

ParameterTypeDescription
valuejava.nio.charset.Charset

setColumns(int value)

public void setColumns(int value)

Columns count.

Parameters:

ParameterTypeDescription
valueint

setPdf417CompactionMode(Pdf417CompactionMode value)

public void setPdf417CompactionMode(Pdf417CompactionMode value)

Pdf417 symbology type of BarCode’s compaction mode. Default value: Pdf417CompactionMode.AUTO.

Parameters:

ParameterTypeDescription
valuePdf417CompactionMode

setPdf417ErrorLevel(Pdf417ErrorLevel value)

public void setPdf417ErrorLevel(Pdf417ErrorLevel value)

Sets Pdf417 symbology type of BarCode’s error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture.

Parameters:

ParameterTypeDescription
valuePdf417ErrorLevel

setPdf417MacroFileID(int value)

public void setPdf417MacroFileID(int value)

Sets macro Pdf417 barcode’s file ID. Used for MacroPdf417.

Parameters:

ParameterTypeDescription
valueint

setPdf417MacroSegmentID(int value)

public void setPdf417MacroSegmentID(int value)

Sets macro Pdf417 barcode’s segment ID, which starts from 0, to MacroSegmentsCount - 1.

Parameters:

ParameterTypeDescription
valueint

setPdf417MacroSegmentsCount(int value)

public void setPdf417MacroSegmentsCount(int value)

Sets macro Pdf417 barcode segments count.

Parameters:

ParameterTypeDescription
valueint

setPdf417Truncate(boolean value)

public void setPdf417Truncate(boolean value)

Whether Pdf417 symbology type of BarCode is truncated (to reduce space).

Parameters:

ParameterTypeDescription
valueboolean

setRows(int value)

public void setRows(int value)

Rows count.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns a human-readable string representation of this .

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

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int