Class Index

Classes


Class Annotations.WidgetAnnotation


Extends Annotations.Annotation.
Represents an extendable Widget annotation. These annotations contain a field value

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new instance of WidgetAnnotation.
Field Summary
Field Attributes Field Name and Description
 
Gets or sets the default field value of the widget annotation.
 
Gets or sets the field name of the widget annotation.
 
Gets or sets the field value of the widget annotation.
 
Gets or sets whether the form field is not exported.
 
Gets or sets whether the form field is read-only.
 
Gets or sets whether the form field is required.
Fields borrowed from class Annotations.Annotation:
Height, MirroredHorizontally, MirroredVertically, NoMove, NoResize, NoZoom, PageNumber, Subject, UsePageCoordinates, Width, X, Y
Methods borrowed from class Annotations.Annotation:
GetHeight, GetMirroredHorizontally, GetMirroredVertically, GetPageNumber, GetPopupComment, GetWidth, GetX, GetY, SetHeight, SetMirroredHorizontally, SetMirroredVertically, SetPageNumber, SetPopupComment, SetWidth, SetX, SetY
Events borrowed from class Annotations.Annotation:
draw
Class Detail
Annotations.WidgetAnnotation()
Creates a new instance of WidgetAnnotation.
Field Detail
{string} DefaultValue
Gets or sets the default field value of the widget annotation.

{string} FieldName
Gets or sets the field name of the widget annotation.

{string} FieldValue
Gets or sets the field value of the widget annotation.

{boolean} NoExport
Gets or sets whether the form field is not exported.

{boolean} ReadOnly
Gets or sets whether the form field is read-only.

{boolean} Required
Gets or sets whether the form field is required.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Feb 13 2013 12:56:30 GMT-0800 (PST)