TextDeltaComparisonReport
Vue de l’ensemble
‘TextDeltaComparisonReport’ est une classe dans Aspose.Font FOSS pour Python.
TextDeltaComparisonReport.to_dict() retourne un dictionnaire contenant tous les champs de rapport.
Cette classe fournit 1 méthode pour travailler avec TextDeltaComparisonReport objets dans les programmes Python. Les méthodes disponibles comprennent: to_dict. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Font FOSS pour le package Pyathon. Propriétés: ‘after_coordinates’, ’efter-label’, `afters_normalized_koordinate’, ‘before_Coordinats’, ‘be Before_lable’, et 5 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
glyph_count | int | Read | Gets the glyph count. |
comparable_glyph_count | int | Read | Gets the comparable glyph count. |
moved_glyph_count | int | Read | Gets the moved glyph count. |
text | str | Read | Gets the text. |
before_label | str | Read | Gets the before label. |
after_label | str | Read | Gets the after label. |
before_coordinates | dict[str, float] | Read | Gets the before coordinates. |
after_coordinates | dict[str, float] | Read | Gets the after coordinates. |
before_normalized_coordinates | dict[str, float] | Read | Gets the before normalized coordinates. |
after_normalized_coordinates | dict[str, float] | Read | Gets the after normalized coordinates. |
glyph_comparisons | tuple[GlyphDeltaComparisonReport, ...] | Read | Gets the glyph comparisons. |
méthodes
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Returns a dictionary containing all report fields |
Voir aussi
- Aspose.Font — référence API d’entreprise