Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Method and Description |
---|---|
static TextStyle |
TextStyle.getDefaultMsOneNoteTitleDateStyle()
Gets default style for title date in MS OneNote.
|
static TextStyle |
TextStyle.getDefaultMsOneNoteTitleTextStyle()
Gets default style for title text in MS OneNote.
|
static TextStyle |
TextStyle.getDefaultMsOneNoteTitleTimeStyle()
Gets default style for title time in MS OneNote.
|
TextStyle |
RichText.getDefaultStyle()
Deprecated.
Obsolete since 20.9 release. Use
RichText.getParagraphStyle() instead. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<TextStyle> |
RichText.getStyles()
Gets the styles.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TextStyle.equals(TextStyle other)
Determines whether the specified object is equal to the current object.
|
void |
RichText.setDefaultStyle(TextStyle value)
Deprecated.
Obsolete since 20.9 release. Use
RichText.setParagraphStyle(com.aspose.note.ParagraphStyle) instead. |
Copyright (c) 2002-2021 Aspose. All Rights Reserved.