-
public final class ParagraphBlock.Element
-
-
Constructor Summary
Constructors Constructor Description ParagraphBlock.Element(List<PageProperty.RichText> text, List<Block> children)
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>
getText()
final List<Block>
getChildren()
-
-
Constructor Detail
-
ParagraphBlock.Element
ParagraphBlock.Element(List<PageProperty.RichText> text, List<Block> children)
-
-
Method Detail
-
getText
final List<PageProperty.RichText> getText()
-
getChildren
final List<Block> getChildren()
-
-
-
-