Aspose::Cells::Drawing::Texts::FontSettingCollection::Replace method

FontSettingCollection::Replace(int32_t, int32_t, const U16String&) method

Replace the text.

void Aspose::Cells::Drawing::Texts::FontSettingCollection::Replace(int32_t index, int32_t count, const U16String &text)
ParameterTypeDescription
indexint32_tThe start index.
countint32_tThe count of characters.
textconst U16String&The text.

See Also

FontSettingCollection::Replace(int32_t, int32_t, const char16_t*) method

Replace the text.

void Aspose::Cells::Drawing::Texts::FontSettingCollection::Replace(int32_t index, int32_t count, const char16_t *text)
ParameterTypeDescription
indexint32_tThe start index.
countint32_tThe count of characters.
textconst char16_t*The text.

See Also

FontSettingCollection::Replace(const U16String&, const U16String&) method

Replace the text.

void Aspose::Cells::Drawing::Texts::FontSettingCollection::Replace(const U16String &oldValue, const U16String &newValue)
ParameterTypeDescription
oldValueconst U16String&The old text.
newValueconst U16String&The new text.

See Also

FontSettingCollection::Replace(const char16_t*, const char16_t*) method

Replace the text.

void Aspose::Cells::Drawing::Texts::FontSettingCollection::Replace(const char16_t *oldValue, const char16_t *newValue)
ParameterTypeDescription
oldValueconst char16_t*The old text.
newValueconst char16_t*The new text.

See Also