méthode insert_text
insert_text(self, index, text)
Insérer l’index à la position.
def insert_text(self, index, text):
...
| Paramètre | Taper | Description |
|---|---|---|
| index | int | L’index de départ. |
| text | str | Le texte. |
Voir également
- module
aspose.cells.drawing.texts - classe
FontSettingCollection