-
- 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,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.TopDslElement,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.WithAttributes
@MarkdownDslMarker() public final class MarkdownDsl.SubHeading extends MarkdownDsl.SetextHeading
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtextprivate final IntegerheadingLevelprivate MarkdownDsl.AttributeGroupattributesprivate BooleanwrapContent
-
Method Summary
Modifier and Type Method Description StringgetText()IntegergetHeadingLevel()MarkdownDsl.AttributeGroupgetAttributes()UnitsetAttributes(@MarkdownDslExtendedFeature() MarkdownDsl.AttributeGroup attributes)BooleangetWrapContent()UnitsetWrapContent(Boolean wrapContent)-
Methods inherited from class icu.windea.breezeframework.dsl.markdown.MarkdownDsl.SubHeading
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
-
getHeadingLevel
Integer getHeadingLevel()
-
getAttributes
MarkdownDsl.AttributeGroup getAttributes()
-
setAttributes
Unit setAttributes(@MarkdownDslExtendedFeature() MarkdownDsl.AttributeGroup attributes)
-
getWrapContent
Boolean getWrapContent()
-
setWrapContent
Unit setWrapContent(Boolean wrapContent)
-
-
-
-