| AddControl(page, field_name, field_type, rect) | Form | |
| constructor(document) | Form | |
| ExportToCSV(csv_file_path, pdf_file_name, is_append) | Form | |
| ExportToCSV(csv_file, pdf_file_name, is_append) | Form | |
| ExportToHTML(html_file_path, field_array, is_include) | Form | |
| ExportToHTML(html_file, field_array, is_include) | Form | |
| ExportToTXT(txt_file_path, field_array, is_include) | Form | |
| ExportToTXT(txt_file, field_array, is_include) | Form | |
| ExportToXML(file_path) | Form | |
| ExportToXML(file_path, field_array, is_include) | Form | |
| ExportToXML(xml_file, field_array, is_include) | Form | |
| FixPageFields(page_index) | Form | |
| GetAlignment() | Form | |
| GetControl(page, index) | Form | |
| GetControlAtDevicePoint(page, point, tolerance, type, matrix) | Form | |
| GetControlAtPoint(page, point, tolerance, type) | Form | |
| GetControlCount(page) | Form | |
| GetDefaultAppearance() | Form | |
| GetDict() | Form | |
| GetDocument() | Form | |
| GetField(index, filter) | Form | |
| GetFieldCount(filter) | Form | |
| GetFieldsInCalculationOrder() | Form | |
| GetFormFiller() | Form | |
| GetPointerAsNumber() | NativeObjectWrapper | |
| ImportFromXML(file_path) | Form | |
| IsEmpty() | Form | |
| MoveControl(control, field_name) | Form | |
| NeedConstructAppearances() | Form | |
| RemoveControl(control) | Form | |
| RemoveField(field) | Form | |
| RenameField(field, new_field_name) | Form | |
| Reset() | Form | |
| SetAlignment(alignment) | Form | |
| SetConstructAppearances(need_construct) | Form | |
| SetDefaultAppearance(default_ap) | Form | |
| SetFieldsInCalculationOrder(field_array) | Form | |
| ValidateFieldName(type, field_name) | Form | |