Aspose::Cells::Drawing::Texts::FontSettingCollection::Format method

FontSettingCollection::Format method

Format the text with font setting.

void Aspose::Cells::Drawing::Texts::FontSettingCollection::Format(int32_t startIndex, int32_t length, const Aspose::Cells::Font &font, const StyleFlag &flag)
ParameterTypeDescription
startIndexint32_tThe start index.
lengthint32_tThe length.
fontconst Aspose::Cells::Font&The font.
flagconst StyleFlag&The flags of the font.

See Also