Package com.aspose.barcode.generation
Class PatchCodeParameters
- java.lang.Object
-
- com.aspose.barcode.generation.PatchCodeParameters
-
public class PatchCodeParameters extends java.lang.Object
PatchCode parameters.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getExtraBarcodeText()
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.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
setPatchFormat(PatchFormat value)
PatchCode format.java.lang.String
toString()
Returns a human-readable string representation of this.
-
-
-
Method Detail
-
getExtraBarcodeText
public java.lang.String getExtraBarcodeText()
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
-
setExtraBarcodeText
public void setExtraBarcodeText(java.lang.String value)
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
-
getPatchFormat
public PatchFormat getPatchFormat()
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY- Returns:
-
setPatchFormat
public 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.PATCH_ONLY
-
toString
public java.lang.String toString()
Returns a human-readable string representation of this. - Overrides:
toString
in classjava.lang.Object
- Returns:
- A string that represents this
.
-
-