Browse our Products

Aspose.Note for Java 20.9 Release Notes

Major Features

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

Features and Improvements

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

Public API and Backward Incompatible Changes

The following public types were added:Description
com.aspose.note.ParagraphStyleText style settings to be used if there is no matching TextStyle object in {@link RichText#getStyles} collection either this object doesn’t specify a needed setting.
The following public properties were added:Description
com.aspose.note.ParagraphStyle.getFontColorGets the font color.
com.aspose.note.ParagraphStyle.setFontColor(java.awt.Color)Sets the font color.
com.aspose.note.ParagraphStyle.getFontNameGets the font name.
com.aspose.note.ParagraphStyle.setFontName(java.lang.String)Sets the font name.
com.aspose.note.ParagraphStyle.getFontSizeGets the font size.
com.aspose.note.ParagraphStyle.setFontSize(int)Sets the font size.
com.aspose.note.ParagraphStyle.isBoldGets a value indicating whether the text style is bold.
com.aspose.note.ParagraphStyle.setBold(boolean)Sets a value indicating whether the text style is bold.
com.aspose.note.ParagraphStyle.isItalicGets a value indicating whether the text style is italic.
com.aspose.note.ParagraphStyle.setItalic(boolean)Sets a value indicating whether the text style is italic.
com.aspose.note.ParagraphStyle.isStrikethroughGets a value indicating whether the text style is strikethrough.
com.aspose.note.ParagraphStyle.setStrikethrough(boolean)Sets a value indicating whether the text style is strikethrough.
com.aspose.note.ParagraphStyle.isSubscriptGets a value indicating whether the text style is subscript.
com.aspose.note.ParagraphStyle.setSubscript(boolean)Sets a value indicating whether the text style is subscript.
com.aspose.note.ParagraphStyle.isSuperscriptGets a value indicating whether the text style is superscript.
com.aspose.note.ParagraphStyle.setSuperscript(boolean)Sets a value indicating whether the text style is superscript.
com.aspose.note.ParagraphStyle.isUnderlineGets a value indicating whether the text style is underline.
com.aspose.note.ParagraphStyle.setUnderline(boolean)Sets a value indicating whether the text style is underline.
com.aspose.note.ParagraphStyle.getHighlightGets the highlight color.
com.aspose.note.ParagraphStyle.setHighlight(java.awt.Color)Sets the highlight color.
com.aspose.note.RichText.getParagraphStyleGets the paragraph style.
com.aspose.note.RichText.setParagraphStyle(com.aspose.note.ParagraphStyle)Sets the paragraph style.
com.aspose.note.TextStyle.getLanguageGets the language of the text.
com.aspose.note.TextStyle.setLanguage(java.util.Locale)Sets the language of the text.
The following public static methods were added:Description
com.aspose.note.ParagraphStyle.getDefaultGets the ParagraphStyle with default settings.
The following public properties are marked as obsolete:Description
com.aspose.note.RichText.getDefaultStyleGets the default style.
com.aspose.note.RichText.setDefaultStyle(com.aspose.note.TextStyle)Sets the default style.