méthode get_text_width
get_text_width(, texte, police, mise à l’échelle)
Obtenir la largeur du texte en unités de points.
Retour
@staticmethod
def get_text_width(text, font, scaling):
...
Paramètre | Taper | Description |
---|---|---|
text | str | Le texte. |
font | Font | La police du texte. |
scaling | float | La mise à l’échelle du texte. |
Voir également
- module
aspose.cells
- classe
CellsHelper