Replace
FontSettingCollection.Replace method
替换文本。
public void Replace(int index, int count, string text)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 起始索引。 |
count | Int32 | 字符数。 |
text | String | 文本。 |
替换文本。
public void Replace(int index, int count, string text)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 起始索引。 |
count | Int32 | 字符数。 |
text | String | 文本。 |