API Reference

Enum

WordConversionLossPolicy

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls whether a conversion may continue when content loss is known.

Inheritance

  • Enum
  • WordConversionLossPolicy

Usage

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

Values

public const WordConversionLossPolicy Block #

Reject conversion when known content would be omitted.

Value: 0
public const WordConversionLossPolicy Allow #

Continue and report known omitted content in the result.

Value: 1