insert_text método
insert_text(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