Enum ResolvedInlineKind
What a resolved inline is.
public enum ResolvedInlineKind
Fields
Text = 0A run of text (tabs are '\t' within the text).
LineBreak = 1An explicit line break.
PageBreak = 2An explicit page break.
ColumnBreak = 3An explicit column break.
Image = 4An image; see Image.
HyperlinkStart = 5A hyperlink opens here; see LinkTarget.
HyperlinkEnd = 6The most recent hyperlink ends here.
NoteReference = 7A footnote or endnote reference mark; see NoteId.
NoteNumberMark = 8The automatic number mark inside a note's own body.
Shape = 9A shape or shape group; see Shape.