![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
PatchCode parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
| None | __init__ (self, javaClass) |
| str | __str__ (self) |
| Returns a human-readable string representation of this PatchCodeParameters. More... | |
| str | getExtraBarcodeText (self) |
| Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. More... | |
| PatchFormat | getPatchFormat (self) |
| PatchCode format. More... | |
| None | init (self) |
| None | setExtraBarcodeText (self, str value) |
| Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. More... | |
| None | setPatchFormat (self, PatchFormat value) |
| PatchCode format. More... | |
Public Member Functions inherited from BaseJavaClass | |
| def | getJavaClass (self) |
| str | getJavaClassName (self) |
| bool | isNull (self) |
| None | printJavaClassName (self) |
| None | setJavaClass (self, javaClass) |
Additional Inherited Members | |
Public Attributes inherited from BaseJavaClass | |
| javaClass | |
| javaClassName | |
PatchCode parameters.
| None __init__ | ( | self, | |
| javaClass | |||
| ) |
Reimplemented from BaseJavaClass.
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this PatchCodeParameters.
| str getExtraBarcodeText | ( | self | ) |
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
| PatchFormat getPatchFormat | ( | self | ) |
PatchCode format.
Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY
| None init | ( | self | ) |
Reimplemented from BaseJavaClass.
| None setExtraBarcodeText | ( | self, | |
| str | value | ||
| ) |
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
| None setPatchFormat | ( | self, | |
| 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