TextBoxField

TextBoxField(Document)

Konstruktor, der mit Generator verwendet werden soll.

public TextBoxField(Document doc)
ParameterTypBeschreibung
docDocumentDokumentieren Sie, wo das Feld erstellt wird.

Siehe auch


TextBoxField()

Instanz von TextBoxField erstellen.

public TextBoxField()

Siehe auch


TextBoxField(Page, Rectangle)

Konstruktor des TextBox-Felds.

public TextBoxField(Page page, Rectangle rect)
ParameterTypBeschreibung
pagePageSeite, auf der das Textfeld platziert wird.
rectRectangleRechteck, wo das Textfeld auf der Seite platziert wird.

Siehe auch


TextBoxField(Document, Rectangle)

Konstruktor des TextBox-Felds.

public TextBoxField(Document doc, Rectangle rect)
ParameterTypBeschreibung
docDocumentDokumentieren Sie, wo das Feld erstellt wird.
rectRectangleRechteck des Feldes.

Siehe auch