標籤是用於容納其他打印對象的容器。 更多...
#include <ILabel.h>
實體方法 | |
| (void) | - addObject: |
| 添加可以轉換為打印機語言語法的對象。 | |
| (void) | - addRawContent: |
| 為需要添加自定義內容的情況添加原始內容到標籤。 | |
| (NSString *) | - description |
| 返回可以發送到打印機的字符串。 | |
屬性(properties) | |
| NSString * | name |
| 標籤的名稱,可用於將其與其他標籤區分開來。 | |
標籤是用於容納其他打印對象的容器。
| - (void) addObject: | (id) | addObject |
添加可以轉換為打印機語言語法的對象。
在Label重新實作.
| - (void) addRawContent: | (NSString *) | rawContent |
| - (NSString *) description |
返回可以發送到打印機的字符串。
在Label重新實作.
|
readwritenonatomicstrong |
標籤的名稱,可用於將其與其他標籤區分開來。