Uses of Interface
pro.verron.officestamper.api.ParagraphPlaceholderReplacer
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of ParagraphPlaceholderReplacer in pro.verron.officestamper.api
Modifier and TypeFieldDescriptionprotected final ParagraphPlaceholderReplacer
AbstractCommentProcessor.placeholderReplacer
PlaceholderReplacer used to replace expressions in the comment text.Modifier and TypeMethodDescriptionOfficeStamperConfiguration.getCommentProcessors()
Returns a map of comment processors associated with their respective classes.Modifier and TypeMethodDescriptionOfficeStamperConfiguration.addCommentProcessor
(Class<?> interfaceClass, Function<ParagraphPlaceholderReplacer, CommentProcessor> commentProcessorFactory) Adds a comment processor to the OfficeStamperConfiguration.ModifierConstructorDescriptionprotected
AbstractCommentProcessor
(ParagraphPlaceholderReplacer placeholderReplacer) Creates an instance of AbstractCommentProcessor with the given ParagraphPlaceholderReplacer. -
Uses of ParagraphPlaceholderReplacer in pro.verron.officestamper.preset
Modifier and TypeMethodDescriptionCommentProcessorFactory.displayIf
(ParagraphPlaceholderReplacer pr) CommentProcessorFactory.repeat
(ParagraphPlaceholderReplacer pr) CommentProcessorFactory.repeatDocPart
(ParagraphPlaceholderReplacer pr) CommentProcessorFactory.repeatParagraph
(ParagraphPlaceholderReplacer pr) CommentProcessorFactory.replaceWith
(ParagraphPlaceholderReplacer pr) CommentProcessorFactory.tableResolver
(ParagraphPlaceholderReplacer pr)