-
- All Implemented Interfaces:
public class CodeBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private List<PageProperty.RichText>textprivate final Stringlanguage
-
Constructor Summary
Constructors Constructor Description CodeBlock.Element(List<PageProperty.RichText> text, String language)CodeBlock.Element(List<PageProperty.RichText> text)CodeBlock.Element()
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>getText()final UnitsetText(List<PageProperty.RichText> text)final StringgetLanguage()-
-
Constructor Detail
-
CodeBlock.Element
CodeBlock.Element(List<PageProperty.RichText> text, String language)
-
CodeBlock.Element
CodeBlock.Element(List<PageProperty.RichText> text)
-
CodeBlock.Element
CodeBlock.Element()
-
-
Method Detail
-
getText
final List<PageProperty.RichText> getText()
-
setText
final Unit setText(List<PageProperty.RichText> text)
-
getLanguage
final String getLanguage()
-
-
-
-