API Reference
Class
WordInlineFieldSnapshot
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
- Property WordParagraphSnapshot.InlineFields
Constructors
public WordInlineFieldSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.