Method and Description |
---|
com.aspose.note.Image.getAlternativeText()
Obsolete since 19.11 release. Now this property returns the same value as
Image.getAlternativeTextDescription() property. |
com.aspose.note.RichText.getDefaultStyle()
Obsolete since 20.9 release. Use
RichText.getParagraphStyle() instead. |
com.aspose.note.CompositeNode.getText()
Obsolete since 20.1 release. Can be easy reproduced.
|
com.aspose.note.Image.setAlternativeText(String)
Obsolete since 19.11 release. Now this property returns the same value as
Image.setAlternativeTextDescription(java.lang.String) property. |
com.aspose.note.RichText.setDefaultStyle(TextStyle)
Obsolete since 20.9 release. Use
RichText.setParagraphStyle(com.aspose.note.ParagraphStyle) instead. |
Constructor and Description |
---|
com.aspose.note.fonts.DocumentFontsSubsystem(Font)
Obsolete since 20.3 release. Use
DocumentFontsSubsystem(InputStream, HashMap<String, String> fontsSubstitutions) and DocumentFontsSubsystem(String, HashMap<String, String> fontsSubstitutions) instead. |
com.aspose.note.fonts.DocumentFontsSubsystem(Font, Map<String, String>)
Obsolete since 20.3 release. Use
DocumentFontsSubsystem(InputStream, HashMap<String, String> fontsSubstitutions) and DocumentFontsSubsystem(String, HashMap<String, String> fontsSubstitutions) instead. |
Copyright (c) 2002-2021 Aspose. All Rights Reserved.