![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
ITF parameters. More...
Inherits _MwWrapper.
Public Member Functions | |
| None | __init__ (self, _java_class) |
| str | __str__ (self) |
| Returns a human-readable string representation of this ITFParameters. More... | |
| Optional[Unit] | border_thickness (self) |
| def | border_thickness (self, Optional[Unit] value) |
| ITF14BorderType | border_type (self) |
| None | border_type (self, ITF14BorderType value) |
| Optional[Unit] | itf_border_thickness (self) |
| Gets an ITF border (bearer bar) thickness in Unit value. More... | |
| None | itf_border_thickness (self, Unit value) |
| Sets an ITF border (bearer bar) thickness in Unit value. More... | |
| ITF14BorderType | itf_border_type (self) |
| Border type of ITF barcode. More... | |
| None | itf_border_type (self, ITF14BorderType value) |
| Border type of ITF barcode. More... | |
| int | quiet_zone_coef (self) |
| Size of the quiet zones in xDimension. More... | |
| None | quiet_zone_coef (self, int value) |
| Size of the quiet zones in xDimension. More... | |
ITF parameters.
| None __init__ | ( | self, | |
| _java_class | |||
| ) |
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this ITFParameters.
| Optional[Unit] border_thickness | ( | self | ) |
Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. :return: ITF border thickness.
| def border_thickness | ( | self, | |
| Optional[Unit] | value | ||
| ) |
Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. :param value: ITF border thickness.
| ITF14BorderType border_type | ( | self | ) |
Border type of ITF barcode. Default value: ITF14BorderType.Bar.
| None border_type | ( | self, | |
| ITF14BorderType | value | ||
| ) |
Border type of ITF barcode. Default value: ITF14BorderType.Bar.
| Optional[Unit] itf_border_thickness | ( | self | ) |
Gets an ITF border (bearer bar) thickness in Unit value.
Default value: 12pt.
| None itf_border_thickness | ( | self, | |
| Unit | value | ||
| ) |
Sets an ITF border (bearer bar) thickness in Unit value.
Default value: 12pt.
| ITF14BorderType itf_border_type | ( | self | ) |
Border type of ITF barcode.
Default value: ITF14BorderType.BAR.
| None itf_border_type | ( | self, | |
| ITF14BorderType | value | ||
| ) |
Border type of ITF barcode.
Default value: ITF14BorderType.BAR.
| int quiet_zone_coef | ( | self | ) |
Size of the quiet zones in xDimension.
Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px.
| IllegalArgumentException | The QuietZoneCoef parameter value is less than 10. |
| None quiet_zone_coef | ( | self, | |
| int | value | ||
| ) |
Size of the quiet zones in xDimension.
Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px.
| IllegalArgumentException | The QuietZoneCoef parameter value is less than 10. |