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