Uses of Class
com.itextpdf.barcodes.qrcode.Mode
Packages that use Mode
-
Uses of Mode in com.itextpdf.barcodes.qrcode
Fields in com.itextpdf.barcodes.qrcode declared as ModeModifier and TypeFieldDescriptionstatic final Mode
Mode.ALPHANUMERIC
static final Mode
Mode.BYTE
static final Mode
Mode.ECI
static final Mode
Mode.FNC1_FIRST_POSITION
static final Mode
Mode.FNC1_SECOND_POSITION
static final Mode
Mode.KANJI
private Mode
QRCode.mode
static final Mode
Mode.NUMERIC
static final Mode
Mode.STRUCTURED_APPEND
static final Mode
Mode.TERMINATOR
Methods in com.itextpdf.barcodes.qrcode that return ModeModifier and TypeMethodDescriptionstatic Mode
Encoder.chooseMode
(String content) Choose the best mode by examining the content.static Mode
Encoder.chooseMode
(String content, String encoding) Choose the best mode by examining the content.static Mode
Mode.forBits
(int bits) QRCode.getMode()
Mode used by the QR code to encode data into bits.Methods in com.itextpdf.barcodes.qrcode with parameters of type ModeModifier and TypeMethodDescription(package private) static void
Encoder.appendBytes
(String content, Mode mode, BitVector bits, String encoding) Append "bytes" in "mode" mode (encoding) into "bits".(package private) static void
Encoder.appendLengthInfo
(int numLetters, int version, Mode mode, BitVector bits) Append length info.(package private) static void
Encoder.appendModeInfo
(Mode mode, BitVector bits) Append mode info.private static void
Encoder.initQRCode
(int numInputBytes, ErrorCorrectionLevel ecLevel, int desiredMinVersion, Mode mode, QRCode qrCode) Initialize "qrCode" according to "numInputBytes", "ecLevel", and "mode".void
Set the data encoding mode of the QR code Possible modes: TERMINATOR, NUMERIC, ALPHANUMERIC, STRUCTURED_APPEND, BYTE, ECI, KANJI, FNC1_FIRST_POSITION, FNC2_SECOND_POSITION