método insert_text
insert_text(self, index, text)
Insertar índice en la posición.
def insert_text(self, index, text):
...
| Parámetro | Tipo | Descripción |
|---|---|---|
| index | int | El índice de inicio. |
| text | str | El texto. |
Ver también
- módulo
aspose.cells.drawing.texts - clase
FontSettingCollection