TextDeltaComparisonReport
TextDeltaComparisonReport
Overview
TextDeltaComparisonReport 是Python的Aspose.Font FOSS中的一个类.
返回一个包含所有报告字段的词典.
这个类提供了一个方法,用于在Python程序中使用TextDeltaComparisonReport 对象. 有的方法包括: to_dict. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: after_coordinates, after_label, after_normalized_coordinates, before_coordinates, before_label, before_normalized_coordinates,另外5个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
glyph_count | int | Read | 得到了字符的数量. |
comparable_glyph_count | int | Read | 得到了相比的字符数. |
moved_glyph_count | int | Read | 得到了移动的字符数. |
text | str | Read | 得到了短信. |
before_label | str | Read | 得到之前的标签. |
after_label | str | Read | 得到后面的标签. |
before_coordinates | dict[str, float] | Read | 得到前的坐标. |
after_coordinates | dict[str, float] | Read | 得到后面的坐标. |
before_normalized_coordinates | dict[str, float] | Read | 得到之前的正常定位. |
after_normalized_coordinates | dict[str, float] | Read | 得到后期的正常化坐标. |
glyph_comparisons | tuple[GlyphDeltaComparisonReport, ...] | Read | 得到了字符的比较. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | 返回包含所有报告字段的词典 |