Browse our Products

Aspose.Note for Java 2.0.0.0 Release Notes

Dear Customers,

Aspose.Note for Java has been updated to version 2.0.0.

Aspose.Note for Java is a class library that enables applications to interact with Microsoft Office OneNote programmatically without it being installed on the server. It is a pure alternate for the Microsoft OneNote Object Model and provides better performance and ease of use for managing OneNote documents.

Follow our online Programmer’s Guide to learn more about programming with Aspose.Note for Java. The following list of changes is available in this version of Aspose.Note for Java:

New features:

NOTEJAVA-22 Read password protected pages in one note document.

Enhancement:

NOTEJAVA-18 Add an ability to create a page title in MS OneNote style.

Fixed bugs:

NOTEJAVA-27 Null Pointer Exceptions while loading certain OneNote files.

Public API and Backwards Incompatible Changes

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Note for Java.

Added TextStyle.getDefaultMsOneNoteTitleTextStyle, TextStyle.getDefaultMsOneNoteTitleDateStyleand TextStyle.getDefaultMsOneNoteTitleTimeStylestatic methods.

Use these properties if you want to create a page title in Microsoft OneNote style.

Added LoadOptions.setDocumentPassword and LoadOptions.getDocumentPassword methods.

Use these methods to get or set specific password for password protected MS OneNote documents.