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

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[Unitborder_thickness (self)
 
def border_thickness (self, Optional[Unit] value)
 
ITF14BorderType border_type (self)
 
None border_type (self, ITF14BorderType value)
 
Optional[Unititf_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...
 

Detailed Description

ITF parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this ITFParameters.

Returns
A string that represents this ITFParameters.

◆ border_thickness() [1/2]

Optional[Unit] border_thickness (   self)
Gets an ITF border (bearer bar) thickness in Unit value.
Default value: 12pt.

:return: ITF border thickness.

◆ border_thickness() [2/2]

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.

◆ border_type() [1/2]

ITF14BorderType border_type (   self)
Border type of ITF barcode.
Default value: ITF14BorderType.Bar.

◆ border_type() [2/2]

None border_type (   self,
ITF14BorderType  value 
)
Border type of ITF barcode.
Default value: ITF14BorderType.Bar.

◆ itf_border_thickness() [1/2]

Optional[Unit] itf_border_thickness (   self)

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

Default value: 12pt.

◆ itf_border_thickness() [2/2]

None itf_border_thickness (   self,
Unit  value 
)

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

Default value: 12pt.

◆ itf_border_type() [1/2]

ITF14BorderType itf_border_type (   self)

Border type of ITF barcode.

Default value: ITF14BorderType.BAR.

◆ itf_border_type() [2/2]

None itf_border_type (   self,
ITF14BorderType  value 
)

Border type of ITF barcode.

Default value: ITF14BorderType.BAR.

◆ quiet_zone_coef() [1/2]

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.

Exceptions
IllegalArgumentExceptionThe QuietZoneCoef parameter value is less than 10.

◆ quiet_zone_coef() [2/2]

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.

Exceptions
IllegalArgumentExceptionThe QuietZoneCoef parameter value is less than 10.