Public API Changes in Aspose.PDF for Java 9.7.1
Contents
[
Hide
]
This page lists the public API changes introduced in Aspose.PDF for Java 9.7.1. It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in Aspose.PDF for Java which may affect existing code. Any behavior introduced that could be seen as a regression and modifies existing behavior is especially important and is documented here.
A method named importXml(String inputXml) is added in com.aspose.facades.Form class to support importing XML data to PDF form.
Following methods are changed in com.aspose.pdf.generator.legacyxmlmodel.Heading class
- isAutoSequence(boolean) is changed to setAutoSequence(boolean)
- isInList(boolean) is changed to setInList(boolean)