RichText.TrimEnd
TrimEnd(params char[])
Removes all the trailing occurrences of a set of characters specified in an array.
public RichText TrimEnd(params char[] trimChars)
Parameter | Type | Description |
---|---|---|
trimChars | Char[] | The trim chars. |
Return Value
The RichText
.
See Also
- class RichText
- namespace Aspose.Note
- assembly Aspose.Note
TrimEnd(char)
Removes all the trailing occurrences of a character.
public RichText TrimEnd(char trimChar)
Parameter | Type | Description |
---|---|---|
trimChar | Char | The trim char. |
Return Value
The RichText
.
See Also
- class RichText
- namespace Aspose.Note
- assembly Aspose.Note
TrimEnd()
Removes all the trailing white-space characters.
public RichText TrimEnd()
Return Value
The RichText
.
See Also
- class RichText
- namespace Aspose.Note
- assembly Aspose.Note