A Node containing a string of text.
<mrdocs/Metadata/DocComment/Inline/TextInline.hpp>
struct TextInline
: InlineCommonBase<InlineKind::Text>
| Name | Description |
|---|---|
InlineCommonBase<InlineKind::Text> | Base class for providing variant discriminator functions. |
| Name | Description |
|---|---|
TextInline [constructor] | Constructors |
~TextInline [destructor] [virtual] | Destructor |
operator== | Equality operator |
operator<=> | Three-way comparison operators |
| Name |
|---|
isCode |
isCopyDetails |
isEmph |
isFootnoteReference |
isHighlight |
isImage |
isLineBreak |
isLink |
isMath |
isReference |
isSoftBreak |
isStrikethrough |
isStrong |
isSubscript |
isSuperscript |
isText |
| Name |
|---|
literal |
| Name |
|---|
kind_id |
| Name | Description |
|---|---|
getAsPlainText | Get the plain text representation of an inline element tree. |
getAsPlainText | Get the plain text representation of an inline element tree. |
There will be no newlines in the text. Otherwise, this would be represented as multiple text nodes within a Paragraph node.