Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Method and Description |
---|---|
RichText |
RichText.append(String value)
Adds a string to the last text range.
|
RichText |
RichText.append(String value,
TextStyle style)
Adds a string to the end.
|
RichText |
RichText.appendFront(String value)
Adds a string to the front of the first text range.
|
RichText |
RichText.appendFront(String value,
TextStyle style)
Adds a string to the front.
|
RichText |
RichText.clear()
Clears content of this instance.
|
RichText |
Title.getTitleDate()
Gets or sets a string representation of the date in the title.
|
RichText |
Title.getTitleText()
Gets or sets the text of the title.
|
RichText |
Title.getTitleTime()
Gets or sets a string representation of the time in the title.
|
RichText |
RichText.insert(int startIndex,
String value)
Inserts a specified string at a specified index position in this instance.
|
RichText |
RichText.insert(int startIndex,
String value,
TextStyle style)
Inserts a specified string with specified style at a specified index position in this instance.
|
RichText |
RichText.remove(int startIndex)
Removes all the characters in the current instance, beginning at a specified position and continuing through the last position.
|
RichText |
RichText.remove(int startIndex,
int count)
Removes specified number of characters in the current instance beginning at a specified position.
|
RichText |
RichText.replace(char oldChar,
char newChar)
Replaces all occurrences of a specified Unicode character in this instance with another specified Unicode character.
|
RichText |
RichText.replace(String oldValue,
String newValue)
Replaces all occurrences of a specified string in the current instance with another specified string.
|
RichText |
RichText.replace(String oldValue,
String newValue,
TextStyle style)
Replaces all occurrences of a specified string in the current instance with another specified string in specified style.
|
RichText |
RichText.trim()
Removes all leading and trailing white-space characters.
|
RichText |
RichText.trim(char... trimChars)
Removes all leading and trailing occurrences of a set of characters specified in an array.
|
RichText |
RichText.trim(char trimChar)
Removes all leading and trailing instances of a character.
|
RichText |
RichText.trimEnd()
Removes all the trailing white-space characters.
|
RichText |
RichText.trimEnd(char... trimChars)
Removes all the trailing occurrences of a set of characters specified in an array.
|
RichText |
RichText.trimEnd(char trimChar)
Removes all the trailing occurrences of a character.
|
RichText |
RichText.trimStart()
Removes all the leading white-space characters.
|
RichText |
RichText.trimStart(char... trimChars)
Removes all the leading occurrences of a set of characters specified in an array.
|
RichText |
RichText.trimStart(char trimChar)
Removes all the leading occurrences of a specified character.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<RichText> |
Title.iterator()
Returns an enumerator that iterates through child nodes of the
Title . |
Modifier and Type | Method and Description |
---|---|
void |
Title.setTitleDate(RichText value)
Gets or sets a string representation of the date in the title.
|
void |
Title.setTitleText(RichText value)
Gets or sets the text of the title.
|
void |
Title.setTitleTime(RichText value)
Gets or sets a string representation of the time in the title.
|
void |
DocumentVisitor.visitRichTextEnd(RichText richText)
End to visit the
RichText node. |
void |
DocumentVisitor.visitRichTextStart(RichText richText)
Start to visit the
RichText node. |
Copyright (c) 2002-2022 Aspose. All Rights Reserved.