- sendCustomCommand(String) - Method in class com.honeywell.mobility.print.Printer
-
Sends a custom command identified by the specified command identifier
to the internal print buffer.
- setBold(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
-
Enables/disables the bold font style on the printer.
- setCompress(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
-
Enables/disables the compressed font style on the printer.
- setContext(Object) - Method in class com.honeywell.mobility.print.Printer.ExtraSettings
-
Sets the context object.
- setDoubleHigh(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
-
Enables/disables the double high font style on the printer.
- setDoubleWide(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
-
Enables/disables the double wide font style on the printer.
- setItalic(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
-
Enables/disables the italic font style on the printer.
- setSettingBool(String, boolean) - Method in class com.honeywell.mobility.print.Printer
-
Adds the specified boolean setting to the current printer settings if
the setting name does not already exists; otherwise, the existing
setting value will be overridden.
- setSettingBytes(String, byte[]) - Method in class com.honeywell.mobility.print.Printer
-
Adds the specified byte array setting to the current printer settings
if the setting name does not already exists; otherwise, the existing
setting value will be overridden.
- setSettingNum(String, int) - Method in class com.honeywell.mobility.print.Printer
-
Adds the specified integer setting to the current printer settings if
the setting name does not already exists; otherwise, the existing
setting value will be overridden.
- setSettingString(String, String) - Method in class com.honeywell.mobility.print.Printer
-
Adds the specified string setting to the current printer settings if
the setting name does not already exists; otherwise, the existing
setting value will be overridden.
- setStrikeout(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
-
Enables/disables the strikeout font style on the printer.
- setUnderline(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
-
Enables/disables the underline font style on the printer.
- STARTDOC - Static variable in class com.honeywell.mobility.print.PrintProgressEvent.MessageTypes
-
Printing has begun.
- startFileEcho(String, boolean) - Method in class com.honeywell.mobility.print.Printer
-
Enables the file echo feature.
- stopFileEcho() - Method in class com.honeywell.mobility.print.Printer
-
Disables the file echo feature.
- SYMBOLOGY_CODE128 - Static variable in class com.honeywell.mobility.print.LinePrinter.BarcodeSymbologies
-
1D Code 128 Symbology.
- SYMBOLOGY_CODE39 - Static variable in class com.honeywell.mobility.print.LinePrinter.BarcodeSymbologies
-
1D Code 39 Symbology.