![]() | General |
A general text field
public class GeneralTextField : TextField
The GeneralTextField type exposes the following members.
Name | Description | |
---|---|---|
![]() | Alignment | The text alignment (Inherited from TextField) |
![]() | DisplayName | User interface name The display name is not directly visible, but a PDF viewer can display this name, e.g., in a tool tip.(Inherited from FieldNode) |
![]() | DoNotExport | Tells whether this field is exported (Inherited from Field) |
![]() | DoNotScroll | Flags this text field non scrollable |
![]() | DoNotSpellCheck | Flags this text field for prevention from spell checking |
![]() | ExportName | The name used when exporting (Inherited from FieldNode) |
![]() | FontSize | The font size If then the font size is chosen automatically by the PDF viewer.(Inherited from TextField) |
![]() | MaxLength | The maximal text length When setting this property to a non-null value, the length of this field's text is truncated. |
![]() | Multiline | Flags this text field as multi-line |
![]() | Password | Flags this text field as a password entry field |
![]() | ReadOnly | Flags this field as read-only (Inherited from Field) |
![]() | Required | Flags this field as mandatory (Inherited from Field) |
![]() | Text | This field's text (Inherited from TextField) |
![]() | Widgets | This form field's widget annotations (Inherited from Field) |
Name | Description | |
---|---|---|
![]() | AddNewWidget | Create a new widget and add to the form field This method creates a widget for the form field. The widget is automatically added to the field's widgets, but not to any page. This method does not work for radio button form fields; Use AddNewWidget(Rectangle).(Inherited from Field) |
![]() ![]() | Create | Create a general text form field The returned form field object is not yet used, but it is associated with the given target document. |
![]() | Equals | (Inherited from NativeObject) |
![]() | GetHashCode | (Inherited from NativeObject) |