UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
<ILabel> Protocol Reference

Label is the container for other objects that are printed. More...

#include <ILabel.h>

Inheritance diagram for <ILabel>:
Label

Instance Methods

(void) - addObject:
 Add object that can be converted to printer language syntax.
 
(void) - addRawContent:
 Raw content added to label for cases where custom content needs to be added.
 
(NSString *) - description
 Returns the string that can be sent to printer.
 

Properties

NSString * name
 Name of label that may be used to identify it from other labels.
 

Detailed Description

Label is the container for other objects that are printed.

Method Documentation

◆ addObject:

- (void) addObject: (id) addObject

Add object that can be converted to printer language syntax.

Reimplemented in Label.

◆ addRawContent:

- (void) addRawContent: (NSString *) 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.

Reimplemented in Label.

◆ description

- (NSString *) description

Returns the string that can be sent to printer.

Reimplemented in Label.

Property Documentation

◆ name

- (NSString*) name
readwritenonatomicstrong

Name of label that may be used to identify it from other labels.


The documentation for this protocol was generated from the following file: