Table of Contents

Struct ResolvedInline

Namespace
DocWright.Layout
Assembly
DocWright.Layout.dll

One resolved inline: a kind, the text (for text runs), the shared resolved run properties, and kind-specific payload.

public readonly struct ResolvedInline
Inherited Members

Properties

Image

Gets the image payload for Image, or null.

Kind

Gets the inline kind.

LinkTarget

Gets the hyperlink target (external URI or "#bookmark") for HyperlinkStart, or null.

NoteId

Gets the referenced note id for note references.

NoteKind

Gets whether a note reference points at a footnote or endnote.

Properties

Gets the resolved run formatting (shared across identically-formatted runs).

Shape

Gets the shape payload for Shape, or null.

Text

Gets the text for Text; empty otherwise.