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 element associated with the widget.
 
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 the rectangle bounding the widget.
 
Gets or sets whether the form field is required.
Fields borrowed from class Annotations.Annotation:
Author, Custom, DateModified, elementName, Height, Hidden, Id, IsAdded, IsDeleted, IsModified, NoMove, NoResize, NoRotate, NoZoom, PageNumber, Subject, Width, X, Y
Methods borrowed from class Annotations.Annotation:
adjustRect, deserialize, draw, GetBottom, getContents, GetCustom, getFlag, GetHeight, GetLeft, GetPageNumber, GetPopupComment, getRect, getRectPadding, getReplies, GetRight, GetTop, GetWidth, GetX, GetY, isReply, resize, serialize, setContents, SetCustom, setFlag, SetHeight, SetPageNumber, SetPopupComment, setRect, SetWidth, SetX, SetY
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.

{Object} Element
Gets or sets the element associated with the widget.

{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.

{Annotations.Rect} Rect
Gets or sets the rectangle bounding the widget.

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

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Apr 20 2015 14:53:13 GMT-0700 (PDT)