Browse our Products
Aspose.Note for Java 25.6 Release Notes
This page contains release notes information for Aspose.Note for Java 25.6.
Features and Improvements
Key | Summary | Category |
---|---|---|
NOTENET-5861 | Support retrieving information about Loop Components | Bug |
NOTENET-5871 | Exception “System.InvalidOperationException: Sequence contains no elements” when converting OneNote document to PDF | Bug |
Public API and Backward Incompatible Changes
The following public types were added: | Description |
---|---|
com.aspose.note.Loop | Represents a loop. |
The following public constants were added: | Description |
---|---|
com.aspose.note.NodeType.Loop | Specifies that the node is a Loop. |
The following public methods were added: | Description |
---|---|
com.aspose.note.Loop.#ctor() | Initializes a new instance of the Loop class. |
com.aspose.note.Loop.getLastModifiedTime() | Gets last modified time. |
com.aspose.note.Loop.setLastModifiedTime(java.util.Date) | Sets last modified time. |
com.aspose.note.Loop.getHyperlinkUrl() | Gets the hyperlink. |
com.aspose.note.Loop.setHyperlinkUrl(java.lang.String) | Sets the hyperlink. |
com.aspose.note.Loop.accept(com.aspose.note.DocumentVisitor) | Accepts the visitor of the node. |
com.aspose.note.DocumentVisitor.visitLoopStart(com.aspose.note.Loop) | Start to visit the Loop node. |
com.aspose.note.DocumentVisitor.visitLoopEnd(com.aspose.note.Loop) | End to visit the Loop node. |