insert_text method
insert_text
Insert index at the position.
def insert_text(self, index, text):
...
Parameter | Type | Description |
---|---|---|
index | int | The start index. |
text | str | The text. |
See Also
- module
aspose.cells.drawing.texts
- class
FontSettingCollection