Package | Description |
---|---|
com.itextpdf.text.pdf.qrcode |
Modifier and Type | Field | Description |
---|---|---|
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 |
Modifier and Type | Method | Description |
---|---|---|
static Mode |
Encoder.chooseMode(java.lang.String content) |
|
static Mode |
Encoder.chooseMode(java.lang.String content,
java.lang.String encoding) |
Choose the best mode by examining the content.
|
static Mode |
Mode.forBits(int bits) |
|
Mode |
QRCode.getMode() |
Modifier and Type | Method | Description |
---|---|---|
void |
QRCode.setMode(Mode value) |
Copyright © 1998–2018. All rights reserved.