UniPRT SDK
v2.0.0.0
載入中...
搜尋中...
無符合項目
IText.h
1
//
2
// IText.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/8.
6
//
7
8
#ifndef IText_h
9
#define IText_h
10
11
// IText.h
12
#import <Foundation/Foundation.h>
13
14
#import <UniPRT/ITextSettings.h>
15
#import <UniPRT/ITextItem.h>
16
28
@protocol
IText <ITextSettings>
29
40
@property
(nonatomic, strong) NSArray<id<ITextItem>> *
text
;
41
52
- (NSString *)
description
;
53
@end
54
55
#endif
/* IText_h */
IText-p::text
NSArray< id< ITextItem > > * text
使用相同文本設置的文本項列表。
Definition
IText.h:40
-[IText-p description]
NSString * description()
返回可以發送到打印機的字符串。
AutoIdSDK
LabelMaker
Interfaces
IText
IText.h
產生者:
1.13.2