Open ODT document with FormField, save with other name. In result document FormField’s font changes to “Time New Roman” without any additional interaction with document (sample document attached).
Sample code:
Document d1 = new Document("LS-Aspose-B04-Sample.odt");
d1.Save("out.odt");