Browse our Products

Aspose.Note for Java 21.11 Release Notes

Major Features

  • New parameterless constructors for nodes of Document

Features and Improvements

KeySummaryCategory
NOTENET-1780Refactor of node’s constructorsFeature
NOTENET-698Reimplement composite node.Feature
NOTEJAVA-988Text in OneNote file Overlaps after converted to PDFBug

Public API and Backward Incompatible Changes

The following public types were added:Description
com.aspose.note.ICompositeNodeTThe interface for nodes that can contain other nodes.
The following public methods were added:Description
com.aspose.note.AttachedFile.#ctorInitializes a new instance of the AttachedFile class.
com.aspose.note.AttachedFile.#ctor(com.aspose.note.Document)Initializes a new instance of the AttachedFile class.
com.aspose.note.AttachedFile.#ctor(java.lang.String,java.io.InputStream)Initializes a new instance of the AttachedFile class.
com.aspose.note.AttachedFile.#ctor(java.lang.String,java.io.InputStream,com.aspose.note.system.drawing.ImageFormat)Initializes a new instance of the AttachedFile class.
com.aspose.note.AttachedFile.#ctor(java.lang.String,java.io.InputStream,java.io.InputStream,com.aspose.note.system.drawing.ImageFormat)Initializes a new instance of the AttachedFile class.
com.aspose.note.Image.#ctorInitializes a new instance of the Image class.
com.aspose.note.Image.#ctor(com.aspose.note.Document)Initializes a new instance of the Image class.
com.aspose.note.Image.#ctor(java.lang.String,java.io.InputStream)Initializes a new instance of the Image class.
com.aspose.note.Outline.#ctorInitializes a new instance of the Outline class.
com.aspose.note.OutlineElement.#ctorInitializes a new instance of the OutlineElement class.
com.aspose.note.Page.#ctorInitializes a new instance of the Page class.
com.aspose.note.RichText.#ctorInitializes a new instance of the RichText class.
com.aspose.note.Table.#ctorInitializes a new instance of the Table class.
com.aspose.note.TableCell.#ctorInitializes a new instance of the TableCell class.
com.aspose.note.TableRow.#ctorInitializes a new instance of the TableRow class.
com.aspose.note.Title.getChildNodes(int)Get all child nodes by node type.
com.aspose.note.Title.getChildNodes(java.lang.Class)Get all child nodes by the node type.
com.aspose.note.Title.isCompositeGets a value indicating whether this node is composite. If true the node can have child nodes.
com.aspose.note.Title.iteratorReturns an enumerator that iterates through child nodes of the Title.
The following public properties are marked as obsolete:Description
com.aspose.note.CompositeNode.getChildrenGets all child nodes of this node as an enumerable collection.