insert_text Methode
insert_text(index, text)
Index an Position einfügen.
def insert_text(self, index, text):
...
Parameter | Typ | Beschreibung |
---|---|---|
index | int | Der Startindex. |
text | str | Der Text. |
Siehe auch
- Modul aspose.cells.drawing.texts
- Klasse FontSettingCollection