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

NameTypeAccessDescription
glyph_countintRead得到了字符的数量.
comparable_glyph_countintRead得到了相比的字符数.
moved_glyph_countintRead得到了移动的字符数.
textstrRead得到了短信.
before_labelstrRead得到之前的标签.
after_labelstrRead得到后面的标签.
before_coordinatesdict[str, float]Read得到前的坐标.
after_coordinatesdict[str, float]Read得到后面的坐标.
before_normalized_coordinatesdict[str, float]Read得到之前的正常定位.
after_normalized_coordinatesdict[str, float]Read得到后期的正常化坐标.
glyph_comparisonstuple[GlyphDeltaComparisonReport, ...]Read得到了字符的比较.

Methods

SignatureDescription
to_dict()dict[str, object]返回包含所有报告字段的词典

See Also

 中文