Aspose.Barcode for Python via Java Generation and Recognition API docs
PatchCodeParameters Class Reference

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...
 

Detailed Description

PatchCode parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this PatchCodeParameters.

Returns
A string that represents this PatchCodeParameters.

◆ extra_barcode_text() [1/2]

str extra_barcode_text (   self)

Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.

◆ extra_barcode_text() [2/2]

None extra_barcode_text (   self,
str  value 
)

Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.

◆ format() [1/2]

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

◆ format() [2/2]

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

◆ patch_format() [1/2]

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

Returns
PatchFormat

◆ patch_format() [2/2]

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