![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
ITF parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
| None | __init__ (self, javaClass) |
| str | __str__ (self) |
| Returns a human-readable string representation of this ITFParameters. More... | |
| Optional[Unit] | getItfBorderThickness (self) |
| Gets an ITF border (bearer bar) thickness in Unit value. More... | |
| ITF14BorderType | getItfBorderType (self) |
| Border type of ITF barcode. More... | |
| int | getQuietZoneCoef (self) |
| Size of the quiet zones in xDimension. More... | |
| None | init (self) |
| None | setItfBorderThickness (self, Unit value) |
| Sets an ITF border (bearer bar) thickness in Unit value. More... | |
| None | setItfBorderType (self, ITF14BorderType value) |
| Border type of ITF barcode. More... | |
| None | setQuietZoneCoef (self, int value) |
| Size of the quiet zones in xDimension. More... | |
Public Member Functions inherited from BaseJavaClass | |
| def | getJavaClass (self) |
| str | getJavaClassName (self) |
| bool | isNull (self) |
| None | printJavaClassName (self) |
| None | setJavaClass (self, javaClass) |
Public Attributes | |
| itfBorderThickness | |
Public Attributes inherited from BaseJavaClass | |
| javaClass | |
| javaClassName | |
ITF parameters.
| None __init__ | ( | self, | |
| javaClass | |||
| ) |
Reimplemented from BaseJavaClass.
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this ITFParameters.
| Optional[Unit] getItfBorderThickness | ( | self | ) |
Gets an ITF border (bearer bar) thickness in Unit value.
Default value: 12pt.
| ITF14BorderType getItfBorderType | ( | self | ) |
Border type of ITF barcode.
Default value: ITF14BorderType.BAR.
| int getQuietZoneCoef | ( | self | ) |
Size of the quiet zones in xDimension.
Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
| IllegalArgumentException | The QuietZoneCoef parameter value is less than 10. |
| None init | ( | self | ) |
Reimplemented from BaseJavaClass.
| None setItfBorderThickness | ( | self, | |
| Unit | value | ||
| ) |
Sets an ITF border (bearer bar) thickness in Unit value.
Default value: 12pt.
| None setItfBorderType | ( | self, | |
| ITF14BorderType | value | ||
| ) |
Border type of ITF barcode.
Default value: ITF14BorderType.BAR.
| None setQuietZoneCoef | ( | self, | |
| int | value | ||
| ) |
Size of the quiet zones in xDimension.
Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
| IllegalArgumentException | The QuietZoneCoef parameter value is less than 10. |
| itfBorderThickness |