API Reference

Class

WordDocumentConversionResult

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Represents the destination artifact and report produced by a Word file conversion.

Inheritance

  • Object
  • WordDocumentConversionResult

Usage

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

Methods

public String RequireNoLoss() #
Returns: String

Returns the committed destination path only when no content loss was reported.

public String RequireValue() #
Returns: String

Returns the committed destination path or throws when no artifact was produced.

Properties

public String Value { get; } #

Gets the normalized destination path when the artifact was committed; otherwise, null.

public WordDocumentConversionReport Report { get; } #

Gets the immutable conversion assessment.

public Boolean HasLoss { get; } #

Gets whether the conversion reported known content loss.