accept abstract method
Accepts a visitor for traversing the AST.
Implement the Visitor pattern for format-agnostic export.
Implementation
void accept(DocxVisitor visitor);
Accepts a visitor for traversing the AST.
Implement the Visitor pattern for format-agnostic export.
void accept(DocxVisitor visitor);