Class ITFParameters

java.lang.Object
com.aspose.barcode.generation.ITFParameters

public class ITFParameters extends Object

ITF parameters.

  • Method Details

    • getBorderThickness

      public final Unit getBorderThickness()

      Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.

      Returns:
      an ITF border (bearer bar) thickness in Unit value.
    • setBorderThickness

      public final void setBorderThickness(Unit value)

      Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.

      Parameters:
      value - an ITF border (bearer bar) thickness in Unit value.
    • getItfBorderThickness

      @Deprecated public final Unit getItfBorderThickness()
      Deprecated.
      Use BorderThickness instead

      Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.

      Returns:
      an ITF border (bearer bar) thickness in Unit value.
    • setItfBorderThickness

      @Deprecated public final void setItfBorderThickness(Unit value)
      Deprecated.
      Use BorderThickness instead

      Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.

      Parameters:
      value - an ITF border (bearer bar) thickness in Unit value.
    • getBorderType

      public final ITF14BorderType getBorderType()

      Border type of ITF barcode. Default value: ITF14BorderType.Bar.

    • setBorderType

      public final void setBorderType(ITF14BorderType value)

      Border type of ITF barcode. Default value: ITF14BorderType.Bar.

    • getItfBorderType

      @Deprecated public final ITF14BorderType getItfBorderType()
      Deprecated.
      Use BorderType instead

      Border type of ITF barcode. Default value: ITF14BorderType.Bar.

    • setItfBorderType

      @Deprecated public final void setItfBorderType(ITF14BorderType value)
      Deprecated.
      Use BorderType instead

      Border type of ITF barcode. Default value: ITF14BorderType.Bar.

    • getQuietZoneCoef

      public final int getQuietZoneCoef()

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

      Throws:
      IllegalArgumentException - <p>The <b>QuietZoneCoef</b> parameter value is less than 10.</p>
    • setQuietZoneCoef

      public final void setQuietZoneCoef(int value)

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

      Throws:
      IllegalArgumentException - <p>The <b>QuietZoneCoef</b> parameter value is less than 10.</p>
    • toString

      public String toString()

      Returns a human-readable string representation of this ITFParameters.

      Overrides:
      toString in class Object
      Returns:
      A string that represents this ITFParameters.