ParagraphNode.simple constructor

ParagraphNode.simple(
  1. String text
)

Implementation

ParagraphNode.simple(String text) : super(PlainTextNode(text));