CPDFWidgetAnnotation Class Reference

Inherits from CPDFAnnotation : NSObject
Declared in CPDFWidgetAnnotation.h

Overview

A CPDFWidgetAnnotation object is a collection of fields for gathering information interactively from the user.

  borderColor

Method to get / set the border color used for the form field.

@property (nonatomic, retain) CPDFKitPlatformColor *borderColor

Discussion

Method to get / set the border color used for the form field.

Declared In

CPDFWidgetAnnotation.h

  backgroundColor

Method to ge t/ set the background color used for the form field.

@property (nonatomic, retain) CPDFKitPlatformColor *backgroundColor

Discussion

Method to ge t/ set the background color used for the form field.

Declared In

CPDFWidgetAnnotation.h

  backgroundOpacity

@property (nonatomic, assign) CGFloat backgroundOpacity

  font

Method to get / set the font used for the form field.

@property (nonatomic, retain) CPDFKitPlatformFont *font

Discussion

Method to get / set the font used for the form field.

Declared In

CPDFWidgetAnnotation.h

  fontColor

Method to get / set the font color used for the form field.

@property (nonatomic, retain) CPDFKitPlatformColor *fontColor

Discussion

Method to get / set the font color used for the form field.

Declared In

CPDFWidgetAnnotation.h

– fieldName

Internal name for the field.

- (NSString *)fieldName

Discussion

Internal name for the field.

Declared In

CPDFWidgetAnnotation.h

– setFieldName:

- (void)setFieldName:(NSString *)name

– reset

- (void)reset