Uses of Enum Class
com.zebra.sdk.printer.PrinterLanguage
Packages that use PrinterLanguage
Package
Description
Provides implementation for Zebra branded printer functionality.
Provides implementation for applying and retrieving settings from a device.
-
Uses of PrinterLanguage in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer that return PrinterLanguageModifier and TypeMethodDescriptionstatic PrinterLanguagePrinterLanguage.getLanguage(String name) Converts the string name to the appropriate enum value.ZebraPrinter.getPrinterControlLanguage()Returns the printer control language (e.g. ZPL or CPCL) of the printer.static PrinterLanguageReturns the enum constant of this class with the specified name.static PrinterLanguage[]PrinterLanguage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.zebra.sdk.printer with parameters of type PrinterLanguageModifier and TypeMethodDescriptionstatic ZebraPrinterLinkOsZebraPrinterFactory.createLinkOsPrinter(ZebraPrinter genericPrinter, LinkOsInformation info, PrinterLanguage language) Create a wrapper around a Zebra printer that provides access to Link-OS features.static ZebraPrinterLinkOsZebraPrinterFactory.createLinkOsPrinter(ZebraPrinter genericPrinter, PrinterLanguage language) Create a wrapper around a Zebra printer that provides access to Link-OS features.static PrinterStatusPrinterUtil.getCurrentStatus(Connection printerConnection, PrinterLanguage language) Returns a new instance ofPrinterStatusthat can be used to determine the status of a printer.static ZebraPrinterZebraPrinterFactory.getInstance(PrinterLanguage language, Connection connection) Factory method to create the correctZebraPrinterconcrete class based on the provided printer control language.static ZebraPrinterLinkOsZebraPrinterFactory.getLinkOsPrinter(Connection connection, LinkOsInformation info, PrinterLanguage language) Create Link-OS Zebra printer from a connection that provides access to Link-OS features.static ZebraPrinterLinkOsZebraPrinterFactory.getLinkOsPrinter(Connection connection, PrinterLanguage language) Create Link-OS Zebra printer from a connection that provides access to Link-OS features.static booleanPrinterUtil.isPrintingChannelInLineMode(Connection connection, PrinterLanguage printerLanguage) Checking line-print mode -
Uses of PrinterLanguage in com.zebra.sdk.settings
Methods in com.zebra.sdk.settings with parameters of type PrinterLanguageModifier and TypeMethodDescriptionSettingsRanges.getRanges(List<String> settings, Connection printerConnection, PrinterLanguage printerLanguage, LinkOsInformation version) Use the LinkOS 3.2 JSON syntax to get the ranges for a list of SDGs, without the need to use an allconfig.SettingsValues.getValues(List<String> settingNames, Connection printerConnection, PrinterLanguage printerLanguage, LinkOsInformation version) Get the values for a list of settings from a printer.SettingsValues.setValues(Map<String, String> settingValues, Connection printerConnection, PrinterLanguage printerLanguage, LinkOsInformation version) Set each of the settings in settingValues on a printer.