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

ITF parameters. More...

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self, javaClass)
 
def init (self)
 
def getItfBorderThickness (self)
 Gets an ITF border (bearer bar) thickness in Unit value. More...
 
def setItfBorderThickness (self, value)
 Sets an ITF border (bearer bar) thickness in Unit value. More...
 
def getItfBorderType (self)
 Border type of ITF barcode. More...
 
def setItfBorderType (self, value)
 Border type of ITF barcode. More...
 
def getQuietZoneCoef (self)
 Size of the quiet zones in xDimension. 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 setJavaClass (self, javaClass)
 
def getJavaClassName (self)
 
def isNull (self)
 
def printJavaClassName (self)
 

Public Attributes

 itfBorderThickness
 
- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

ITF parameters.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ getItfBorderThickness()

def getItfBorderThickness (   self)

Gets an ITF border (bearer bar) thickness in Unit value.

Default value: 12pt.

◆ getItfBorderType()

def getItfBorderType (   self)

Border type of ITF barcode.

Default value: ITF14BorderType.BAR.

◆ getQuietZoneCoef()

def getQuietZoneCoef (   self)

Size of the quiet zones in xDimension.

Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.

Exceptions
IllegalArgumentExceptionThe QuietZoneCoef parameter value is less than 10.

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ setItfBorderThickness()

def setItfBorderThickness (   self,
  value 
)

Sets an ITF border (bearer bar) thickness in Unit value.

Default value: 12pt.

◆ setItfBorderType()

def setItfBorderType (   self,
  value 
)

Border type of ITF barcode.

Default value: ITF14BorderType.BAR.

◆ setQuietZoneCoef()

def setQuietZoneCoef (   self,
  value 
)

Size of the quiet zones in xDimension.

Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.

Exceptions
IllegalArgumentExceptionThe QuietZoneCoef parameter value is less than 10.

◆ toString()

def toString (   self)

Returns a human-readable string representation of this ITFParameters.

Returns
A string that represents this ITFParameters.

Member Data Documentation

◆ itfBorderThickness

itfBorderThickness