Class Index

Classes


Class Annotations.TextWidgetAnnotation


Extends Annotations.WidgetAnnotation.
Represents a Text Widget annotation. These include boxes and fields where text can be entered.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new instance of TextWidgetAnnotation.
Field Summary
Field Attributes Field Name and Description
 
Gets or sets whether the text field is non-scrollable.
 
Gets or sets whether the text field has multi or single line.
 
Gets or sets whether the text field contains a password.
Fields borrowed from class Annotations.WidgetAnnotation:
DefaultValue, Element, FieldName, FieldValue, NoExport, ReadOnly, Rect, 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.TextWidgetAnnotation()
Creates a new instance of TextWidgetAnnotation.
Field Detail
{boolean} DoNotScroll
Gets or sets whether the text field is non-scrollable.

{boolean} Multiline
Gets or sets whether the text field has multi or single line.

{boolean} Password
Gets or sets whether the text field contains a password.

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