Metodo format
format(self, start_index, length, font, flag)
Formatta il testo con le impostazioni del carattere.
def format(self, start_index, length, font, flag):
...
Parametro | Tipo | Descrizione |
---|---|---|
start_index | int | L’indice di partenza. |
length | int | La lunghezza. |
font | Font | Il carattere. |
flag | StyleFlag | Le bandiere del font. |
Guarda anche
- modulo
aspose.cells.drawing.texts
- classe
FontSettingCollection