#include <_Text.h>
實體方法 | |
| (instancetype) | - init |
| 初始化 _Text 類的新實例。 | |
| (instancetype) | - initWithTextItem: |
| 使用指定的文本項初始化 _Text 類的新實例。 | |
| (NSString *) | - description |
| 返回可以發送到打印機的字符串。 | |
屬性(properties) | |
| TSPLReferencePoint | referencePoint |
| TSPL 中文本的參考點。 | |
| BOOL | reverse |
| 指示文本是否應反向打印的標誌。 | |
屬性(properties) 繼承自 AText | |
| NSMutableArray< id< ITextItem > > * | text |
| id< IRuler > | ruler |
| NSString * | fontName |
| FontStyleEnum | fontStyle |
| FontSizeUnitsEnum | fontSizeUnits |
| AlignEnum | alignment |
| RotateEnum | rotation |
屬性(properties) 繼承自 <IText> | |
| NSArray< id< ITextItem > > * | text |
| 使用相同文本設置的文本項列表。 | |
屬性(properties) 繼承自 <ITextSettings> | |
| id< IRuler > | ruler |
| 用於文本定位和字體大小的標尺,如果使用標尺進行字體縮放/調整大小。 | |
屬性(properties) 繼承自 <IFont> | |
| NSString * | fontName |
| 要使用的字體名稱。 | |
屬性(properties) 繼承自 <IFontSizeUnits> | |
| FontSizeUnitsEnum | fontSizeUnits |
| 字符大小的字體單位。 | |
屬性(properties) 繼承自 <IAlignment> | |
| AlignEnum | alignment |
屬性(properties) 繼承自 <IRotation> | |
| RotateEnum | rotation |
| - (NSString *) description |
| - (instancetype) initWithTextItem: | (id< ITextItem >) | text |
|
readwritenonatomicassign |
TSPL 中文本的參考點。
|
readwritenonatomicassign |
指示文本是否應反向打印的標誌。