-
- All Implemented Interfaces:
public class ParagraphBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private List<PageProperty.RichText>
richText
private List<Block>
children
private BlockColor
color
-
Constructor Summary
Constructors Constructor Description ParagraphBlock.Element(List<PageProperty.RichText> richText, List<Block> children, BlockColor color)
ParagraphBlock.Element(List<PageProperty.RichText> richText, List<Block> children)
ParagraphBlock.Element(List<PageProperty.RichText> richText)
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>
getRichText()
final Unit
setRichText(List<PageProperty.RichText> richText)
final List<Block>
getChildren()
final Unit
setChildren(List<Block> children)
final BlockColor
getColor()
final Unit
setColor(BlockColor color)
-
-
Constructor Detail
-
ParagraphBlock.Element
ParagraphBlock.Element(List<PageProperty.RichText> richText, List<Block> children, BlockColor color)
-
ParagraphBlock.Element
ParagraphBlock.Element(List<PageProperty.RichText> richText, List<Block> children)
-
ParagraphBlock.Element
ParagraphBlock.Element(List<PageProperty.RichText> richText)
-
-
Method Detail
-
getRichText
final List<PageProperty.RichText> getRichText()
-
setRichText
final Unit setRichText(List<PageProperty.RichText> richText)
-
getChildren
final List<Block> getChildren()
-
setChildren
final Unit setChildren(List<Block> children)
-
getColor
final BlockColor getColor()
-
setColor
final Unit setColor(BlockColor color)
-
-
-
-