-
- 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 abstract class MarkdownDsl.AtxHeading extends MarkdownDsl.Heading
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerheadingLevelprivate final Stringtextprivate MarkdownDsl.AttributeGroupattributesprivate BooleanwrapContent
-
Constructor Summary
Constructors Constructor Description MarkdownDsl.AtxHeading(Integer headingLevel)
-
Method Summary
Modifier and Type Method Description IntegergetHeadingLevel()abstract StringgetText()MarkdownDsl.AttributeGroupgetAttributes()UnitsetAttributes(@MarkdownDslExtendedFeature() MarkdownDsl.AttributeGroup attributes)BooleangetWrapContent()UnitsetWrapContent(Boolean wrapContent)StringtoString()-
-
Constructor Detail
-
MarkdownDsl.AtxHeading
MarkdownDsl.AtxHeading(Integer headingLevel)
-
-
Method Detail
-
getHeadingLevel
Integer getHeadingLevel()
-
getAttributes
MarkdownDsl.AttributeGroup getAttributes()
-
setAttributes
Unit setAttributes(@MarkdownDslExtendedFeature() MarkdownDsl.AttributeGroup attributes)
-
getWrapContent
Boolean getWrapContent()
-
setWrapContent
Unit setWrapContent(Boolean wrapContent)
-
-
-
-