API Reference

Enum

WordPreflightCapability

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

Workflow-level Word operations covered by feature preflight checks.

Inheritance

  • Enum
  • WordPreflightCapability

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 WordPreflightCapability ReadDocumentContent #

Read paragraphs, tables, fields, reviews, and other supported document content.

Value: 0
public const WordPreflightCapability EditDocumentContent #

Edit ordinary document content while preserving package parts not fully authored by OfficeIMO.

Value: 1
public const WordPreflightCapability EditDocumentStructure #

Perform structure-changing edits across sections, relationships, and package-backed content.

Value: 2
public const WordPreflightCapability BindTemplate #

Bind values into a Word template and save the generated document.

Value: 3
public const WordPreflightCapability RenderFixedLayout #

Render the document through first-party fixed-layout image or PDF paths.

Value: 4
public const WordPreflightCapability SavePackageRoundTrip #

Save a package round trip without a known unsupported mutation contract.

Value: 5