Method GetResultInlines
GetResultInlines()
Gets the inlines of the field's result region — what Word currently displays for it.
public IReadOnlyList<Inline> GetResultInlines()
Returns
- IReadOnlyList<Inline>
The result inlines, in document order.
Remarks
Empty when the field has no separator. The reason this is public is sizing: a merge that replaces an image placeholder has to inherit the placeholder's extent, and the placeholder is an ImageRef sitting in exactly this region.