|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mode | |
---|---|
com.itextpdf.text.pdf.qrcode |
Uses of Mode in com.itextpdf.text.pdf.qrcode |
---|
Fields in com.itextpdf.text.pdf.qrcode declared as Mode | |
---|---|
static Mode |
Mode.ALPHANUMERIC
|
static Mode |
Mode.BYTE
|
static Mode |
Mode.ECI
|
static Mode |
Mode.FNC1_FIRST_POSITION
|
static Mode |
Mode.FNC1_SECOND_POSITION
|
static Mode |
Mode.KANJI
|
static Mode |
Mode.NUMERIC
|
static Mode |
Mode.STRUCTURED_APPEND
|
static Mode |
Mode.TERMINATOR
|
Methods in com.itextpdf.text.pdf.qrcode that return Mode | |
---|---|
static Mode |
Encoder.chooseMode(String content)
|
static Mode |
Encoder.chooseMode(String content,
String encoding)
Choose the best mode by examining the content. |
static Mode |
Mode.forBits(int bits)
|
Mode |
QRCode.getMode()
|
Methods in com.itextpdf.text.pdf.qrcode with parameters of type Mode | |
---|---|
void |
QRCode.setMode(Mode value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |