Aspose::Cells::Drawing::Shape::FormatCharacters method
Shape::FormatCharacters method
Formats some characters with the font setting.
void Aspose::Cells::Drawing::Shape::FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font &font, const StyleFlag &flag)
Parameter | Type | Description |
---|---|---|
startIndex | int32_t | The start index. |
length | int32_t | The length. |
font | const Aspose::Cells::Font& | The font setting. |
flag | const StyleFlag& | The flag of the font setting. |
See Also
- Class Vector
- Class Font
- Class StyleFlag
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++