Initializes a new instance of the
TextField class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
public TextField(
System.string ,
System.string ,
System.double ,
System.double ,
System.double ,
System.double
)
Parameters
- name
- The name of the field
- text
- The text of the field.
- left
- Left coordinate of the new field, in twips, with respect to its containing section.
- top
- Top coordinate of the new field, in twips, with respect to its containing section.
- width
- Width of the new field, in twips.
- height
- Height of the new field, in twips.
See Also