-
- 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.BlockDslElement,icu.windea.breezeframework.dsl.bbcode.BBCodeDsl.DslElement,icu.windea.breezeframework.dsl.bbcode.BBCodeDsl.InlineDslEntry,kotlin.CharSequence
public final class BBCodeDsl.Quote extends BBCodeDsl.OneArgElement implements BBCodeDsl.BlockDslElement
-
-
Field Summary
Fields Modifier and Type Field Description private CharSequenceinlineTextprivate final StringcontentTextprivate BooleanindentContentprivate final Stringnameprivate final Stringvalueprivate final Stringtagprivate final Integerlength
-
Method Summary
Modifier and Type Method Description CharSequencegetInlineText()UnitsetInlineText(CharSequence inlineText)StringgetContentText()BooleangetIndentContent()UnitsetIndentContent(Boolean indentContent)final StringgetName()final StringgetValue()final StringgetTag()IntegergetLength()-
Methods inherited from class icu.windea.breezeframework.dsl.bbcode.BBCodeDsl.Quote
toString -
Methods inherited from class icu.windea.breezeframework.core.model.Inlineable
chars, codePoints -
Methods inherited from class icu.windea.breezeframework.dsl.bbcode.BBCodeDsl.DslElement
get, subSequence -
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
-
-
Method Detail
-
getInlineText
CharSequence getInlineText()
-
setInlineText
Unit setInlineText(CharSequence inlineText)
-
getContentText
String getContentText()
-
getIndentContent
Boolean getIndentContent()
-
setIndentContent
Unit setIndentContent(Boolean indentContent)
-
-
-
-