Browse our Products

Aspose.Note for .NET 20.9 Release Notes

Major Features

  • New public API elements to manipulate by language settings for text

Features and Improvements

KeySummaryCategory
NOTENET-2848Change Language SettingsNew Feature
NOTENET-1823Add new type for paragraph styleNew Feature
NOTENET-2288Aspose.Note 17.3.0: Incorrect conversion to PDFBug
NOTENET-2261Exception ‘Unknown reference marker in OneNote Online file format’ while loading OneNote fileBug

Public API and Backward Incompatible Changes

The following public types were added:Description
Aspose.Note.ParagraphStyleText style settings to be used if there is no matching TextStyle object in collection either this object doesn’t specify a needed setting.
The following public properties were added:Description
Aspose.Note.ParagraphStyle.IsBoldGets or sets a value indicating whether the text style is bold.
Aspose.Note.ParagraphStyle.IsItalicGets or sets a value indicating whether the text style is italic.
Aspose.Note.ParagraphStyle.IsUnderlineGets or sets a value indicating whether the text style is underline.
Aspose.Note.ParagraphStyle.IsStrikethroughGets or sets a value indicating whether the text style is strikethrough.
Aspose.Note.ParagraphStyle.IsSuperscriptGets or sets a value indicating whether the text style is superscript.
Aspose.Note.ParagraphStyle.IsSubscriptGets or sets a value indicating whether the text style is subscript.
Aspose.Note.ParagraphStyle.FontNameGets or sets the font name.
Aspose.Note.ParagraphStyle.FontSizeGets or sets the font size.
Aspose.Note.ParagraphStyle.FontColorGets or sets the font color.
Aspose.Note.ParagraphStyle.HighlightGets or sets the highlight color.
Aspose.Note.ParagraphStyle.FontStyleGets the font style.
Aspose.Note.RichText.ParagraphStyleGets or sets the paragraph style. These settings are used if there is no matching TextStyle object in collection either this object doesn’t specify a needed setting.
Aspose.Note.TextStyle.LanguageGets or sets the language of the text.
The following static public properties were added:Description
Aspose.Note.ParagraphStyle.DefaultGets the ParagraphStyle with default settings.
The following public properties are marked as obsolete:Description
Aspose.Note.RichText.DefaultStyleGets or sets the default style.