RichText.Trim
Trim(params char[])
Removes all leading and trailing occurrences of a set of characters specified in an array.
public RichText Trim(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
Trim(char)
Removes all leading and trailing instances of a characte.
public RichText Trim(char trimChar)
Parameter | Type | Description |
---|---|---|
trimChar | Char | The trim char. |
Return Value
The RichText
.
See Also
- class RichText
- namespace Aspose.Note
- assembly Aspose.Note
Trim()
Removes all leading and trailing white-space characters.
public RichText Trim()
Return Value
The RichText
.
See Also
- class RichText
- namespace Aspose.Note
- assembly Aspose.Note