-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.model.Inlineable,icu.windea.breezeframework.dsl.DslElement,icu.windea.breezeframework.dsl.DslEntry,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.DslElement,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.InlineDslElement,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.InlineDslEntry,kotlin.CharSequence
@MarkdownDslMarker()@MarkdownDslExtendedFeature() public final class MarkdownDsl.HighlightText extends MarkdownDsl.RichText
-
-
Field Summary
Fields Modifier and Type Field Description private final CharSequencetextprivate final CharSequenceinlineTextprivate final Integerlength
-
Constructor Summary
Constructors Constructor Description MarkdownDsl.HighlightText(CharSequence text)
-
Method Summary
Modifier and Type Method Description CharSequencegetText()CharSequencegetInlineText()IntegergetLength()StringtoString()-
Methods inherited from class icu.windea.breezeframework.dsl.markdown.MarkdownDsl.InlineDslEntry
toContentString -
Methods inherited from class icu.windea.breezeframework.core.model.Inlineable
chars, codePoints -
Methods inherited from class icu.windea.breezeframework.dsl.markdown.MarkdownDsl.InlineDslElement
get, subSequence -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MarkdownDsl.HighlightText
MarkdownDsl.HighlightText(CharSequence text)
-
-
Method Detail
-
getText
CharSequence getText()
-
getInlineText
CharSequence getInlineText()
-
-
-
-