UniPRT SDK
v2.0.0.0
Loading...
Searching...
No Matches
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
List of text items that use the same text settings.
Definition
IText.h:40
-[IText-p description]
NSString * description()
Returns the string that can be sent to printer.
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
IText
IText.h
Generated by
1.13.2