Aspose.Barcode for Python via Java Generation and Recognition API docs
|
ITF parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self, javaClass) |
def | getItfBorderThickness (self) |
Gets an ITF border (bearer bar) thickness in Unit value. More... | |
def | getItfBorderType (self) |
Border type of ITF barcode. More... | |
def | getQuietZoneCoef (self) |
Size of the quiet zones in xDimension. More... | |
def | init (self) |
def | setItfBorderThickness (self, value) |
Sets an ITF border (bearer bar) thickness in Unit value. More... | |
def | setItfBorderType (self, value) |
Border type of ITF barcode. More... | |
def | setQuietZoneCoef (self, value) |
Size of the quiet zones in xDimension. More... | |
def | toString (self) |
Returns a human-readable string representation of this ITFParameters. More... | |
Public Member Functions inherited from BaseJavaClass | |
def | getJavaClass (self) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
def | setJavaClass (self, javaClass) |
Public Attributes | |
itfBorderThickness | |
Public Attributes inherited from BaseJavaClass | |
javaClass | |
javaClassName | |
ITF parameters.
def __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
def getItfBorderThickness | ( | self | ) |
Gets an ITF border (bearer bar) thickness in Unit value.
Default value: 12pt.
def getItfBorderType | ( | self | ) |
Border type of ITF barcode.
Default value: ITF14BorderType.BAR.
def 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. |
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def setItfBorderThickness | ( | self, | |
value | |||
) |
Sets an ITF border (bearer bar) thickness in Unit value.
Default value: 12pt.
def setItfBorderType | ( | self, | |
value | |||
) |
Border type of ITF barcode.
Default value: ITF14BorderType.BAR.
def setQuietZoneCoef | ( | self, | |
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. |
def toString | ( | self | ) |
Returns a human-readable string representation of this ITFParameters.
itfBorderThickness |