Browse our Products
Aspose.Note for Java 24.4 Release Notes
This page contains release notes information for Aspose.Note for Java 24.4.
Features and Improvements
Key | Summary | Category |
---|---|---|
NOTENET-738 | Wrong text layout if new line begins from a space. | Bug |
NOTENET-5818 | KeyNotFoundException when loading the OneNote file | Bug |
NOTENET-5828 | Replacing images in onenote file in one go | Enhancement |
NOTEJAVA-1195 | Exception “com.aspose.note.system.collections.Generic.KeyNotFoundException: The given key was not present in the dictionary” when loading OneNote document | Bug |
The following public properties were added: | Description |
---|---|
com.aspose.note.Node.getNodeId | Gets the node’s ID. |
The following public methods were added: | Description |
---|---|
com.aspose.note.Image.replace(com.aspose.note.Image) | Replaces the current image data with the data from the provided Image object. |