replace method
replace
Replace the text.
def replace(self, old_value, new_value):
...
Parameter | Type | Description |
---|---|---|
old_value | str | The old text. |
new_value | str | The new text. |
replace
Replace the text.
def replace(self, index, count, text):
...
Parameter | Type | Description |
---|---|---|
index | int | The start index. |
count | int | The count of characters. |
text | str | The text. |
See Also
- module
aspose.cells.drawing.texts
- class
FontSettingCollection