Uses of Class
com.itextpdf.barcodes.Barcode128.Barcode128CodeSet
-
Packages that use Barcode128.Barcode128CodeSet Package Description com.itextpdf.barcodes -
-
Uses of Barcode128.Barcode128CodeSet in com.itextpdf.barcodes
Fields in com.itextpdf.barcodes declared as Barcode128.Barcode128CodeSet Modifier and Type Field Description private Barcode128.Barcode128CodeSet
Barcode128. codeSet
Methods in com.itextpdf.barcodes that return Barcode128.Barcode128CodeSet Modifier and Type Method Description Barcode128.Barcode128CodeSet
Barcode128. getCodeSet()
Get the code set that is used.static Barcode128.Barcode128CodeSet
Barcode128.Barcode128CodeSet. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Barcode128.Barcode128CodeSet[]
Barcode128.Barcode128CodeSet. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.barcodes with parameters of type Barcode128.Barcode128CodeSet Modifier and Type Method Description static java.lang.String
Barcode128. getRawText(java.lang.String text, boolean ucc, Barcode128.Barcode128CodeSet codeSet)
Converts the human readable text to the characters needed to create a barcode using the specified code set.private static char
Barcode128. getStartSymbol(Barcode128.Barcode128CodeSet codeSet)
void
Barcode128. setCodeSet(Barcode128.Barcode128CodeSet codeSet)
Sets the code set to use.
-