| Package | Description |
|---|---|
| com.itextpdf.text.pdf.qrcode |
| Modifier and Type | Field and 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 and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
QRCode.setMode(Mode value) |
Copyright © 1998–2021. All rights reserved.