public class PatchCodeParameters
extends java.lang.Object
PatchCode parameters.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExtraBarcodeText()
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
|
PatchFormat |
getFormat()
PatchCode format.
|
PatchFormat |
getPatchFormat()
PatchCode format.
|
void |
setExtraBarcodeText(java.lang.String value)
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
|
void |
setFormat(PatchFormat value)
PatchCode format.
|
void |
setPatchFormat(PatchFormat value)
PatchCode format.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
PatchCodeParameters. |
public final java.lang.String getExtraBarcodeText()
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
public final void setExtraBarcodeText(java.lang.String value)
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
public final PatchFormat getFormat()
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
public final void setFormat(PatchFormat value)
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
public final PatchFormat getPatchFormat()
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
public final void setPatchFormat(PatchFormat value)
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
public java.lang.String toString()
Returns a human-readable string representation of this PatchCodeParameters.
toString in class java.lang.ObjectPatchCodeParameters.