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, FieldName, FieldValue, NoExport, ReadOnly, 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.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 Wed Feb 13 2013 12:56:30 GMT-0800 (PST)