Class Annotations.TextWidgetAnnotation
Extends
Annotations.WidgetAnnotation.
Represents a Text Widget annotation. These include boxes and fields where text can be entered.
Constructor Attributes | Constructor Name and Description |
---|---|
Creates a new instance of TextWidgetAnnotation.
|
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
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.