RichText.Remove
Remove(int, int)
从指定位置开始删除当前实例中指定数量的字符。
public RichText Remove(int startIndex, int count)
范围 | 类型 | 描述 |
---|---|---|
startIndex | Int32 | 起始索引。 |
count | Int32 | 计数。 |
返回值
的RichText
.
例外
例外 | (健康)状况 |
---|---|
ArgumentOutOfRangeException |
也可以看看
- class RichText
- 命名空间 Aspose.Note
- 部件 Aspose.Note
Remove(int)
删除当前实例中的所有字符,从指定位置开始并继续到最后一个位置。
public RichText Remove(int startIndex)
范围 | 类型 | 描述 |
---|---|---|
startIndex | Int32 | 起始索引。 |
返回值
的RichText
.
例外
例外 | (健康)状况 |
---|---|
ArgumentOutOfRangeException |
也可以看看
- class RichText
- 命名空间 Aspose.Note
- 部件 Aspose.Note