Aspose.Note for Java 19.9 Release Notes

Features and Improvements

KeySummaryCategory
NOTENET-2675FileCorruptedException when opening OneNote filesBug
NOTENET-2710Investigate bug: Outline incorrect measurementBug
NOTENET-2714Unknown Binary Data Marker in OneNote Online File Format.Bug
NOTEJAVA-585Fonts subsystem setting does not have any effect on the resultBug
NOTEJAVA-641Exception raised while converting .one file to PDFBug
NOTENET-2880Exception “The given key was not present in the dictionary” while loading .one fileBug

Public API and Backward Incompatible Changes

The following public methods were added:Description
com.aspose.note.IPageChildNode.getHorizontalOffsetGets the horizontal offset.
com.aspose.note.IPageChildNode.getVerticalOffsetGets the vertical offset.
com.aspose.note.IPageChildNode.setHorizontalOffset(float)Sets the horizontal offset.
com.aspose.note.IPageChildNode.setVerticalOffset(float)Sets the vertical offset.
com.aspose.note.SaveOptions.setFontsSubsystem(com.aspose.note.fonts.FontsSubsystem)Sets font’s settings to be used while saving.
com.aspose.note.Title.getHorizontalOffsetGets the horizontal offset.
com.aspose.note.Title.getVerticalOffsetGets the vertical offset.
com.aspose.note.Title.setHorizontalOffset(float)Sets the horizontal offset.
com.aspose.note.Title.setVerticalOffset(float)Sets the vertical offset.
The following public methods were removed:Description
com.aspose.note.SaveOptions.setFontsSubsystem(com.aspose.note.fonts.IFontsSubsystem)Sets font’s settings to be used while saving