format método
format(start_index, length, font, flag)
Formatee el texto con la configuración de fuente.
def format(self, start_index, length, font, flag):
...
Parámetro | Tipo | Descripción |
---|---|---|
start_index | int | El índice de inicio. |
length | int | La longitud. |
font | Font | La fuente. |
flag | StyleFlag | Las banderas de la fuente. |
Ver también
- módulo aspose.cells.drawing.texts
- clase FontSettingCollection