Aspose::Cells::Drawing::Texts::FontSettingCollection::AppendText method

FontSettingCollection::AppendText(const U16String&) method

Appends the text.

void Aspose::Cells::Drawing::Texts::FontSettingCollection::AppendText(const U16String &text)
ParameterTypeDescription
textconst U16String&The text.

See Also

FontSettingCollection::AppendText(const char16_t*) method

Appends the text.

void Aspose::Cells::Drawing::Texts::FontSettingCollection::AppendText(const char16_t *text)
ParameterTypeDescription
textconst char16_t*The text.

See Also