API Reference

Class

WordTemplateResult

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Summarizes one Word template binding pass.

Inheritance

  • Object
  • WordTemplateResult

Usage

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

Methods

public WordTemplateResult EnsureComplete() #
Returns: WordTemplateResult

Throws when unresolved placeholders remain; otherwise returns this result.

Properties

public Int32 PlaceholderCount { get; } #

Gets the number of scalar or rich placeholders discovered.

public Int32 ReplacedPlaceholderCount { get; } #

Gets the number of scalar or rich placeholders replaced.

public Int32 RepeatedBlockCount { get; } #

Gets the number of repeated block instances generated.

public Int32 ConditionalBlockCount { get; } #

Gets the number of conditional blocks evaluated.

public IReadOnlyList<String> MissingValueNames { get; } #

Gets unresolved scalar or rich placeholder names.

public Boolean IsComplete { get; } #

Gets whether every scalar or rich placeholder had a supplied value.