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)
Parameter | Type | Description |
---|---|---|
text | const U16String& | The text. |
See Also
- Class Vector
- Class U16String
- Class FontSettingCollection
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++
FontSettingCollection::AppendText(const char16_t*) method
Appends the text.
void Aspose::Cells::Drawing::Texts::FontSettingCollection::AppendText(const char16_t *text)
Parameter | Type | Description |
---|---|---|
text | const char16_t* | The text. |
See Also
- Class Vector
- Class FontSettingCollection
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++