目錄 / Table of Contents

Class OdfVersionCompatibilityReport

Namespace
OdfKit.Compliance
Assembly
OdfKit.dll

Reports whether a document can be represented by a target ODF version without semantic loss. 回報文件是否能在不損失語意的情況下由目標 ODF 版本表示。

public sealed class OdfVersionCompatibilityReport
Inheritance
OdfVersionCompatibilityReport
Inherited Members

Properties

IsSafe

Gets a value indicating whether the requested version conversion is semantically safe. 取得一個值,指出要求的版本轉換是否不會損失語意。

public bool IsSafe { get; }

Property Value

bool

Issues

Gets issues that cannot be represented by the target version. 取得無法由目標版本表示的問題。

public IReadOnlyList<OdfVersionCompatibilityIssue> Issues { get; }

Property Value

IReadOnlyList<OdfVersionCompatibilityIssue>

SourceVersion

Gets the semantic model version used for analysis. 取得分析時使用的語意模型版本。

public OdfVersion SourceVersion { get; }

Property Value

OdfVersion

TargetVersion

Gets the requested target ODF version. 取得要求的目標 ODF 版本。

public OdfVersion TargetVersion { get; }

Property Value

OdfVersion