API Reference

Enum

WordTemplatePreflightCapability

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

Describes template binding capabilities checked by WordTemplatePreflightReport.

Inheritance

  • Enum
  • WordTemplatePreflightCapability

Usage

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

Accepted by parameters

Values

public const WordTemplatePreflightCapability BindTemplate #

All template binding operations requested by the supplied data can run without known template issues.

Value: 0
public const WordTemplatePreflightCapability BindMergeFields #

MERGEFIELD values can be bound without missing supplied values.

Value: 1
public const WordTemplatePreflightCapability BindConditionalBlocks #

Conditional block markers can be evaluated without missing values or marker structure issues.

Value: 2
public const WordTemplatePreflightCapability BindRepeatingBlocks #

Repeated block markers can be expanded without missing rows or marker structure issues.

Value: 3