Uses of Enum Class
com.itextpdf.text.pdf.Barcode128.Barcode128CodeSet
Packages that use Barcode128.Barcode128CodeSet
-
Uses of Barcode128.Barcode128CodeSet in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as Barcode128.Barcode128CodeSetMethods in com.itextpdf.text.pdf that return Barcode128.Barcode128CodeSetModifier and TypeMethodDescriptionBarcode128.getCodeSet()
static Barcode128.Barcode128CodeSet
Returns the enum constant of this class with the specified name.static Barcode128.Barcode128CodeSet[]
Barcode128.Barcode128CodeSet.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.itextpdf.text.pdf with parameters of type Barcode128.Barcode128CodeSetModifier and TypeMethodDescriptionstatic String
Barcode128.getRawText
(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.void
Barcode128.setCodeSet
(Barcode128.Barcode128CodeSet codeSet)