método format
format(self, start_index, length, font, flag)
Formatear 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