CPDFTextWidgetAnnotation Class Reference
Inherits from | CPDFWidgetAnnotation : CPDFAnnotation : NSObject |
---|---|
Declared in | CPDFTextWidgetAnnotation.h |
Overview
A CPDFTextWidgetAnnotation object allows you to manage the appearance and content of text fields.
CPDFTextWidgetAnnotation inherits general annotation behavior from the CPDFWidgetAnnotation class.
stringValue
String value associated with text field.
@property (nonatomic, retain) NSString *stringValue
Discussion
String value associated with text field.
Declared In
CPDFTextWidgetAnnotation.h
alignment
Alignment of text. Supported: NSLeftTextAlignment, NSRightTextAlignment and NSCenterTextAlignment.
@property (nonatomic, assign) NSTextAlignment alignment
Discussion
Alignment of text. Supported: NSLeftTextAlignment, NSRightTextAlignment and NSCenterTextAlignment.
Declared In
CPDFTextWidgetAnnotation.h
isMultiline
Configuring multiline PDF text fields.
@property (nonatomic, assign) BOOL isMultiline
Discussion
Configuring multiline PDF text fields.
Declared In
CPDFTextWidgetAnnotation.h