RichText.Remove
Remove(int, int)
現在のインスタンスの指定された位置から指定された数の文字を削除します。
public RichText Remove(int startIndex, int count)
パラメータ | タイプ | 説明 |
---|---|---|
startIndex | Int32 | 開始インデックス. |
count | Int32 | カウント. |
戻り値
例外
例外 | 調子 |
---|---|
ArgumentOutOfRangeException |
関連項目
- class RichText
- 名前空間 Aspose.Note
- 組み立て Aspose.Note
Remove(int)
現在のインスタンス内の指定された位置から最後の位置までのすべての文字を削除します。
public RichText Remove(int startIndex)
パラメータ | タイプ | 説明 |
---|---|---|
startIndex | Int32 | 開始インデックス. |
戻り値
例外
例外 | 調子 |
---|---|
ArgumentOutOfRangeException |
関連項目
- class RichText
- 名前空間 Aspose.Note
- 組み立て Aspose.Note