RichText.AppendFront
AppendFront(string)
Adds a string to the front of the first text range.
public RichText AppendFront(string value)
Parameter | Type | Description |
---|---|---|
value | String | The added value. |
Return Value
The RichText
.
See Also
- class RichText
- namespace Aspose.Note
- assembly Aspose.Note
AppendFront(string, TextStyle)
Adds a string to the front.
public RichText AppendFront(string value, TextStyle style)
Parameter | Type | Description |
---|---|---|
value | String | The added value. |
style | TextStyle | The style of added string. |
Return Value
The RichText
.
See Also
- class TextStyle
- class RichText
- namespace Aspose.Note
- assembly Aspose.Note