RichText.AppendFront
AppendFront(string)
在第一个文本范围的前面添加字符串。
public RichText AppendFront(string value)
| 参数 | 类型 | 描述 |
|---|---|---|
| value | String | 添加的值。 |
返回值
该 RichText。
另请参阅
- class RichText
- namespace Aspose.Note
- assembly Aspose.Note
AppendFront(string, TextStyle)
在前面添加字符串。
public RichText AppendFront(string value, TextStyle style)
| 参数 | 类型 | 描述 |
|---|---|---|
| value | String | 添加的值。 |
| style | TextStyle | 添加的字符串的样式。 |
返回值
该 RichText。
另请参阅
- class TextStyle
- class RichText
- namespace Aspose.Note
- assembly Aspose.Note