Generate DOCX paragraphs from an AST node.
This class implements the CodeGenerator interface and provides a method to convert an AST node into its corresponding DOCX paragraph elements.
CodeGenerator
The AST node to generate DOCX paragraphs from.
Optional
Optional context containing layout settings.
The generated DOCX paragraphs.
Generate DOCX paragraphs from an AST node.
This class implements the
CodeGeneratorinterface and provides a method to convert an AST node into its corresponding DOCX paragraph elements.See
CodeGenerator