Module pro.verron.officestamper
Class BaseCommentProcessor
java.lang.Object
pro.verron.officestamper.api.AbstractCommentProcessor
org.wickedsource.docxstamper.processor.BaseCommentProcessor
- All Implemented Interfaces:
CommentProcessor
- Direct Known Subclasses:
TableResolver
Base class for comment processors. The current run and paragraph are set by the
DocxStamper class.- Since:
- 1.0.0
- Version:
- ${version}
- Author:
- Joseph Verron, Tom Hombergs
-
Field Summary
Fields inherited from class pro.verron.officestamper.api.AbstractCommentProcessor
placeholderReplacer -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseCommentProcessor(ParagraphPlaceholderReplacer placeholderReplacer) Constructor for BaseCommentProcessor. -
Method Summary
Methods inherited from class pro.verron.officestamper.api.AbstractCommentProcessor
getCurrentCommentWrapper, getCurrentRun, getDocument, getParagraph, setCurrentCommentWrapper, setCurrentRun, setDocument, setParagraphMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pro.verron.officestamper.api.CommentProcessor
commitChanges, reset
-
Constructor Details
-
BaseCommentProcessor
Constructor for BaseCommentProcessor.
- Parameters:
placeholderReplacer- PlaceholderReplacer used to replace placeholders in the comment text.
-