Class PatchCodeParameters
PatchCode parameters.
-
Method Summary
Modifier and TypeMethodDescriptionfinal StringSpecifies codetext for an extra QR barcode, when PatchCode is generated in page mode.final PatchFormatPatchCode format.final PatchFormatPatchCode format.final voidsetExtraBarcodeText(String value) Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.final voidsetFormat(PatchFormat value) PatchCode format.final voidsetPatchFormat(PatchFormat value) PatchCode format.toString()Returns a human-readable string representation of thisPatchCodeParameters.
-
Method Details
-
getExtraBarcodeText
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
-
setExtraBarcodeText
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
-
getFormat
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
-
setFormat
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
-
getPatchFormat
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
-
setPatchFormat
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
-
toString
Returns a human-readable string representation of this
PatchCodeParameters.- Overrides:
toStringin classObject- Returns:
- A string that represents this
PatchCodeParameters.
-