méthode replace
replace(self, old_value, new_value)
Remplacer le texte.
def replace(self, old_value, new_value):
...
Paramètre | Taper | Description |
---|---|---|
old_value | str | L’ancien texte. |
new_value | str | Le nouveau texte. |
replace(self, index, count, text)
Remplacer le texte.
def replace(self, index, count, text):
...
Paramètre | Taper | Description |
---|---|---|
index | int | L’index de départ. |
count | int | Le nombre de caractères. |
text | str | Le texte. |
Voir également
- module
aspose.cells.drawing.texts
- classe
FontSettingCollection