Aspose::Cells::Drawing::Shape::Characters method
Shape::Characters method
Returns a Characters object that represents a range of characters within the text.
FontSetting Aspose::Cells::Drawing::Shape::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.
Remarks
This method only works on shape with title.
Examples
FontSetting fontSetting = shape.Characters(0, 4);
See Also
- Class FontSetting
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++