-
- All Implemented Interfaces:
-
icu.windea.breezeframework.dsl.DslElement,icu.windea.breezeframework.dsl.DslEntry,icu.windea.breezeframework.dsl.api.Wrappable,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.DslElement,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.InlineDslEntry
@MarkdownDslMarker() public final class MarkdownDsl.TaskListNode extends MarkdownDsl.ListNode
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisCompletedprivate final List<MarkdownDsl.ListNode>nodesprivate BooleanwrapContentprivate final Stringtext
-
Method Summary
Modifier and Type Method Description final BooleangetIsCompleted()final List<MarkdownDsl.ListNode>getNodes()BooleangetWrapContent()UnitsetWrapContent(Boolean wrapContent)final StringgetText()-
Methods inherited from class icu.windea.breezeframework.dsl.markdown.MarkdownDsl.TaskListNode
toString -
Methods inherited from class icu.windea.breezeframework.dsl.markdown.MarkdownDsl.InlineDslEntry
toContentString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getIsCompleted
final Boolean getIsCompleted()
-
getNodes
final List<MarkdownDsl.ListNode> getNodes()
-
getWrapContent
Boolean getWrapContent()
-
setWrapContent
Unit setWrapContent(Boolean wrapContent)
-
-
-
-