|
THPDFPage.AddTextField
|
Μέθοδοι AcroForm Support |
|
Adds an AcroForm text field widget to the current page.
Delphi syntax: procedure AddTextField(const FieldName, InitialValue: AnsiString; Rectangle: TRect; MaxLen: Integer = 0; Flags: THPDFFormFieldFlags = []);
Περιγραφή Η μέθοδος δημιουργεί /Tx field και το καταχωρεί στο document AcroForm dictionary. Χρησιμοποιήστε Flags για να ενεργοποιήσετε text-field options όπως multiline, password, comb, file-select, rich-text, scroll και spell-check behavior
See also: AcroForm Support, LastAnnotation |