Table of Contents

Enum ResolvedInlineKind

Namespace
DocWright.Layout
Assembly
DocWright.Layout.dll

What a resolved inline is.

public enum ResolvedInlineKind

Fields

Text = 0

A run of text (tabs are '\t' within the text).

LineBreak = 1

An explicit line break.

PageBreak = 2

An explicit page break.

ColumnBreak = 3

An explicit column break.

Image = 4

An image; see Image.

HyperlinkStart = 5

A hyperlink opens here; see LinkTarget.

HyperlinkEnd = 6

The most recent hyperlink ends here.

NoteReference = 7

A footnote or endnote reference mark; see NoteId.

NoteNumberMark = 8

The automatic number mark inside a note's own body.

Shape = 9

A shape or shape group; see Shape.