![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
PatchCode parameters. More...
Inherits _MwWrapper.
Public Member Functions | |
| None | __init__ (self, _java_class) |
| str | __str__ (self) |
| Returns a human-readable string representation of this PatchCodeParameters. More... | |
| str | extra_barcode_text (self) |
| Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. More... | |
| None | extra_barcode_text (self, str value) |
| Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. More... | |
| PatchFormat | format (self) |
| None | format (self, PatchFormat value) |
| PatchFormat | patch_format (self) |
| PatchCode format. More... | |
| None | patch_format (self, PatchFormat value) |
| PatchCode format. More... | |
PatchCode parameters.
| None __init__ | ( | self, | |
| _java_class | |||
| ) |
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this PatchCodeParameters.
| str extra_barcode_text | ( | self | ) |
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
| None extra_barcode_text | ( | self, | |
| str | value | ||
| ) |
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
| PatchFormat format | ( | self | ) |
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
| None format | ( | 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.PatchOnly
| PatchFormat patch_format | ( | 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 patch_format | ( | 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