méthode format_characters
format_characters(self, start_index, length, font, flag)
Formate certains caractères avec le paramètre de police.
def format_characters(self, start_index, length, font, flag):
    ...
| Paramètre | Taper | Description | 
|---|---|---|
| start_index | int | L’index de départ. | 
| length | int | La longueur. | 
| font | Font | Le paramètre de police. | 
| flag | StyleFlag | Le drapeau du paramètre de police. | 
Voir également
- module aspose.cells.drawing
- classe TextBox