format method
format
Format the text with font setting.
def format(self, start_index, length, font, flag):
...
Parameter | Type | Description |
---|---|---|
start_index | int | The start index. |
length | int | The length. |
font | Font | The font. |
flag | StyleFlag | The flags of the font. |
See Also
- module
aspose.cells.drawing.texts
- class
FontSettingCollection