replace Methode
replace(old_value, new_value)
Ersetzen Sie den Text.
def replace(self, old_value, new_value):
...
Parameter | Typ | Beschreibung |
---|---|---|
old_value | str | Der alte Text. |
new_value | str | Der neue Text. |
replace(index, count, text)
Ersetzen Sie den Text.
def replace(self, index, count, text):
...
Parameter | Typ | Beschreibung |
---|---|---|
index | int | Der Startindex. |
count | int | Die Anzahl der Zeichen. |
text | str | Der Text. |
Siehe auch
- Modul aspose.cells.drawing.texts
- Klasse FontSettingCollection