Uses of Class
com.itextpdf.barcodes.qrcode.EncodeHintType
Packages that use EncodeHintType
-
Uses of EncodeHintType in com.itextpdf.barcodes
Fields in com.itextpdf.barcodes with type parameters of type EncodeHintTypeModifier and TypeFieldDescription(package private) Map
<EncodeHintType, Object> BarcodeQRCode.hints
modifiers to change the way the barcode is create.Methods in com.itextpdf.barcodes that return types with arguments of type EncodeHintTypeMethod parameters in com.itextpdf.barcodes with type arguments of type EncodeHintTypeConstructor parameters in com.itextpdf.barcodes with type arguments of type EncodeHintTypeModifierConstructorDescriptionBarcodeQRCode
(String code, Map<EncodeHintType, Object> hints) Creates the QR barcode. -
Uses of EncodeHintType in com.itextpdf.barcodes.qrcode
Fields in com.itextpdf.barcodes.qrcode declared as EncodeHintTypeModifier and TypeFieldDescriptionstatic final EncodeHintType
EncodeHintType.CHARACTER_SET
Specifies what character encoding to use where applicable (type String)static final EncodeHintType
EncodeHintType.ERROR_CORRECTION
Specifies what degree of error correction to use, for example in QR Codes (type Integer).static final EncodeHintType
EncodeHintType.MIN_VERSION_NR
Specifies the minimal version level to use, for example in QR Codes (type Integer).Method parameters in com.itextpdf.barcodes.qrcode with type arguments of type EncodeHintTypeModifier and TypeMethodDescriptionstatic void
Encoder.encode
(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType, Object> hints, QRCode qrCode) Encode "bytes" with the error correction level "ecLevel".QRCodeWriter.encode
(String contents, int width, int height, Map<EncodeHintType, Object> hints) Encode a string into a QR code with dimensions width x height.