Uses of Class
com.itextpdf.text.pdf.qrcode.EncodeHintType
-
Packages that use EncodeHintType Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.qrcode -
-
Uses of EncodeHintType in com.itextpdf.text.pdf
Constructor parameters in com.itextpdf.text.pdf with type arguments of type EncodeHintType Constructor Description BarcodeQRCode(java.lang.String content, int width, int height, java.util.Map<EncodeHintType,java.lang.Object> hints)Creates the QR barcode. -
Uses of EncodeHintType in com.itextpdf.text.pdf.qrcode
Fields in com.itextpdf.text.pdf.qrcode declared as EncodeHintType Modifier and Type Field Description static EncodeHintTypeEncodeHintType. CHARACTER_SETSpecifies what character encoding to use where applicable (type String)static EncodeHintTypeEncodeHintType. ERROR_CORRECTIONSpecifies what degree of error correction to use, for example in QR Codes (type Integer).Method parameters in com.itextpdf.text.pdf.qrcode with type arguments of type EncodeHintType Modifier and Type Method Description static voidEncoder. encode(java.lang.String content, ErrorCorrectionLevel ecLevel, java.util.Map<EncodeHintType,java.lang.Object> hints, QRCode qrCode)ByteMatrixQRCodeWriter. encode(java.lang.String contents, int width, int height, java.util.Map<EncodeHintType,java.lang.Object> hints)
-