API Reference

Class

WordDocumentConversionReport

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Describes formats, paths, diagnostics, and commit behavior for one Word conversion.

Inheritance

  • Object
  • WordDocumentConversionReport

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public Void RequireNoLoss() #
Returns: Void

Throws when the conversion reported known content loss.

Properties

public String SourcePath { get; } #

Gets the normalized source path.

public String DestinationPath { get; } #

Gets the normalized destination path.

public WordFileFormat SourceFormat { get; } #

Gets the source's detected physical format.

public WordFileFormat DestinationFormat { get; } #

Gets the requested destination physical format.

public OfficeFormatDescriptor SourceFormatDescriptor { get; } #

Gets the concrete source format and document kind.

public OfficeFormatDescriptor DestinationFormatDescriptor { get; } #

Gets the concrete destination format and document kind.

public IReadOnlyList<OfficeConversionDiagnostic> Diagnostics { get; } #

Gets a snapshot of conversion diagnostics.

public OfficeCompatibilityReport Compatibility { get; } #

Gets the shared feature-level fidelity assessment for this conversion.

public Boolean HasLoss { get; } #

Gets whether the conversion reported known content loss.

public Boolean ReplacedExistingFile { get; } #

Gets whether a pre-existing destination file was replaced.