replace yöntemi
replace(self, old_value, new_value)
Metni değiştirin.
def replace(self, old_value, new_value):
...
| Parametre | Tip | Tanım |
|---|---|---|
| old_value | str | Eski metin. |
| new_value | str | Yeni metin. |
replace(self, index, count, text)
Metni değiştirin.
def replace(self, index, count, text):
...
| Parametre | Tip | Tanım |
|---|---|---|
| index | int | Başlangıç indeksi. |
| count | int | Karakter sayısı. |
| text | str | Metin. |
Ayrıca bakınız
- modül
aspose.cells.drawing.texts - sınıf
FontSettingCollection