AddControl(page, field_name, field_type, rect) | FSDK.Form | |
constructor(document) | 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 | |