Browse our Products

Aspose.Note for Java 19.11 Release Notes

Major Features

  • Extended public API to work with AttachedFile, Image and Title elements.
  • Optimized saving using HTML format

Features and Improvements

KeySummaryCategory
NOTEJAVA-594Extract alternative text (title and description) set in the attached fileFeature
NOTEJAVA-593Extract alternative text (title and description) set in the imageFeature
NOTENET-2550Unable to set a prefix for nested HTML resourcesEnhancement
NOTEJAVA-250Information can’t be read from OneNote online file formatBug
NOTENET-2786“Img” tag required instead of “Image” while converting .one file to .htmlBug
NOTENET-2708Can’t open table in OneNote after exportBug

Public API and Backward Incompatible Changes

The following public properties were added:Description
com.aspose.note.AttachedFile.getAlternativeTextTitleGets a title of alternative text for the icon of the attached file.
com.aspose.note.AttachedFile.setAlternativeTextTitle(String)Sets a title of alternative text for the icon of the attached file.
com.aspose.note.AttachedFile.getAlternativeTextDescriptionGets a body an alternative text for the icon of the attached file.
com.aspose.note.AttachedFile.setAlternativeTextDescription(String)Sets a body an alternative text for the icon of the attached file.
com.aspose.note.Image.getAlternativeTextTitleGets a title of alternative text for the image.
com.aspose.note.Image.setAlternativeTextTitle(String)Sets a title of alternative text for the image.
com.aspose.note.Image.getAlternativeTextDescriptionGets a body an alternative text for the image.
com.aspose.note.Image.setAlternativeTextDescription(String)Sets a body an alternative text for the image.
The following public properties are marked as obsolete:Description
com.aspose.note.Image.getAlternativeTextGets an alternative text for the image.
com.aspose.note.Image.setAlternativeText(String)Sets an alternative text for the image.
The following public methods and properties were removed:Description
com.aspose.note.CompositeNode.appendChild(com.aspose.note.INode)Adds the node to the end of the list of child nodes for this node.
com.aspose.note.Image.getExtensionGets the extension.
com.aspose.note.Page.getCachedTitleStringGets the title string.
com.aspose.note.Page.setCachedTitleString(String)Sets the title string.
com.aspose.note.Page.getWidthGets the width.
com.aspose.note.Page.setWidth(float)Sets the width.
com.aspose.note.Page.getHeightGets the height.
com.aspose.note.Page.setHeight(float)Sets the height.
com.aspose.note.ResourceExportType.ExportAsFileThe resource is exported as separate file.