TextDeltaComparisonReport

TextDeltaComparisonReport

Overview

TextDeltaComparisonReport je třída v Aspose.Font FOSS pro Python.

TextDeltaComparisonReport.to_dict() vrací slovník obsahující všechna pole zpráv.

Tato třída poskytuje 1 metodu pro práci s TextDeltaComparisonReport objekty v programech Python. K dispozici jsou následující metody: to_dict. Všechny veřejné členy jsou přístupné jakékoli aplikaci Python po instalaci balíčku Aspose.Font FOSS pro Python. Vlastnosti: after_coordinates, after_label, after_normalized_coordinates, before_coordinates, before_label, before_normalized_coordinates,A ještě pět.

Properties

NameTypeAccessDescription
glyph_countintReadZískala počet glyfů.
comparable_glyph_countintReadZískala srovnatelný počet glyfů.
moved_glyph_countintReadZískala jsem přesunutý glyf.
textstrReadDostal zprávu.
before_labelstrReadDostane před etiketu.
after_labelstrReadDostane nálepku.
before_coordinatesdict[str, float]ReadDostává před souřadnice.
after_coordinatesdict[str, float]ReadDostává souřadnice.
before_normalized_coordinatesdict[str, float]ReadDostává před normalizované souřadnice.
after_normalized_coordinatesdict[str, float]ReadDostává po normalizovaných souřadnicích.
glyph_comparisonstuple[GlyphDeltaComparisonReport, ...]ReadDostal srovnání glyfů.

Methods

SignatureDescription
to_dict()dict[str, object]Vrátí slovník obsahující všechna pole zpráv .

See Also

 Čeština