API Reference
Enum
WordPreflightCapability
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.
Returned or exposed by
- Field WordPreflightCapability.BindTemplate
- Field WordPreflightCapability.EditDocumentContent
- Field WordPreflightCapability.EditDocumentStructure
- Field WordPreflightCapability.ReadDocumentContent
- Field WordPreflightCapability.RenderFixedLayout
- Field WordPreflightCapability.SavePackageRoundTrip
- Property WordPreflightRepairHint.Capability
Accepted by parameters
- Method WordFeatureReport.Can
- Method WordFeatureReport.EnsureCan
- Method WordFeatureReport.GetCapabilityDiagnostics
- Method WordFeatureReport.GetRepairHints
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WordPreflightCapability ReadDocumentContent #Read paragraphs, tables, fields, reviews, and other supported document content.
Value:
0public const WordPreflightCapability EditDocumentContent #Edit ordinary document content while preserving package parts not fully authored by OfficeIMO.
Value:
1public const WordPreflightCapability EditDocumentStructure #Perform structure-changing edits across sections, relationships, and package-backed content.
Value:
2public const WordPreflightCapability BindTemplate #Bind values into a Word template and save the generated document.
Value:
3public const WordPreflightCapability RenderFixedLayout #Render the document through first-party fixed-layout image or PDF paths.
Value:
4public const WordPreflightCapability SavePackageRoundTrip #Save a package round trip without a known unsupported mutation contract.
Value:
5