Browse our Products
Aspose.Note for .NET 24.2 Release Notes
This page contains release notes information for Aspose.Note for .NET 24.2.
Features and Improvements
Key | Summary | Category |
---|---|---|
NOTENET-5828 | Replacing images in onenote file in one go | Enhancement |
NOTENET-5830 | Open the properties of RichText for reading, providing information on whether this text belongs to a title. | Bug |
Public API and Backward Incompatible Changes
The following public properties were added: | Description |
---|---|
Aspose.Note.RichText.IsTitleText | Gets a value indicating whether the RichText element contains the text of the page title. |
Aspose.Note.RichText.IsTitleDate | Gets a value indicating whether the RichText element contains the date in the page title. |
Aspose.Note.RichText.IsTitleTime | Gets a value indicating whether the RichText element contains the time in the page title. |
The following public methods were added: | Description |
---|---|
Aspose.Note.Image.Replace(Aspose.Note.Image) | Replaces the current image data with the data from the provided Image object. |