Class BarcodePDF417.Segment

java.lang.Object
com.itextpdf.barcodes.BarcodePDF417.Segment
Enclosing class:
BarcodePDF417

protected static class BarcodePDF417.Segment extends Object
  • Field Details

    • type

      public char type
    • start

      public int start
    • end

      public int end
  • Constructor Details

    • Segment

      public Segment (char type, int start, int end)