public class ITFParameters
extends java.lang.Object
ITF parameters.
| Modifier and Type | Method and Description |
|---|---|
Unit |
getItfBorderThickness()
Gets an ITF border (bearer bar) thickness in Unit value.
|
ITF14BorderType |
getItfBorderType()
Border type of ITF barcode.
|
int |
getQuietZoneCoef()
Size of the quiet zones in xDimension.
|
void |
setItfBorderThickness(Unit value)
Sets an ITF border (bearer bar) thickness in Unit value.
|
void |
setItfBorderType(ITF14BorderType value)
Border type of ITF barcode.
|
void |
setQuietZoneCoef(int value)
Size of the quiet zones in xDimension.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
ITFParameters. |
public Unit getItfBorderThickness()
Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
public void setItfBorderThickness(Unit value)
Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
public ITF14BorderType getItfBorderType()
Border type of ITF barcode. Default value: ITF14BorderType.BAR.
public void setItfBorderType(ITF14BorderType value)
Border type of ITF barcode. Default value: ITF14BorderType.BAR.
public int getQuietZoneCoef()
Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
java.lang.IllegalArgumentException - <p>The <b>QuietZoneCoef</b> parameter value is less than 10.</p>public void setQuietZoneCoef(int value)
Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
java.lang.IllegalArgumentException - <p>The <b>QuietZoneCoef</b> parameter value is less than 10.</p>public java.lang.String toString()
Returns a human-readable string representation of this ITFParameters.
toString in class java.lang.ObjectITFParameters.