Package 

Interface BBCodeDsl.BlockDslElement

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.model.Inlineable , icu.windea.breezeframework.dsl.DslElement , icu.windea.breezeframework.dsl.DslEntry , icu.windea.breezeframework.dsl.api.Indentable , icu.windea.breezeframework.dsl.bbcode.BBCodeDsl.DslElement , icu.windea.breezeframework.dsl.bbcode.BBCodeDsl.InlineDslEntry , kotlin.CharSequence

    
    public interface BBCodeDsl.BlockDslElement
     implements BBCodeDsl.DslElement, Indentable
                        
    • Method Summary

      Modifier and Type Method Description
      abstract String getContentText()
      CharSequence getInlineText()
      Integer getLength()
      abstract Boolean getIndentContent()
      abstract Unit setIndentContent(Boolean indentContent)
      • Methods inherited from class icu.windea.breezeframework.dsl.bbcode.BBCodeDsl.DslElement

        get, subSequence, toString
      • Methods inherited from class icu.windea.breezeframework.core.model.Inlineable

        chars, codePoints
      • Methods inherited from class icu.windea.breezeframework.dsl.bbcode.BBCodeDsl.InlineDslEntry

        toContentString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait