Label is the container for other objects that are printed. More...
Public Member Functions | |
String | GetName () |
Name of label that may be used to identify it from other labels. More... | |
void | SetName (String name) |
void | AddObject (Object addObject) |
Add object that can be converted to printer language syntax. More... | |
void | AddRawContent (String rawContent) |
Raw content added to label for cases where custom content needs to be added. More... | |
String | ToString () |
Returns the string that can be sent to printer. More... | |
Label is the container for other objects that are printed.
void com.UniPRT.Sdk.LabelMaker.Interface.ILabel.AddObject | ( | Object | addObject | ) |
Add object that can be converted to printer language syntax.
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Label, and com.UniPRT.Sdk.LabelMaker.TSPL.Label.
void com.UniPRT.Sdk.LabelMaker.Interface.ILabel.AddRawContent | ( | String | rawContent | ) |
Raw content added to label for cases where custom content needs to be added.
Adding raw content allows adding of printer language commands or other features that may not be available.
No formatting of content is done. Caller responsible for making sure content follows printer language syntax.
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Label, and com.UniPRT.Sdk.LabelMaker.TSPL.Label.
String com.UniPRT.Sdk.LabelMaker.Interface.ILabel.GetName | ( | ) |
Name of label that may be used to identify it from other labels.
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Label, and com.UniPRT.Sdk.LabelMaker.TSPL.Label.
void com.UniPRT.Sdk.LabelMaker.Interface.ILabel.SetName | ( | String | name | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Label, and com.UniPRT.Sdk.LabelMaker.TSPL.Label.
String com.UniPRT.Sdk.LabelMaker.Interface.ILabel.ToString | ( | ) |
Returns the string that can be sent to printer.
Implemented in com.UniPRT.Sdk.LabelMaker.PGL.Label, and com.UniPRT.Sdk.LabelMaker.TSPL.Label.