Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

WordInlineFieldSnapshot

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

A simple Word field in a paragraph's inline order.

Inheritance

  • Object
  • WordInlineFieldSnapshot

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

Constructors

Properties

public Int32 RunIndex { get; set; } #

Number of ordinary runs before this field.

public String Instruction { get; set; } #

Raw field instruction.

public String ResultText { get; set; } #

Cached displayed result.

public Boolean IsLocked { get; set; } #

Whether the field is locked.

public Boolean IsDirty { get; set; } #

Whether the cached value is marked for refresh.

public Boolean HasUnsupportedResultContent { get; set; } #

Whether the result contains content beyond plain text runs.

public Boolean HasFormattedResult { get; set; } #

Whether the cached result has direct run formatting that may be lost when flattened.

public Boolean HasUnsupportedContainer { get; set; } #

Whether the field is nested in markup that cannot be represented as a native ODT field.

public String HyperlinkUri { get; set; } #

External hyperlink containing this field, when present.

public String HyperlinkAnchor { get; set; } #

Bookmark target of the hyperlink containing this field, when present.

public Boolean IsHiddenInstructionContent { get; set; } #

Whether the field belongs to a complex field instruction rather than its displayed result.