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