Aspose::Cells::Charts::Title::Characters method
Title::Characters() method
Gets rich text formatting of this Title.
Vector<FontSetting> Aspose::Cells::Charts::Title::Characters()
ReturnValue
returns FontSetting array
See Also
- Class Vector
- Class FontSetting
- Class Title
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++
Title::Characters(int32_t, int32_t) method
Returns a Characters object that represents a range of characters within the text.
FontSetting Aspose::Cells::Charts::Title::Characters(int32_t startIndex, int32_t length)
Parameter | Type | Description |
---|---|---|
startIndex | int32_t | The index of the start of the character. |
length | int32_t | The number of characters. |
ReturnValue
Characters object.
See Also
- Class FontSetting
- Class Vector
- Class Title
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++