TuSDKPFEditTextViewOptions Class Reference
Inherits from | NSObject |
---|---|
Declared in | TuSDKPFEditTextViewOptions.h |
textColor
初始化字体颜色
@property (nonatomic, strong) UIColor *textColor
Declared In
TuSDKPFEditTextViewOptions.h
textFont
初始化字体
@property (nonatomic, strong) UIFont *textFont
Declared In
TuSDKPFEditTextViewOptions.h
textString
初始化提示内容
@property (nonatomic, strong) NSString *textString
Declared In
TuSDKPFEditTextViewOptions.h
textParaStyle
初始化文字样式信息设置
@property (nonatomic, strong) NSMutableParagraphStyle *textParaStyle
Declared In
TuSDKPFEditTextViewOptions.h
enableUnderline
初始化时 是否显示下划线
@property (nonatomic, assign) BOOL enableUnderline
Declared In
TuSDKPFEditTextViewOptions.h
writingDirection
书写方向 参考 NSWritingDirectionAttributeName
@property (nonatomic, strong) NSArray<NSNumber*> *writingDirection
Declared In
TuSDKPFEditTextViewOptions.h
textAlignment
初始化时 文字对齐方式
@property (nonatomic, assign) NSTextAlignment textAlignment
Declared In
TuSDKPFEditTextViewOptions.h
textBackgroudColor
初始化时 文字背景色
@property (nonatomic, strong) UIColor *textBackgroudColor
Declared In
TuSDKPFEditTextViewOptions.h
textStrokeColor
初始化时 线条颜色
@property (nonatomic, strong) UIColor *textStrokeColor
Declared In
TuSDKPFEditTextViewOptions.h
textBorderWidth
初始化时 边框宽度
@property (nonatomic, assign) CGFloat textBorderWidth
Declared In
TuSDKPFEditTextViewOptions.h
textBorderColor
初始化时 边框颜色
@property (nonatomic, retain) UIColor *textBorderColor
Declared In
TuSDKPFEditTextViewOptions.h
textEdgeInsets
文字边距 默认 (0,0,0,0)
@property (nonatomic, assign) UIEdgeInsets textEdgeInsets
Declared In
TuSDKPFEditTextViewOptions.h
textMaxScale
文字最大放大倍数 (相对于父视图) 默认 1.0
@property (nonatomic, assign) CGFloat textMaxScale
Declared In
TuSDKPFEditTextViewOptions.h