Browse our Products

Aspose.Note for Java 25.6 Release Notes

Features and Improvements

KeySummaryCategory
NOTENET-5861Support retrieving information about Loop ComponentsBug
NOTENET-5871Exception “System.InvalidOperationException: Sequence contains no elements” when converting OneNote document to PDFBug

Public API and Backward Incompatible Changes

The following public types were added:Description
com.aspose.note.LoopRepresents a loop.
The following public constants were added:Description
com.aspose.note.NodeType.LoopSpecifies 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.