metodo insert_text
insert_text(index, text)
Inserisci 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