Class CommentProcessorFactory
java.lang.Object
org.wickedsource.docxstamper.processor.CommentProcessorFactory
Factory class to create the correct comment processor for a given comment.
- Version:
- 1.6.6
- Author:
- Joseph Verron
-
Constructor Summary
ConstructorsConstructorDescriptionCommentProcessorFactory(DocxStamperConfiguration configuration) Creates a new CommentProcessorFactory. -
Method Summary
Modifier and TypeMethodDescriptionCreates a new CommentProcessorFactory with default configuration.Creates a new CommentProcessorFactory with default configuration.Creates a new CommentProcessorFactory with default configuration.Creates a new CommentProcessorFactory with default configuration.Creates a new CommentProcessorFactory with default configuration.Creates a new CommentProcessorFactory with default configuration.
-
Constructor Details
-
CommentProcessorFactory
Creates a new CommentProcessorFactory.- Parameters:
configuration- the configuration to use for the created processors.
-
-
Method Details
-
repeatParagraph
Creates a new CommentProcessorFactory with default configuration.- Parameters:
pr- aPlaceholderReplacerobject- Returns:
- a
ICommentProcessorobject
-
repeatDocPart
Creates a new CommentProcessorFactory with default configuration.- Parameters:
pr- aPlaceholderReplacerobject- Returns:
- a
ICommentProcessorobject
-
repeat
Creates a new CommentProcessorFactory with default configuration.- Parameters:
pr- aPlaceholderReplacerobject- Returns:
- a
ICommentProcessorobject
-
tableResolver
Creates a new CommentProcessorFactory with default configuration.- Parameters:
pr- aPlaceholderReplacerobject- Returns:
- a
ICommentProcessorobject
-
displayIf
Creates a new CommentProcessorFactory with default configuration.- Parameters:
pr- aPlaceholderReplacerobject- Returns:
- a
ICommentProcessorobject
-
replaceWith
Creates a new CommentProcessorFactory with default configuration.- Parameters:
pr- aPlaceholderReplacerobject- Returns:
- a
ICommentProcessorobject
-