-
- All Implemented Interfaces:
public class QuoteBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private List<PageProperty.RichText>
text
-
Constructor Summary
Constructors Constructor Description QuoteBlock.Element(List<PageProperty.RichText> text)
QuoteBlock.Element()
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>
getText()
final Unit
setText(List<PageProperty.RichText> text)
-
-
Constructor Detail
-
QuoteBlock.Element
QuoteBlock.Element(List<PageProperty.RichText> text)
-
QuoteBlock.Element
QuoteBlock.Element()
-
-
Method Detail
-
getText
final List<PageProperty.RichText> getText()
-
setText
final Unit setText(List<PageProperty.RichText> text)
-
-
-
-