Aspose::Cells::Drawing::Texts::FontSettingCollection::InsertText method
FontSettingCollection::InsertText(int32_t, const U16String&) method
Insert index at the position.
void Aspose::Cells::Drawing::Texts::FontSettingCollection::InsertText(int32_t index, const U16String &text)
Parameter | Type | Description |
---|---|---|
index | int32_t | The start index. |
text | const U16String& | The text. |
See Also
- Class Vector
- Class U16String
- Class FontSettingCollection
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++
FontSettingCollection::InsertText(int32_t, const char16_t*) method
Insert index at the position.
void Aspose::Cells::Drawing::Texts::FontSettingCollection::InsertText(int32_t index, const char16_t *text)
Parameter | Type | Description |
---|---|---|
index | int32_t | The start index. |
text | const char16_t* | The text. |
See Also
- Class Vector
- Class FontSettingCollection
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++