Metodo insert_text
insert_text(self, index, text)
Inserire l’indice nella posizione.
def insert_text(self, index, text):
...
| Parametro | Tipo | Descrizione |
|---|---|---|
| index | int | L’indice di partenza. |
| text | str | Il testo. |
Guarda anche
- modulo
aspose.cells.drawing.texts - classe
FontSettingCollection