目錄 / Table of Contents

Class OdfCodePointMigrationReport

Namespace
OdfKit.Core
Assembly
OdfKit.dll

Describes the results of migrating text code points in an ODF document. 描述 ODF 文件文字碼位遷移的結果。

public sealed class OdfCodePointMigrationReport
Inheritance
OdfCodePointMigrationReport
Inherited Members

Properties

AffectedTextNodes

Gets the number of text nodes affected by the migration. 取得受遷移影響的文字節點數量。

public int AffectedTextNodes { get; }

Property Value

int

ReplacementsByCodePoint

Gets the replacement count for each source code point. 取得各來源碼位的替換次數。

public IReadOnlyDictionary<int, int> ReplacementsByCodePoint { get; }

Property Value

IReadOnlyDictionary<int, int>

TotalReplacements

Gets the total number of code point replacements. 取得碼位替換總次數。

public int TotalReplacements { get; }

Property Value

int