Uses of Interface
pro.verron.officestamper.api.CommentProcessor
Packages that use CommentProcessor
-
Uses of CommentProcessor in pro.verron.officestamper.api
Classes in pro.verron.officestamper.api that implement CommentProcessorModifier and TypeClassDescriptionclass
AbstractCommentProcessor is an abstract base class for comment processors.Methods in pro.verron.officestamper.api that return types with arguments of type CommentProcessorModifier and TypeMethodDescriptionOfficeStamperConfiguration.getCommentProcessors()
Returns a map of comment processors associated with their respective classes.Method parameters in pro.verron.officestamper.api with type arguments of type CommentProcessorModifier and TypeMethodDescriptionOfficeStamperConfiguration.addCommentProcessor
(Class<?> interfaceClass, Function<ParagraphPlaceholderReplacer, CommentProcessor> commentProcessorFactory) Adds a comment processor to the OfficeStamperConfiguration.