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