UniPRT SDK  v1.0.0.0
Label Class Reference
Inheritance diagram for Label:
ILabel

Public Member Functions

 Label (String name)
 
void AddObject (Object addObject)
 Add object that can be converted to printer language syntax.
 
void AddRawContent (String rawContent)
 Raw content added to label for cases where custom content needs to be added. More...
 
String GetName ()
 Name of label that may be used to identify it from other labels.
 
void SetName (String name)
 
String ToString ()
 Returns the string that can be sent to printer.
 

Member Function Documentation

◆ AddRawContent()

void 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.

Implements ILabel.