public class Pdf417ParametersUI
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
float |
getAspectRatio()
Height/Width ratio of 2D BarCode module.
|
int |
getColumns()
Columns count.
|
int |
getECIEncoding()
Extended Channel Interpretation Identifiers.
|
Pdf417EncodeMode |
getEncodeMode()
Pdf417 symbology type of BarCode's encode mode.
|
Pdf417ErrorLevel |
getErrorLevel()
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.
|
MacroCharacter |
getMacroCharacters()
Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes.
|
java.lang.String |
getMacroPdf417Addressee()
MacroPdf417 barcode addressee name (optional field).
|
int |
getMacroPdf417Checksum()
MacroPdf417 barcode checksum (optional field).
|
int |
getMacroPdf417ECIEncoding()
Extended Channel Interpretation Identifiers.
|
int |
getMacroPdf417FileID()
Gets macro Pdf417 barcode's file ID.
|
java.lang.String |
getMacroPdf417FileName()
MacroPdf417 barcode file name (optional field).
|
int |
getMacroPdf417FileSize()
MacroPdf417 file size (optional field).
|
int |
getMacroPdf417SegmentID()
Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.
|
int |
getMacroPdf417SegmentsCount()
Gets macro Pdf417 barcode segments count.
|
java.lang.String |
getMacroPdf417Sender()
MacroPdf417 barcode sender name (optional field).
|
Pdf417MacroTerminator |
getMacroPdf417Terminator()
Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment.
|
java.time.LocalDateTime |
getMacroPdf417TimeStamp()
MacroPdf417 barcode time stamp (optional field).
|
Pdf417CompactionMode |
getPdf417CompactionMode()
Pdf417 symbology type of BarCode's compaction mode.
|
int |
getPdf417ECIEncoding()
Deprecated.
Use ECIEncoding instead
|
Pdf417EncodeMode |
getPdf417EncodeMode()
Deprecated.
Use EncodeMode instead
|
Pdf417ErrorLevel |
getPdf417ErrorLevel()
Deprecated.
Use ErrorLevel instead
|
java.lang.String |
getPdf417MacroAddressee()
Deprecated.
Use MacroPdf417Addressee instead
|
int |
getPdf417MacroChecksum()
Deprecated.
Use MacroPdf417Checksum instead
|
int |
getPdf417MacroECIEncoding()
Deprecated.
Use MacroPdf417ECIEncoding instead
|
int |
getPdf417MacroFileID()
Deprecated.
Use MacroPdf417FileID instead
|
java.lang.String |
getPdf417MacroFileName()
Deprecated.
Use MacroPdf417FileName instead
|
int |
getPdf417MacroFileSize()
Deprecated.
Use MacroPdf417FileSize instead
|
int |
getPdf417MacroSegmentID()
Deprecated.
Use MacroPdf417SegmentID instead
|
int |
getPdf417MacroSegmentsCount()
Deprecated.
Use MacroPdf417SegmentsCount instead
|
java.lang.String |
getPdf417MacroSender()
Deprecated.
Use MacroPdf417Sender instead
|
Pdf417MacroTerminator |
getPdf417MacroTerminator()
Deprecated.
Use MacroPdf417Terminator instead
|
java.time.LocalDateTime |
getPdf417MacroTimeStamp()
Deprecated.
Use MacroPdf417TimeStamp instead
|
boolean |
getPdf417Truncate()
Deprecated.
Use Truncate instead
|
int |
getRows()
Rows count.
|
boolean |
getTruncate()
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
|
boolean |
isCode128Emulation()
Can be used only with MicroPdf417 and encodes Code 128 emulation modes
Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128
|
boolean |
isLinked()
Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes
With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes
With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC
|
boolean |
isReaderInitialization()
Used to instruct the reader to interpret the data contained within the symbol
as programming for reader initialization.
|
void |
setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
|
void |
setCode128Emulation(boolean value)
Can be used only with MicroPdf417 and encodes Code 128 emulation modes
Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128
|
void |
setColumns(int value)
Columns count.
|
void |
setECIEncoding(int value)
Extended Channel Interpretation Identifiers.
|
void |
setEncodeMode(Pdf417EncodeMode value)
Pdf417 symbology type of BarCode's encode mode.
|
void |
setErrorLevel(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.
|
void |
setLinked(boolean value)
Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes
With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes
With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC
|
void |
setMacroCharacters(MacroCharacter value)
Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes.
|
void |
setMacroPdf417Addressee(java.lang.String value)
MacroPdf417 barcode addressee name (optional field).
|
void |
setMacroPdf417Checksum(int value)
MacroPdf417 barcode checksum (optional field).
|
void |
setMacroPdf417ECIEncoding(int value)
Extended Channel Interpretation Identifiers.
|
void |
setMacroPdf417FileID(int value)
Sets macro Pdf417 barcode's file ID.
|
void |
setMacroPdf417FileName(java.lang.String value)
MacroPdf417 barcode file name (optional field).
|
void |
setMacroPdf417FileSize(int value)
MacroPdf417 file size (optional field).
|
void |
setMacroPdf417SegmentID(int value)
Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.
|
void |
setMacroPdf417SegmentsCount(int value)
Sets macro Pdf417 barcode segments count.
|
void |
setMacroPdf417Sender(java.lang.String value)
MacroPdf417 barcode sender name (optional field).
|
void |
setMacroPdf417Terminator(Pdf417MacroTerminator value)
Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment.
|
void |
setMacroPdf417TimeStamp(java.time.LocalDateTime value)
MacroPdf417 barcode time stamp (optional field).
|
void |
setPdf417CompactionMode(Pdf417CompactionMode value)
Pdf417 symbology type of BarCode's compaction mode.
|
void |
setPdf417ECIEncoding(int value)
Deprecated.
Use ECIEncoding instead
|
void |
setPdf417EncodeMode(Pdf417EncodeMode value)
Deprecated.
Use EncodeMode instead
|
void |
setPdf417ErrorLevel(Pdf417ErrorLevel value)
Deprecated.
Use ErrorLevel instead
|
void |
setPdf417MacroAddressee(java.lang.String value)
Deprecated.
Use MacroPdf417Addressee instead
|
void |
setPdf417MacroChecksum(int value)
Deprecated.
Use MacroPdf417Checksum instead
|
void |
setPdf417MacroECIEncoding(int value)
Deprecated.
Use MacroPdf417ECIEncoding instead
|
void |
setPdf417MacroFileID(int value)
Deprecated.
Use MacroPdf417FileID instead
|
void |
setPdf417MacroFileName(java.lang.String value)
Deprecated.
Use MacroPdf417FileName instead
|
void |
setPdf417MacroFileSize(int value)
Deprecated.
Use MacroPdf417FileSize instead
|
void |
setPdf417MacroSegmentID(int value)
Deprecated.
Use MacroPdf417SegmentID instead
|
void |
setPdf417MacroSegmentsCount(int value)
Deprecated.
Use MacroPdf417SegmentsCount instead
|
void |
setPdf417MacroSender(java.lang.String value)
Deprecated.
Use MacroPdf417Sender instead
|
void |
setPdf417MacroTerminator(Pdf417MacroTerminator value)
Deprecated.
Use MacroPdf417Terminator instead
|
void |
setPdf417MacroTimeStamp(java.time.LocalDateTime value)
Deprecated.
Use MacroPdf417TimeStamp instead
|
void |
setPdf417Truncate(boolean value)
Deprecated.
Use Truncate instead
|
void |
setReaderInitialization(boolean value)
Used to instruct the reader to interpret the data contained within the symbol
as programming for reader initialization.
|
void |
setRows(int value)
Rows count.
|
void |
setTruncate(boolean value)
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
|
java.lang.String |
toString()
Returns a human-readable string representation of this
Pdf417Parameters. |
public final Pdf417EncodeMode getEncodeMode()
Pdf417 symbology type of BarCode's encode mode. Default value: Pdf417EncodeMode.Auto.
public final void setEncodeMode(Pdf417EncodeMode value)
Pdf417 symbology type of BarCode's encode mode. Default value: Pdf417EncodeMode.Auto.
@Deprecated public final Pdf417EncodeMode getPdf417EncodeMode()
Pdf417 symbology type of BarCode's encode mode. Default value: Pdf417EncodeMode.Auto.
@Deprecated public final void setPdf417EncodeMode(Pdf417EncodeMode value)
Pdf417 symbology type of BarCode's encode mode. Default value: Pdf417EncodeMode.Auto.
public final Pdf417CompactionMode getPdf417CompactionMode()
Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.Auto.
public final void setPdf417CompactionMode(Pdf417CompactionMode value)
Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.Auto.
public final Pdf417ErrorLevel getErrorLevel()
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.
public final void setErrorLevel(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.
value - 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.@Deprecated public final 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.
@Deprecated public final 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.
value - 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.public final boolean getTruncate()
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
public final void setTruncate(boolean value)
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
@Deprecated public final boolean getPdf417Truncate()
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
@Deprecated public final void setPdf417Truncate(boolean value)
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
public final int getColumns()
Columns count.
public final void setColumns(int value)
Columns count.
public final int getRows()
Rows count.
public final void setRows(int value)
Rows count.
public final float getAspectRatio()
Height/Width ratio of 2D BarCode module.
public final void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
public final int getMacroPdf417FileID()
Gets macro Pdf417 barcode's file ID. Used for MacroPdf417.
public final void setMacroPdf417FileID(int value)
Sets macro Pdf417 barcode's file ID. Used for MacroPdf417.
value - macro Pdf417 barcode's file ID.@Deprecated public final int getPdf417MacroFileID()
Gets macro Pdf417 barcode's file ID. Used for MacroPdf417.
@Deprecated public final void setPdf417MacroFileID(int value)
Sets macro Pdf417 barcode's file ID. Used for MacroPdf417.
value - macro Pdf417 barcode's file ID.public final int getMacroPdf417SegmentID()
Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.
public final void setMacroPdf417SegmentID(int value)
Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.
value - macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.@Deprecated public final int getPdf417MacroSegmentID()
Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.
@Deprecated public final void setPdf417MacroSegmentID(int value)
Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.
value - macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.public final int getMacroPdf417SegmentsCount()
Gets macro Pdf417 barcode segments count.
public final void setMacroPdf417SegmentsCount(int value)
Sets macro Pdf417 barcode segments count.
value - macro Pdf417 barcode segments count.@Deprecated public final int getPdf417MacroSegmentsCount()
Gets macro Pdf417 barcode segments count.
@Deprecated public final void setPdf417MacroSegmentsCount(int value)
Sets macro Pdf417 barcode segments count.
value - macro Pdf417 barcode segments count.public final java.lang.String getMacroPdf417FileName()
MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode)
public final void setMacroPdf417FileName(java.lang.String value)
MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode)
@Deprecated public final java.lang.String getPdf417MacroFileName()
MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode)
@Deprecated public final void setPdf417MacroFileName(java.lang.String value)
MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode)
public final java.time.LocalDateTime getMacroPdf417TimeStamp()
MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode)
public final void setMacroPdf417TimeStamp(java.time.LocalDateTime value)
MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode)
@Deprecated public final java.time.LocalDateTime getPdf417MacroTimeStamp()
MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode)
@Deprecated public final void setPdf417MacroTimeStamp(java.time.LocalDateTime value)
MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode)
public final java.lang.String getMacroPdf417Sender()
MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode)
public final void setMacroPdf417Sender(java.lang.String value)
MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode)
@Deprecated public final java.lang.String getPdf417MacroSender()
MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode)
@Deprecated public final void setPdf417MacroSender(java.lang.String value)
MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode)
public final java.lang.String getMacroPdf417Addressee()
MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode)
public final void setMacroPdf417Addressee(java.lang.String value)
MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode)
@Deprecated public final java.lang.String getPdf417MacroAddressee()
MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode)
@Deprecated public final void setPdf417MacroAddressee(java.lang.String value)
MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode)
public final int getMacroPdf417FileSize()
MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file.
public final void setMacroPdf417FileSize(int value)
MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file.
@Deprecated public final int getPdf417MacroFileSize()
MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file.
@Deprecated public final void setPdf417MacroFileSize(int value)
MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file.
public final int getMacroPdf417Checksum()
MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1
public final void setMacroPdf417Checksum(int value)
MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1
@Deprecated public final int getPdf417MacroChecksum()
MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1
@Deprecated public final void setPdf417MacroChecksum(int value)
MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1
public final int getECIEncoding()
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings.
public final void setECIEncoding(int value)
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings.
@Deprecated public final int getPdf417ECIEncoding()
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings.
@Deprecated public final void setPdf417ECIEncoding(int value)
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings.
public final int getMacroPdf417ECIEncoding()
Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields.
public final void setMacroPdf417ECIEncoding(int value)
Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields.
@Deprecated public final int getPdf417MacroECIEncoding()
Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields.
@Deprecated public final void setPdf417MacroECIEncoding(int value)
Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields.
public final Pdf417MacroTerminator getMacroPdf417Terminator()
Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417.
public final void setMacroPdf417Terminator(Pdf417MacroTerminator value)
Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417.
@Deprecated public final Pdf417MacroTerminator getPdf417MacroTerminator()
Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417.
@Deprecated public final void setPdf417MacroTerminator(Pdf417MacroTerminator value)
Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417.
public final boolean isReaderInitialization()
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
public final void setReaderInitialization(boolean value)
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
public final MacroCharacter getMacroCharacters()
Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None.
public final void setMacroCharacters(MacroCharacter value)
Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None.
public final boolean isLinked()
Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC
public final void setLinked(boolean value)
Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC
public final boolean isCode128Emulation()
Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128
public final void setCode128Emulation(boolean value)
Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128
public java.lang.String toString()
Returns a human-readable string representation of this Pdf417Parameters.
toString in class java.lang.ObjectPdf417Parameters.