|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.qrcode.EncodeHintType
public final class EncodeHintType
These are a set of hints that you may pass to Writers to specify their behavior.
Field Summary | |
---|---|
static EncodeHintType |
CHARACTER_SET
Specifies what character encoding to use where applicable (type String) |
static EncodeHintType |
ERROR_CORRECTION
Specifies what degree of error correction to use, for example in QR Codes (type Integer). |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final EncodeHintType ERROR_CORRECTION
public static final EncodeHintType CHARACTER_SET
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |