Aspose::Cells::Comment::FormatCharacters method
Comment::FormatCharacters method
Format some characters with the font setting.
void Aspose::Cells::Comment::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 Comment
- Namespace Aspose::Cells
- Library Aspose.Cells for C++