Class CustomCommentProcessor

java.lang.Object
pro.verron.officestamper.api.AbstractCommentProcessor
pro.verron.officestamper.test.CustomCommentProcessor
All Implemented Interfaces:
CommentProcessor, ICustomCommentProcessor

public class CustomCommentProcessor extends AbstractCommentProcessor implements ICustomCommentProcessor
This is an example of a custom CommentProcessor implementation.

Users of the docx-stamper library could use it to understand how they could leverage the library to create their own custom comment processors.

Specifically, it's designed to replace each paragraph that has been commented with the annotation "visitParagraph" exposed by the ICustomCommentProcessor.visitParagraph() public method, marking it with the text 'Visited' in the resultant stamped Word document.

Since:
1.6.6
Version:
${version}
Author:
Joseph Verron