Browse our Products

Aspose.Note for .NET 25.2 Release Notes

Features and Improvements

KeySummaryCategory
NOTENET-5861Support retrieving information about Loop Components

Public API and Backward Incompatible Changes

The following public types were added:Description
Aspose.Note.LoopRepresents a loop.
The following public properties were added:Description
Aspose.Note.Loop.LastModifiedTimeGets or sets the last modified time.
Aspose.Note.Loop.LinkGets or sets the link.
The following public methods were added:Description
Aspose.Note.DocumentVisitor.VisitLoopStart(Aspose.Note.Loop)Start to visit the Loop node.
Aspose.Note.DocumentVisitor.VisitLoopEnd(Aspose.Note.Loop)End to visit the Loop node.
Aspose.Note.Loop.#ctor(Aspose.Note.NodeType)Initializes a new instance of the Loop class.
Aspose.Note.Loop.Accept(Aspose.Note.DocumentVisitor)Accepts the visitor of the node.
The following public constants were added:Description
Aspose.Note.NodeType.LoopSpecifies that the node is a Loop.