Inline Type
Inline-level content — a run that lives inside a paragraph, heading or table cell.
Union cases
| Union case |
Description
|
Full Usage:
InlineCode string
Parameters:
string
|
Inline monospaced code.
|
Full Usage:
InlineImage(resource, alt, size)
Parameters:
ResourceId
alt : string option
size : Size option
|
An inline image referencing an extracted resource.
|
Full Usage:
InlineRaw(format, data)
Parameters:
string
data : string
|
Escape hatch for format-specific inline content the model doesn't capture (e.g. a raw HTML span, a math expression). `format` identifies the payload.
|
Full Usage:
LineBreak
|
A forced line break within a block (not a paragraph break). |
|
A hyperlink wrapping inline children.
|
|
A styled run of text.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsInlineCode
Returns: bool
|
|
Full Usage:
this.IsInlineImage
Returns: bool
|
|
Full Usage:
this.IsInlineRaw
Returns: bool
|
|
Full Usage:
this.IsLineBreak
Returns: bool
|
|
Full Usage:
this.IsLink
Returns: bool
|
|
Full Usage:
this.IsRun
Returns: bool
|
|
Nao