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[UnitgetItfBorderThickness (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
 

Detailed Description

ITF parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this ITFParameters.

Returns
A string that represents this ITFParameters.

◆ getItfBorderThickness()

Optional[Unit] getItfBorderThickness (   self)

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

Default value: 12pt.

◆ getItfBorderType()

ITF14BorderType getItfBorderType (   self)

Border type of ITF barcode.

Default value: ITF14BorderType.BAR.

◆ getQuietZoneCoef()

int 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()

None init (   self)

Reimplemented from BaseJavaClass.

◆ setItfBorderThickness()

None setItfBorderThickness (   self,
Unit  value 
)

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

Default value: 12pt.

◆ setItfBorderType()

None setItfBorderType (   self,
ITF14BorderType  value 
)

Border type of ITF barcode.

Default value: ITF14BorderType.BAR.

◆ setQuietZoneCoef()

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.

Exceptions
IllegalArgumentExceptionThe QuietZoneCoef parameter value is less than 10.

Member Data Documentation

◆ itfBorderThickness

itfBorderThickness