API Reference

Enum

WordContentControlFormKey

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

Selects which content-control metadata should be used as the form field key.

Inheritance

  • Enum
  • WordContentControlFormKey

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 WordContentControlFormKey Tag #

Use the content-control tag.

Value: 0
public const WordContentControlFormKey Alias #

Use the content-control alias.

Value: 1
public const WordContentControlFormKey TagThenAlias #

Use the tag when present, otherwise the alias.

Value: 2
public const WordContentControlFormKey AliasThenTag #

Use the alias when present, otherwise the tag.

Value: 3