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