Aspose.Note for Java 21.7 Release Notes

Major Features

  • Specialized exception regarding OneNote 2007 format is not supported.
  • Support of licenses with sha256

Features and Improvements

KeySummaryCategory
NOTENET-3239HyperLink Address is empty despite there is a hyperlink address in the one note fileBug
NOTENET-3317Exception “Not enough stream data” when opening password protected documentsBug
NOTENET-3321Add support of sha256 hashes to license validation algorithmFeature
NOTENET-3318Add special exception that OneNote 2007 format is not supported.Feature

Public API and Backward Incompatible Changes

The following public constants were added:Description
com.aspose.note.FileFormat.OneNote2007OneNote 2007 file format.
The following public methods were removed:Description
com.aspose.note.CompositeNode.getTextGet all text from the node.
com.aspose.note.fonts.DocumentFontsSubsystem.#ctor(java.awt.Font,java.util.Map)Initializes a new instance of the DocumentFontsSubsystem class.
com.aspose.note.fonts.DocumentFontsSubsystem.#ctor(java.awt.Font)Initializes a new instance of the DocumentFontsSubsystem class.
com.aspose.note.fonts.FontsSubsystem.#ctor(java.awt.Font,java.util.Map)Initializes a new instance of the FontsSubsystem class.
com.aspose.note.fonts.FontsSubsystem.#ctor(java.awt.Font)Initializes a new instance of the FontsSubsystem class.
com.aspose.note.Image.getAlternativeTextGets an alternative text for the image.
com.aspose.note.Image.setAlternativeText(java.lang.String)Sets an alternative text for the image.
com.aspose.note.RichText.getDefaultStyleGets the default style.
com.aspose.note.RichText.setDefaultStyle(com.aspose.note.TextStyle)Sets the default style.